]> git.sesse.net Git - vlc/shortlog
vlc
2008-01-19 Jean-Baptiste... Qt4 - Try to improve quitting of the application.....
2008-01-19 Jean-Baptiste... Qt4 - 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... Try 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... Switch MMS to poll to avoid select() issues. Needs...
2008-01-18 Rémi Denis... Oups, this is a C++ file
2008-01-18 Rémi Denis... Fix Windows case which implements fd_set differently:
2008-01-18 Rémi Denis... Avoid overflows in the LUA net API. Run-time behavior...
2008-01-18 Rémi Denis... Use poll() instead of select() to fix an unlikely overf...
2008-01-18 Pierre d'Herbemontinput/meta.c: Don't re-run the art finder if the art...
2008-01-18 Olivier Aubertinclude/vlc/mediacontrol_structures.h: use u_int32_t...
2008-01-18 Rafaël Carréalsa: sets period size before buffer size, patch by...
2008-01-18 Olivier Aubertpython bindings: add a warning in the docstring of...
2008-01-18 Olivier Aubertpython bindings/vlc_internal: fix access to vlc_object_...
2008-01-18 Dennis van... * 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... Qt4 - Preferences: checkboxes in ModuleList are shown...
2008-01-18 Jean-Baptiste... Qt4 - SPrefs: add the option to embed the video in...
2008-01-18 Jean-Baptiste... Qt4 - Preferences, fix the tooltip in the ModuleList.
2008-01-18 Jean-Baptiste... Qt4 - Preferences. Fix a small bug in the layout of...
2008-01-18 Jean-Baptiste... Qt4 - Reorder the options in order of importance.
2008-01-18 Jean-Baptiste... Qt4 - make a small comment on how to integrate better...
2008-01-18 Jean-Baptiste... Qt4 - comment non-existing feature.
2008-01-17 Antoine CellerierYou still need the cast to compile :)
2008-01-17 Jean-Baptiste... Qt4 - revert the revertion :D
2008-01-17 Pierre d'Herbemontvlc_arrays.h: Don't use calloc, seems unreliable.
2008-01-17 Jean-Baptiste... Qt4 - 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 Antoine CellerierFix compilation and remove a few trailing spaces.
2008-01-17 Pierre d'Herbemontvlc_arrays.h: vlc_array_new, vlc_array_destroy.
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 Pierre d'Herbemontluaplaylist/youtube.lua: Fix art discovery.
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 Rafaël Carréupdate french translation
2008-01-17 Rafaël Carré"state" is an integer, not a boolean (since vlc_bool_t...
2008-01-17 Jean-Baptiste... Do previous commit in a better way.
2008-01-17 Jean-Baptiste... Qt4 - Hotkeys: fix the bug about modifiers that empeach...
2008-01-17 Jean-Baptiste... Qt4 - Preferences: avoid a few segfaults in the hotkeys...
2008-01-16 Christophe... Missed that in [24348]
2008-01-16 Christophe... Some files have moved
2008-01-16 Christophe... Delete rtp.c which was added by mistake in [24344]
2008-01-16 Christophe... Update the symbol list
2008-01-16 Rémi Denis... Don't complain about timeouts on Windows in cond_timedwait.
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2008-01-16 Rémi Denis... Revert the so-called whitelisting commits that are...
2008-01-16 Christophe... .
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-16 Rémi DuraffortUse utf8_unlink in src/misc/update.c
2008-01-16 Rémi DuraffortI forgot this part in the previous commit.
2008-01-16 Rémi DuraffortImplementation of utf8_unlink. If someone can test...
2008-01-16 Rafaël Carréfix #1362 (replace ':' with '_' in filenames on macosx)
2008-01-16 Rafaël Carréinput options whitelisting: 1st step
2008-01-16 Pierre d'Herbemontcontrol/media_instance.c: Silly debug code removal...
2008-01-16 Rafaël Carrésrc/control: set svn:keywords to Id
2008-01-16 Jean-Baptiste... Qt4 - remove trailing space due to Bookmark implementation.
2008-01-16 Jean-Baptiste... Qt4 - fix some saving and reading size bugs. Patch...
2008-01-16 Jean-Baptiste... Qt4 - Preferences, fix the bug that empeached to displa...
2008-01-16 Jean-Baptiste... Qt4 - should fix #1348 (invalid free)
2008-01-16 Jean-Baptiste... Qt4 - Playlist: double clicking on the art will open...
2008-01-16 Jean-Baptiste... Qt4 - remove an unnecessary cast
2008-01-16 Jean-Baptiste... Qt4 - move the playlist_model with the other files...
2008-01-16 Jean-Baptiste... Qt4 - playlist model. Fix #1332
2008-01-16 Pierre d'HerbemontMacOSX/Framework/VLCMedia.m: Make sure we compare the...
2008-01-16 Pierre d'HerbemontMacOSX/Framework/VLCVideoLayer: Publish fillScreen.
2008-01-16 Pierre d'HerbemontMacOSX/Framework/VLCMediaList,VLCMediaListAspect: Corre...
2008-01-16 Pierre d'HerbemontMacOSX/Framework/VLCVideoLayer: Implement hasVideo.
2008-01-15 Christophe... _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 Damien Fouilleuleyetv: forgot that one in my last commit
2008-01-15 Pierre d'HerbemontMacOSX/Framework: Don't attempt to set a value of a...
2008-01-15 Jean-Paul SamanPatch by Jilles Tjoelker: Fix ALSA thread deadlock...
2008-01-15 Jean-Baptiste... Put the lua files inside the .exe Ref #1436
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 Rafaël Carrémdate(): update comment
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-15 Rafaël Carrév4l2/ set svn:ignore property
2008-01-15 Rafaël Carrézsh completion:
2008-01-15 Christophe... Fix c-format
2008-01-15 Christophe... Update POTFILES.in after moving/renaming files
2008-01-14 Damien Fouilleuleyetv: latest version of EyeTV capture plugin, needs...
2008-01-14 Olivier Aubertpython bindings: fix MediaDescriptor.get_meta method
2008-01-14 Olivier Aubertpython bindings: begin to complete the libvlc API bindi...
2008-01-14 Antoine CellerierMove the v4l2 access to its own subdirectory.
2008-01-14 Antoine CellerierJapanese translation update by Tadashi Jokagi.
2008-01-14 Pierre d'Herbemontmisc/events.c: Make sure we don't leak.
2008-01-14 Pierre d'Herbemontmisc/events.c: Fix a NULL ptr access.
next