]> git.sesse.net Git - vlc/shortlog
vlc
2009-04-04 Sébastien EscudierDo not leak exception message
2009-04-04 Rémi Duraffortram demux: fix potential crash and use EMPTY_STR.
2009-04-04 Rémi Duraffortqt4: fix EMPTY_STR usage.
2009-04-04 Rémi Duraffortif( A == NULL || EMPTY_STR( A ) ) => if( EMPTY_STR...
2009-04-03 Rémi Duraffortqt4: fix memleak.
2009-04-03 Jean-Baptiste... Qt: avoid duplicates in open network, as reported by...
2009-04-03 Rémi Duraffortqt4: fix ExtVideo leaking.
2009-04-03 Rémi Duraffortlibvlc: remove unused private structs.
2009-04-03 Antoine CellerierOops. b_demux should be flase
2009-04-03 Laurent AimarRemoved unused block_t->p_prev field.
2009-04-03 Derk-Jan Hartmanconfigure.ac: test for -Bsymbolic support
2009-04-03 Derk-Jan Hartmanmacosx: vlc object leaking:
2009-04-03 Derk-Jan Hartmanmacosx: remove NSValue around VLCAutogeneratedMenu
2009-04-03 Derk-Jan Hartmanmacosx: fix VLC object leaks
2009-04-03 Jean-Baptiste... Dirac: fix typo.
2009-04-03 Jean-Baptiste... Contrib: dirac update!
2009-04-03 David Flynnwin32: remove old attempts to define snprintf _snprintf
2009-04-03 David Flynnwin32: make vlc_vsnprintf more like c99 vsnprintf
2009-04-03 David Flynnwin32: vlc_fix_format_string - various fixes
2009-04-03 David Flynnwin32: fix %zu fixups - dont use mingw's vsnprintf
2009-04-03 Rémi Duraffortmacosx: fix memleak in bookmarks dialog.
2009-04-03 Rémi Duraffortqt4: fix bookmarks memleaks.
2009-04-03 David Flynncodec/schroedinger: inform vlc of clean area
2009-04-03 David Flynncodec/schroedinger: don't bother doing any complicated...
2009-04-03 David Flynncodec/schroedinger: remove excessive debug tracing
2009-04-03 David Flynncodec/schroedinger: Use new autoparse+tagging api
2009-04-03 David Flynnbuild: bump minimum libschroedinger version in configure.ac
2009-04-03 David Flynncodec/schroedinger: remove ts hack, request packetizer
2009-04-03 David Flynncodec/schroedinger: handle cases where schro invents...
2009-04-03 David Flynncontrib: bump schroedinger and liboil versions
2009-04-02 Jean-Baptiste... Fix typo
2009-04-02 Laurent AimarProtect against unsupported/invalid wav speaker mask.
2009-04-02 Laurent AimarFixed a lot of issues regarding fullscreen/mouse in...
2009-04-02 Jean-Baptiste... Add a few bunch of FOURCC
2009-04-02 Antoine Cellerierv4l doesn't like polling. Revert part of db820529a4af54...
2009-04-02 Felix Paul... contribs: removed the option to use the normal GCC...
2009-04-02 Jean-Baptiste... Win32 configure: compile Dirac & Schroedinger.
2009-04-02 Jean-Baptiste... Freetype: don't give the fontconfig time in seconds...
2009-04-02 Jean-Baptiste... Win32 Configure: remove dead options.
2009-04-02 Rémi DuraffortFix memleak and use var_Get(Integer|String|...) when...
2009-04-02 Felix Paul... contribs: compilation fix for x86_64 Macs
2009-04-01 Rémi Duraffortuse var_Set(Integer|Time|Float) when needed.
2009-04-01 Rémi Duraffortadd libvlc_media_player_(get|set)_agl to the hearder...
2009-04-01 Rémi Duraffortmissing vlc_mutex_destroy in case of failure.
2009-04-01 Rémi Duraffortfactorisation and add a missing dbus_connection_unref.
2009-04-01 Rémi DuraffortFix memleaks.
2009-04-01 Rémi Duraffortmacosx gui: fix a playlist object leak and use pl_release.
2009-04-01 Rémi Duraffortmacosx gui: fix a playlist object leak.
2009-04-01 Rafaël CarréHAL service discovery : fix a memory leak
2009-04-01 Rafaël CarréFix a memory leak when media library is disabled
2009-04-01 Rafaël CarréFix zsh completion generation
2009-04-01 Rafaël CarréFrench translation : fix typo, add a string
2009-04-01 Rafaël Carréncurses : various fixes (runtime / display)
2009-04-01 Felix Paul... macosx: remove the interaction code from intf.m and...
2009-04-01 Laurent AimarFixed wav audio channel order.
2009-03-31 Rémi Denis... Fix httpd reference counting (closes: #2614)
2009-03-31 Rémi Denis... Cosmetics
2009-03-31 Rémi Duraffortalbum art: use filename_sanitize function
2009-03-31 Rémi Denis... Really XML encode the playlist and status contents
2009-03-31 Rémi Denis... Use xml_encode instead of htmlspecialchars
2009-03-31 Antoine CellerierAdd image_Type2Fourcc to symbols list.
2009-03-31 Christophe... Fixed bug in snapshot format
2009-03-31 Antoine CellerierReport interlacing in debug output.
2009-03-31 Antoine CellerierRemove useless code.
2009-03-31 Rémi Duraffortvideo_filter/logo: fix compilation.
2009-03-31 Rémi Denis... Factorize identical XML escape RPN functions
2009-03-31 Rémi Denis... logo-file is NOT 6 characters. strcmp() is -hopefully...
2009-03-31 Rémi Duraffortplaylist_art: blacklist some forbidden char for windows.
2009-03-31 Sébastien Escudierleaks in case of http connection failure
2009-03-31 Rémi Denis... Unused variable
2009-03-31 Rémi Denis... fmt
2009-03-31 Rémi Denis... Unused parameter
2009-03-31 Rémi Denis... Fix missing prototype warning
2009-03-31 Rémi Denis... Document another issue
2009-03-31 Rémi Denis... Useless parameter
2009-03-31 Rémi Denis... Unused parameters
2009-03-31 Rémi Denis... Format string (make gcc happy)
2009-03-31 xxcvdshow: add missing parameter in dialog invocation
2009-03-31 Rémi Denis... dshow: remove dangerous alloca, fix charset and and...
2009-03-31 Rémi Duraffortqt4: fix uri printed in the media_info dialog.
2009-03-31 Rémi Duraffortqt4: add some usefull const.
2009-03-31 Rémi Duraffortqt4: missing const for QString.
2009-03-30 Felix Paul... macosx: implement RTP stream selection. Closes #2497...
2009-03-30 Felix Paul... macosx: locking fix
2009-03-30 Jean-Baptiste... Ramiro separated trueHD and mlp decoder in FFmpeg....
2009-03-30 Ludovic FauvetWorkaround for Qt bug #176201 (affect only Qt 4.5.0)
2009-03-30 Srikanth RajuFixes wav demux for PCM wavs
2009-03-29 Ludovic FauvetFix a little bug in recents media menu.
2009-03-29 Kaarlo Raihaunicode support msn plugin
2009-03-29 Jean-Baptiste... Contribs: Provide GSM for FFmpeg. This library is stupi...
2009-03-29 Sébastien EscudierAvoid useless operations
2009-03-29 Jean-Baptiste... Merge branch 'master' of git@git.videolan.org:vlc
2009-03-29 Jean-Baptiste... .Ram: forgotten include found by Christophe Courtaut
2009-03-29 Geoffroy CouprieWin32: cleaning crashdumps
2009-03-29 Srikanth RajuFixes bug #2259. Sorts the files added to playlist...
2009-03-29 Jean-Baptiste... Some broken .Ram playlist have .rm extensions. The...
2009-03-29 Jean-Baptiste... Remove .Ram handling from m3u demuxer. This was broken...
2009-03-29 Srikanth RajuSplit RAM playlist support from m3u to its own demuxer...
2009-03-29 Pierre Ynardx264: Use -Bsymbolic to fix static link
2009-03-29 Sébastien Escudiertypos
next