]> git.sesse.net Git - vlc/shortlog
vlc
2007-02-23 Felix Paul... * added 2 boxes to the wizard to allow access to sout...
2007-02-23 Christophe... .aclocal shall be last.
2007-02-23 Felix Paul... * removed duplicated, buggy code which fixed #744 in...
2007-02-23 Dennis van... * src/network/error.c: added a few more Winsock and...
2007-02-23 Felix Paul... * renamed it, since it's plain C now and doesn't contai...
2007-02-23 Felix Paul... * fixed minor typo
2007-02-23 Felix Paul... * patch by Pierre d'Herbemont which cleans up our local...
2007-02-23 Felix Paul... * update NEWS
2007-02-23 Felix Paul... * fixed live patch for OSX
2007-02-22 Antoine CellerierRemove broken VC1 detection code in ps muxer.
2007-02-22 Laurent AimarFixed subtitle/osd memory leaks (subpicture_region_t...
2007-02-22 Jean-Paul SamanProperly detect MOZ_X11 setting in firefox-1.5.0.9
2007-02-22 Laurent AimarImprove input_Preparse clean up (memory leaks).
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-22 Jean-Paul SamanRemove of excess whitespace
2007-02-22 Jean-Paul SamanRemove unused headerfile
2007-02-22 Jean-Paul SamanIndentation fix
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-22 Laurent AimarDo not use (input_thread_t*)p_access->p_parent it is...
2007-02-22 Laurent AimarReworked DecodeModulation (close #1063)
2007-02-22 Antoine Cellerierplay command fix by ILEoo (see [18938]).
2007-02-22 Jean-Paul SamanBuild live555 libraries with -DUSE_SYSTEM_RANDOM=1...
2007-02-22 Sigmund Augdal... fix cam support for twinhan cards. Not needed now,...
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-21 Christophe... Compile fix
2007-02-21 Laurent AimarFixed compilation of v4l2 + refuse to initialize unless...
2007-02-21 Laurent AimarFixed memory leak at each new PMT if we don't have...
2007-02-21 Laurent AimarAvoid a malloc(0) (We don't call free on it, valgrind...
2007-02-21 Antoine CellerierAdd CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio...
2007-02-21 Damien Fouilleul- io.c: meaningful error message on win32 when input...
2007-02-21 Antoine Cellerier[PATCH] vlm: play command index same as inputdeln index...
2007-02-21 Laurent Aimar Improved vlc_UrlParse (close #1025)
2007-02-21 Rémi Denis... - Do not store HTTPd clients addresses (unused anyway)
2007-02-21 Rémi Denis... Fix descriptor leak and remove useless code
2007-02-21 Damien Fouilleul- contribs: more cygwin/general fixes
2007-02-21 Rémi Denis... - Use poll in net_Accept
2007-02-21 Rémi Denis... Another mdate() caching optimization
2007-02-21 Rémi Denis... - Use poll() instead of select to allow breaking the...
2007-02-21 Christophe... dvdnav.patch: detect the presence of gettimeofday(...
2007-02-21 Rémi Denis... Minor code factorization
2007-02-21 Rémi Denis... Memory leak
2007-02-21 Rémi Denis... - Support for multiple medias in SDP parser
2007-02-20 Laurent AimarFixed segfault in AutoBuiltPanel::AutoBuiltPanel.
2007-02-20 Laurent Aimarffmpeg: ask a packetizer for audio too (needed since...
2007-02-20 Jean-Baptiste... Contribs : freetype bumps to 2.3.1
2007-02-20 Rémi Denis... Fix SAP protocol/format parsing
2007-02-20 Rémi Denis... Fix port number setting when there is no session-level...
2007-02-20 Damien Fouilleul- contribs: autoconf 2.6.0 -> 2.6.1
2007-02-20 Rémi Denis... Missing #includes
2007-02-20 Damien Fouilleul- Makefile: FLAC -> flac
2007-02-20 Rémi Denis... Look for x-plgroup also among media-level attributes
2007-02-20 Rémi Denis... Fix crash in SDP parser
2007-02-20 Rémi Denis... Also complain subtitle is mislabeled as UTF-8
2007-02-20 Rémi Denis... More explicit debug and error in subtitle charset selection
2007-02-20 Damien Fouilleul- contribs: more fixes
2007-02-20 Rémi Denis... Add var_CreateGetNonEmptyString and factor some code
2007-02-20 Jean-Paul SamanCompile fixes
2007-02-20 Jean-Paul SamanFix typo
2007-02-20 Jean-Paul SamanTreat all live555 versions before LIVEMEDIA_LIBRARY_VER...
2007-02-20 Jean-Paul SamanRewrite of live555 demux (TODO: RTPInfo support)
2007-02-20 Jean-Paul Samanlive-starttime.patch the patch needs latest live555...
2007-02-20 Christophe... Compile fix
2007-02-20 Christophe... Compile fix - Pointed by vcxx
2007-02-20 Jean-Paul Samanplaylist_NodeAddInput() prototype changed, this commit...
2007-02-20 Jean-Paul Samanplaylist_Add() prototype changed
2007-02-20 Jean-Baptiste... Contribs: Yet another modification for the patch for...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-20 Felix Paul... * don't double free an object! Thanks to nivix for...
2007-02-20 Jean-Baptiste... Contribs : flags that were missing during the transitio...
2007-02-20 Jean-Baptiste... Contrib Live.com has changed. Live-OSX.patch need to...
2007-02-19 Jean-Baptiste... Contribs Same commit about .FLAC => .flac
2007-02-19 Jean-Baptiste... Contrib-live: Don't patch things if you don't need...
2007-02-19 Rémi Denis... Remove gather stream output since it is completely...
2007-02-19 Jean-Baptiste... Contrib: Repair Makefile error introduced in [18887]
2007-02-19 Rémi Denis... Fix use of uninitialized memory with raw UDP
2007-02-19 Rémi Denis... - send RTCP BYE at exit,
2007-02-19 Rémi Denis... Fix a bunch of meomory object and descriptor leaks
2007-02-19 Rémi Denis... Simplistic RTCP sender for access output
2007-02-19 Damien Fouilleul- contribs: misc fixes for cygwin mostly
2007-02-19 Rémi Denis... - b_rtpts should really b a boolean (!)
2007-02-19 Rémi Denis... Leverage Set*LE()
2007-02-19 Rémi Denis... Fix possibly expansion-unsafe macros
2007-02-18 Christophe... For some obscure reason flac need ntohl so ws2_32
2007-02-18 Felix Paul... * animate vout-window resizements. Patch by Pierre...
2007-02-18 Jean-Paul SamanDeclare local functions static.
2007-02-18 Antoine CellerierAutomatically choose ffmpeg{mux=flv} if dst ends in...
2007-02-17 Antoine CellerierUpdate copyright date.
2007-02-17 Antoine Celleriermpl2 subtitles support by Roman Bednarek. Thanks.
2007-02-17 Christophe... Use the new way to specify mingw32 for ffmpeg
2007-02-17 Antoine Cellerierffmpeg/mux.c: implement MUX_GET_MIME.
2007-02-17 Antoine CellerierWith recent libavformat, only use the evil CODEC_ID_MP2...
2007-02-17 Antoine CellerierMisc fixes. Add link to FlowPlayer.sf.net
2007-02-17 Antoine CellerierDisable autoplay on flash player.
2007-02-17 Christophe... remove non-working fix
2007-02-17 Christophe... contrib/FLAC: Add flac's include directory at the start...
2007-02-17 Antoine CellerierNew "Flash player" page for the HTTP interface. (Allows...
2007-02-17 Christophe... make update-po
2007-02-17 Christophe... Slovenian l10n update by Matej Urbancic
2007-02-17 Jean-Baptiste... Contrib / Flac : Deactivate ASM optimizations on MacTel
2007-02-17 Jean-Baptiste... Contrib: Flac 1.1.4, patch for MingW32 compiling that...
next