]> git.sesse.net Git - vlc/history - modules
Remove useless mutex (pthread_once is enough)
[vlc] / modules /
2008-01-21 Felix Paul Kühnemacosx: added an option to automagically save the equal...
2008-01-20 Rafaël Carréqt4: add the hability to put the *interface* in fullscr...
2008-01-20 Rafaël CarréX11 video output: give the focus to the video window...
2008-01-20 Rafaël CarréDisable "qt-updates-notif" when update checking is...
2008-01-20 Rafaël Carréone day, the new qt4 interface will not be new anymore...
2008-01-20 Christophe MutricyAvoid buffer overflow. Fix #1442. Refs CVE-2008-0295...
2008-01-20 Pavlov KonstantinTypos and "the Internet".
2008-01-20 Rémi Denis-CourmontFix previous commit
2008-01-20 Rémi Denis-CourmontFix #include
2008-01-20 Rémi Denis-Courmontnetsync: this was the last unchecked FD_SET/FD_ISSET...
2008-01-20 Rémi Denis-CourmontSwitch telnet interface to poll
2008-01-19 Rémi Denis-CourmontRemove bogus printf
2008-01-19 Pierre d'Herbemontshout.c: Add http-forward-cookies to "Les guignols".
2008-01-19 Pierre d'Herbemontservices/discovery/shout.c: Add a French TV service...
2008-01-19 Pavlov KonstantinMove appropriate code to DEMUX_GET_LENGTH and destroy...
2008-01-19 Pavlov KonstantinFix a segfault in mpga demuxer module.
2008-01-19 Antoine CellerierSimplify.
2008-01-19 Jean-Baptiste KempfQt4 - Prepare the work for file association from the...
2008-01-19 Jean-Baptiste KempfQt4 : change slightly the debug message.
2008-01-19 Jean-Baptiste KempfQt4 - Fix the double free. Close #1397.
2008-01-19 Jean-Baptiste KempfQt4 - Use same type of button in order to not kill...
2008-01-19 Jean-Baptiste KempfQt4 - Try to improve quitting of the application.....
2008-01-19 Jean-Baptiste KempfQt4 - Select the first category on the advanced prefere...
2008-01-19 Antoine CellerierAdd gzip support to the http access. We never request...
2008-01-18 Christophe MutricyTry to improve wording
2008-01-18 Pierre d'Herbemontaccess/http.c: More check on cookies we receive.
2008-01-18 Antoine CellerierFix erroneous use of freed data in the cookie forwardin...
2008-01-18 Pierre d'Herbemontaccess/http.c: Don't double-free in cookie_append.
2008-01-18 Rémi Denis-CourmontSwitch MMS to poll to avoid select() issues. Needs...
2008-01-18 Rémi Denis-CourmontOups, this is a C++ file
2008-01-18 Rémi Denis-CourmontFix Windows case which implements fd_set differently:
2008-01-18 Rémi Denis-CourmontAvoid overflows in the LUA net API. Run-time behavior...
2008-01-18 Rémi Denis-CourmontUse poll() instead of select() to fix an unlikely overf...
2008-01-18 Rafaël Carréalsa: sets period size before buffer size, patch by...
2008-01-18 Dennis van Amerongen* modules/demux/ts.c: remove excessive ;
2008-01-18 Pierre d'Herbemontaccess/http.c: Put cookies handling in a disabled by...
2008-01-18 Jean-Paul SamanFix regression introduced in [24381]
2008-01-18 Jean-Paul SamanCheck malloc return values and fix a few compiler warnings.
2008-01-18 Jean-Baptiste KempfQt4 - Preferences: checkboxes in ModuleList are shown...
2008-01-18 Jean-Baptiste KempfQt4 - SPrefs: add the option to embed the video in...
2008-01-18 Jean-Baptiste KempfQt4 - Preferences, fix the tooltip in the ModuleList.
2008-01-18 Jean-Baptiste KempfQt4 - Preferences. Fix a small bug in the layout of...
2008-01-18 Jean-Baptiste KempfQt4 - Reorder the options in order of importance.
2008-01-18 Jean-Baptiste KempfQt4 - make a small comment on how to integrate better...
2008-01-18 Jean-Baptiste KempfQt4 - comment non-existing feature.
2008-01-17 Jean-Baptiste KempfQt4 - revert the revertion :D
2008-01-17 Jean-Baptiste KempfQt4 - Fix segfault on item removal on VLM. Patch by...
2008-01-17 Ilkka Ollakkaforgotten file from previous commit, oneliner update...
2008-01-17 Antoine CellerierTemporarily fix compilation of the qt4 interface. ILEoo...
2008-01-17 Ilkka Ollakkadon't poll volume-change, change volumecontrol to use...
2008-01-17 Pierre d'Herbemontaccess/http.c: Support Set-Cookie, and forward them...
2008-01-17 Ilkka Ollakkachange input_manager to event-based instead of polling...
2008-01-17 Rafaël CarréReverts [24331] , fix a memleak. Add a debug message...
2008-01-17 Rafaël Carréfile audio output: write on stdout if filename is "-"
2008-01-17 Ilkka Ollakkapartly revert [23991]. vlc:skip ain't supported, and...
2008-01-17 Jean-Baptiste KempfDo previous commit in a better way.
2008-01-17 Jean-Baptiste KempfQt4 - Hotkeys: fix the bug about modifiers that empeach...
2008-01-17 Jean-Baptiste KempfQt4 - Preferences: avoid a few segfaults in the hotkeys...
2008-01-16 Christophe MutricyMissed that in [24348]
2008-01-16 Christophe MutricyDelete rtp.c which was added by mistake in [24344]
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-16 Jean-Baptiste KempfQt4 - remove trailing space due to Bookmark implementation.
2008-01-16 Jean-Baptiste KempfQt4 - fix some saving and reading size bugs. Patch...
2008-01-16 Jean-Baptiste KempfQt4 - Preferences, fix the bug that empeached to displa...
2008-01-16 Jean-Baptiste KempfQt4 - should fix #1348 (invalid free)
2008-01-16 Jean-Baptiste KempfQt4 - Playlist: double clicking on the art will open...
2008-01-16 Jean-Baptiste KempfQt4 - remove an unnecessary cast
2008-01-16 Jean-Baptiste KempfQt4 - move the playlist_model with the other files...
2008-01-16 Jean-Baptiste KempfQt4 - playlist model. Fix #1332
2008-01-15 Christophe Mutricy_GNU_SOURCE is already taken of by config.h + typo
2008-01-15 Jean-Paul SamanShow statistical information on the rc interface.
2008-01-15 Jean-Paul SamanPatch by Jilles Tjoelker: Fix ALSA thread deadlock...
2008-01-15 Rafaël Carréqt4: correct the header, copyright symbol, and remove...
2008-01-15 Rafaël Carréaudioscrobbler: do not use mdate() when the real date...
2008-01-15 Rémi DuraffortCheck for the updates when showing the dialog.
2008-01-15 Rafaël Carrécorrectly displays album art in playlist, fix by ILEoo
2008-01-15 Rafaël Carréncurses: new box representing the vlc objects hierarchy...
2008-01-15 Rafaël Carréqt4 playlist selector: selects the playlist on start
2008-01-14 Damien Fouilleuleyetv: latest version of EyeTV capture plugin, needs...
2008-01-14 Antoine CellerierMove the v4l2 access to its own subdirectory.
2008-01-14 Pierre d'Herbemontaccess/http.c: Don't track redirection if there is...
2008-01-14 Rafaël Carréalsa: add some verbose debug (enabled only if ALSA_DEBU...
2008-01-14 Jean-Baptiste KempfQt4 - Commenting playlist_model code.
2008-01-13 Rémi DuraffortAlert the user when something wrong accure during the...
2008-01-13 Rémi DuraffortTypo
2008-01-13 Rémi DuraffortFix compilation error with SDL under 1.2.10
2008-01-13 Laurent AimarFixed typo in MJD decoding (Fix EIT informations)
2008-01-13 Antoine CellerierFix the v4l2 "reset all controls" code. Use the extende...
2008-01-13 Antoine CellerierIf the v4l2 driver supports the extended control api...
2008-01-13 Jean-Baptiste KempfQt4 - fix [24261]
2008-01-13 Antoine CellerierDon't try setting the audio input source if the v4l2...
2008-01-13 Pavlov KonstantinFix hostname reporting on some weirdly configured syste...
2008-01-12 Antoine CellerierAdd audio input selection for encoder cards.
2008-01-12 Antoine CellerierAdd v4l2 tuner support. Example command line for Hauppa...
2008-01-12 Antoine CellerierAdd audio bass, treble and loudness options (supported...
2008-01-12 Antoine Cellerier[PATCH] v4l2 mpeg2 controls by Dennis Lou. Thanks.
2008-01-12 Jean-Baptiste KempfQt4 - add ifdef if someone compiles vlc without vlm...
2008-01-12 Jean-Baptiste KempfSupport for 8bit uncompressed in AVI files.
next