]> git.sesse.net Git - vlc/shortlog
vlc
2009-04-08 Felix Paul... macosx: draft for 'dialog-progress-bar' and clean up
2009-04-08 Felix Paul... macosx: added 'ffmpeg-skiploopfilter' to the simple...
2009-04-08 Vincenzo Realel10n: Italian update
2009-04-08 Eric Lassaugeqt4: i18n fixes
2009-04-08 Eric Lassaugei18n: Add missing files
2009-04-07 Felix Paul... macosx: compilation fix *grml*
2009-04-07 Felix Paul... macosx: reflect the renamings in the respective files
2009-04-07 Felix Paul... macosx: rename files as there is no Interaction framewo...
2009-04-07 Felix Paul... macosx: new nib file for more complex dialogs triggered...
2009-04-07 Felix Paul... macosx: implemented 'dialog-login' and cleaned up most...
2009-04-07 Felix Paul... macosx: implement 'dialog-fatal' and 'dialog-question...
2009-04-07 Felix Paul... macosx: fix addition of empty folders to the playlist...
2009-04-07 Felix Paul... contribs: forward-port Derk-Jan's libswscale fixes...
2009-04-07 Felix Paul... contribs: bootstrap dirac on Darwin, so we don't need...
2009-04-07 Felix Paul... contribs: fix goom compilation
2009-04-07 Felix Paul... contribs: updated libtool to 2.2.6(a) because of dirac
2009-04-07 Felix Paul... contribs: live555 compilation fix
2009-04-06 Vincenzo Realel10n: Italian update
2009-04-06 Myckel Habetsl10n: Dutch update
2009-04-06 A S Alaml10n: Punjabi update
2009-04-06 Tomáš Chvátall10n: Czech update
2009-04-06 Christophe... Merge po with new vlc.pot
2009-04-06 Christophe... Update vlc.pot with the strings from the .ui this time
2009-04-06 Antoine CellerierDon't reinvent strcasecmp().
2009-04-06 Antoine CellerierUse image_Mime2Fourcc().
2009-04-06 Antoine CellerierAdd image_Mime2Fourcc() function and use in image_ReadUrl()
2009-04-06 Derk-Jan Hartmanlibmpeg2: Fix Closed Captions in GOP.
2009-04-06 Antoine CellerierDo not print the password in the log. That's dangerous!
2009-04-06 Rémi Denis... Bring the glibc detection back, not using dlopen()...
2009-04-06 Rémi Denis... Missing comma (fixes #2634)
2009-04-06 Rémi Denis... Do not translate "". Fix the localized configuration...
2009-04-06 Rémi Denis... Attach VLM inputs to LibVLC. Fixes #2639.
2009-04-06 Rémi Denis... Really fix the vlm_MessageNew NULL warning
2009-04-05 Christophe... Run xgettext on the .h and not the .ui
2009-04-05 Felix Paul... macosx: paste the UDP/RTP MRL to the URL field once...
2009-04-05 Antoine CellerierFix flickering when decoding TSCC. (Backport if we...
2009-04-05 Sébastien EscudierVLM : Add media name in callbacks
2009-04-05 Rémi Denis... WinCE: undefined file descriptor use
2009-04-05 Rémi Denis... Explode in the face of the user if (s)he has a broken...
2009-04-05 Antoine CellerierFix scene filter when using source dimensions as output...
2009-04-05 Rémi Denis... Typo
2009-04-05 Rémi Denis... win32: blind attempt at fixing RTSP connection (hopeful...
2009-04-05 Rémi Denis... English
2009-04-05 Rémi Denis... Attach VOD task to libvlc rather than VLM - fixes ...
2009-04-05 Jean-Baptiste... Add extensions we support to the open dialogs.
2009-04-05 Rémi Denis... Win32: canonicalize path separator, avoid isalpha(...
2009-04-05 Rémi Denis... Revamp subtitle encodings list
2009-04-05 Jean-Baptiste... Qt: put H.264 loopfilter skipping in SPrefs.
2009-04-05 Rémi Denis... Remove inexistant MuleLao-1 and NEXTSTEP encodings
2009-04-05 Rémi Denis... Remove ASCII encoding, subset of UTF-8 (and many other)
2009-04-05 Rémi Denis... Remove inexistent encodings: C99, JAVA and HZ
2009-04-05 Rémi Denis... ps: fix division by zero when seeking (fixes #2633)
2009-04-05 Rémi Denis... resolve_xml_special_chars handles non-ASCII Unicode...
2009-04-05 Jean-Baptiste... Qt: SPrefs hotkeys: add a line between the widgets.
2009-04-05 Jean-Philippe... Qt: really fix #2619 and the Playback menus
2009-04-05 Jean-Philippe... Qt: fix #2619 (prev/next/stop never greyed)
2009-04-04 Rémi Denis... Use C functions
2009-04-04 Rémi Duraffortfilename_sanitize: spaces are forbidden only when begin...
2009-04-04 Rémi Denis... dvdnav: condition variable for still image handling
2009-04-04 Rémi Denis... dvdnav: mouse events bypass the event thread
2009-04-04 Rémi Denis... dvdnav: find vout through interface events instead...
2009-04-04 Rémi Denis... dvdnav: key presses bypass event thread
2009-04-04 Rémi Denis... Remove write-only variable
2009-04-04 Rémi Denis... dvdnav: move event thread initialization
2009-04-04 Jean-Baptiste... Qt: same issue with extended dialog and the synchronisa...
2009-04-04 Rémi Denis... Bump plugin API due to block_t breakage (and lots of...
2009-04-04 Jean-Baptiste... Qt: Fix open codec and open information showing
2009-04-04 Rémi Denis... Fix return
2009-04-04 Rémi Denis... Simplifications and cleanup
2009-04-04 Sébastien EscudierRemove uneeded exceptions
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
next