]> git.sesse.net Git - vlc/history - modules
Remove unused check for sys/sockio.h
[vlc] / modules /
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2009-04-10 Rémi Denis-CourmontRemove useless check for inttypes.h
2009-04-10 Rémi Denis-CourmontRemove useless check for (C89) <signal.h>
2009-04-10 Felix Paul Kühnemacosx: implement controll support for the Media Keys...
2009-04-10 Felix Paul Kühnemacosx: fixed crash in case either psz_module or psz_ms...
2009-04-09 Jean-Baptiste KempfQt4: correct fix for Hotkeys preferences.
2009-04-09 Jean-Baptiste KempfRevert "Qt: fix crashes possible in Hotkey settings."
2009-04-09 Laurent AimarImproved wav multichannel support.
2009-04-09 Rémi Denis-CourmontCompile fix
2009-04-09 Jean-Baptiste KempfQt: fix crashes possible in Hotkey settings.
2009-04-09 Rémi Denis-CourmontXCB: resize support
2009-04-09 Rémi Denis-CourmontX11 common: code factorization
2009-04-09 Rémi Denis-Courmontxcb_window: implement VOUT_SET_SIZE
2009-04-09 Felix Paul Kühnemacosx: updated window styles for VLCControllerWindow...
2009-04-08 Laurent AimarFixed integer overflow in avi index creation.
2009-04-08 Rémi Denis-CourmontImprove debug
2009-04-08 Rémi Denis-CourmontCosmetic
2009-04-08 Rémi Denis-CourmontForcefully update file size if read data past the forme...
2009-04-08 Rémi Denis-CourmontReading regular and block files can always be paced
2009-04-08 Felix Paul Kühneavi: set title instead of message. This looks better...
2009-04-08 Felix Paul Kühnemacosx: draft for 'dialog-progress-bar' and clean up
2009-04-08 Felix Paul Kühnemacosx: added 'ffmpeg-skiploopfilter' to the simple...
2009-04-08 Eric Lassaugeqt4: i18n fixes
2009-04-07 Felix Paul Kühnemacosx: reflect the renamings in the respective files
2009-04-07 Felix Paul Kühnemacosx: rename files as there is no Interaction framewo...
2009-04-07 Felix Paul Kühnemacosx: implemented 'dialog-login' and cleaned up most...
2009-04-07 Felix Paul Kühnemacosx: implement 'dialog-fatal' and 'dialog-question...
2009-04-07 Felix Paul Kühnemacosx: fix addition of empty folders to the playlist...
2009-04-06 Antoine CellerierUse image_Mime2Fourcc().
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-CourmontReally fix the vlm_MessageNew NULL warning
2009-04-05 Felix Paul Kühnemacosx: 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 Rémi Denis-CourmontWinCE: undefined file descriptor use
2009-04-05 Antoine CellerierFix scene filter when using source dimensions as output...
2009-04-05 Rémi Denis-CourmontEnglish
2009-04-05 Rémi Denis-CourmontRevamp subtitle encodings list
2009-04-05 Jean-Baptiste KempfQt: put H.264 loopfilter skipping in SPrefs.
2009-04-05 Rémi Denis-CourmontRemove inexistant MuleLao-1 and NEXTSTEP encodings
2009-04-05 Rémi Denis-CourmontRemove ASCII encoding, subset of UTF-8 (and many other)
2009-04-05 Rémi Denis-CourmontRemove inexistent encodings: C99, JAVA and HZ
2009-04-05 Rémi Denis-Courmontps: fix division by zero when seeking (fixes #2633)
2009-04-05 Jean-Baptiste KempfQt: SPrefs hotkeys: add a line between the widgets.
2009-04-05 Jean-Philippe AndreQt: really fix #2619 and the Playback menus
2009-04-05 Jean-Philippe AndreQt: fix #2619 (prev/next/stop never greyed)
2009-04-04 Rémi Denis-Courmontdvdnav: condition variable for still image handling
2009-04-04 Rémi Denis-Courmontdvdnav: mouse events bypass the event thread
2009-04-04 Rémi Denis-Courmontdvdnav: find vout through interface events instead...
2009-04-04 Rémi Denis-Courmontdvdnav: key presses bypass event thread
2009-04-04 Rémi Denis-CourmontRemove write-only variable
2009-04-04 Rémi Denis-Courmontdvdnav: move event thread initialization
2009-04-04 Jean-Baptiste KempfQt: same issue with extended dialog and the synchronisa...
2009-04-04 Jean-Baptiste KempfQt: Fix open codec and open information showing
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 KempfQt: avoid duplicates in open network, as reported by...
2009-04-03 Rémi Duraffortqt4: fix ExtVideo leaking.
2009-04-03 Antoine CellerierOops. b_demux should be flase
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 KempfDirac: fix typo.
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 Flynncodec/schroedinger: remove ts hack, request packetizer
2009-04-03 David Flynncodec/schroedinger: handle cases where schro invents...
2009-04-02 Jean-Baptiste KempfFix 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 KempfAdd a few bunch of FOURCC
2009-04-02 Antoine Cellerierv4l doesn't like polling. Revert part of db820529a4af54...
2009-04-02 Jean-Baptiste KempfFreetype: don't give the fontconfig time in seconds...
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éncurses : various fixes (runtime / display)
2009-04-01 Felix Paul Kühnemacosx: remove the interaction code from intf.m and...
2009-04-01 Laurent AimarFixed wav audio channel order.
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-CourmontFactorize identical XML escape RPN functions
2009-03-31 Rémi Denis-Courmontlogo-file is NOT 6 characters. strcmp() is -hopefully...
2009-03-31 Sébastien Escudierleaks in case of http connection failure
2009-03-31 Rémi Denis-CourmontUnused variable
2009-03-31 Rémi Denis-Courmontfmt
2009-03-31 xxcvdshow: add missing parameter in dialog invocation
2009-03-31 Rémi Denis-Courmontdshow: 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.
next