]> git.sesse.net Git - vlc/shortlog
vlc
2008-10-05 Rémi Denis... Remove vlc_threads_(init|end), fix thread-safety on...
2008-10-04 Rémi Denis... Fix vlc_thread_ready invalid use of object_wait
2008-10-04 Dominique Leuenbergerffmpeg changed offset_t to int64_t in svn rev15533...
2008-10-04 Christophe... Fix playlist use. Fix #2153
2008-10-04 Jean-Baptiste... Qt4: Split the controllers from the rest of the interfa...
2008-10-04 Jean-Baptiste... Qt4: fix remaining preferences intempestive popups.
2008-10-04 Rémi Denis... Critical section are internally recursive
2008-10-04 Rémi Denis... Human readable git versions
2008-10-04 Felix Kühneensure compatibility with future versions of Darwin
2008-10-03 Felix Paul... forward-port [4f51e27858885a78d4fc93a8312b8e96d92805ae]
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_spu() and libvlc_aud...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_teletext().
2008-10-03 Jean-Paul SamanUse the integer value for teletext page in test.html.
2008-10-03 Jean-Paul SamanFix bug in libvlc_video_set_teletext()
2008-10-03 Jean-Paul SamanAdd subtitle and teletext JS API to test.html
2008-10-03 Felix Paul... macosx: renamed getVoutView to voutView in order to...
2008-10-03 Felix Paul... macosx: ugly compilation fix as VLC_OBJECT_OPENGL was...
2008-10-02 Rémi Denis... Cleanup PVR path parser
2008-10-02 Derk-Jan Hartmanlibmpeg2: user_data has been available since 0.3.2
2008-10-02 Derk-Jan Hartmanmacosx: allow to specify where you want the download...
2008-10-02 Derk-Jan Hartmanupdate: don't free the temp pointer, but free the origi...
2008-10-02 Derk-Jan Hartmanupdate: rename the variables so that it matches their...
2008-10-02 Derk-Jan Hartmanupdate: allow update_Download to accept: directory...
2008-10-02 Derk-Jan Hartmanfortunes: PWNtcha !!!
2008-10-02 Jean-Baptiste... Win32 Vout: after the previous fix of Win32 Vout, the...
2008-10-01 Laurent AimarFixed a stupid typo in swscale copy conditions.
2008-10-01 Laurent AimarFixed annoying lates frame when slowing speed.
2008-10-01 Laurent AimarNo functionnal changes (clean up)
2008-10-01 Christophe... Fix for p_input being now hidden.
2008-10-01 Rémi DuraffortDon' reinvete the wheel just for fun.
2008-10-01 Rémi DuraffortCleaning and fix potential memleaks.
2008-10-01 Rémi DuraffortRemove xurl_(free|malloc)
2008-10-01 Rémi Duraffortsecond parameter of streallocat must be const.
2008-10-01 Rémi Duraffortxlist: last can't be NULL here (invalidate CID 50)
2008-10-01 Rémi DuraffortFix potential memleaks (CID 222 and 221)
2008-10-01 Rémi DuraffortFix memleak (CID 225)
2008-10-01 Rémi DuraffortFix memleak (CID 209)
2008-10-01 Rémi DuraffortFix memleaks (CID 211)
2008-10-01 Rémi DuraffortFix memleak (CID 212)
2008-10-01 Rémi DuraffortFix memleak (CID 213)
2008-10-01 Rémi DuraffortUse asprintf instead of malloc/sprintf.
2008-10-01 Jean-Baptiste... Hotkeys: remove unuseful test on p_playlist: If p_playl...
2008-10-01 Rémi DuraffortMacro protection.
2008-10-01 Jean-Baptiste... Blend: Remove unuseful variable. CID 241
2008-10-01 Jean-Baptiste... Assert p_block.
2008-10-01 Jean-Baptiste... Remove useless test.
2008-10-01 Rémi Denis... Remove dummy vlc_thread_ready
2008-10-01 Rémi DuraffortRemove duplication and do the NULL text before derefere...
2008-10-01 Rémi DuraffortInit the variable (CID 239)
2008-10-01 Rémi DuraffortInitialise variable before using it (CID 238)
2008-10-01 Jean-Baptiste... Fix uninitialized variables (CID 242)
2008-10-01 Rémi DuraffortFix "use after a free" (to be honnest that's more a...
2008-10-01 Rémi DuraffortFix "Use after free" (CID 248)
2008-10-01 Rémi DuraffortProtect against bad use after a vlc_dictionary_clear.
2008-10-01 Geoffroy CouprieWinCE: missing threading functions
2008-10-01 Jean-Baptiste... Remove useless test. At that point, p_sys is not NULL
2008-10-01 Jean-Baptiste... Win32 Vout: set fullscreen back before quitting Vout.
2008-10-01 Jean-Baptiste... Win32 Vout: try to correctly set fullscreen mode under...
2008-10-01 Jean-Baptiste... Qt4: correctly show the stats.
2008-10-01 Jean-Baptiste... Qt4: Deactivate FPS showing, since it doesn't work.
2008-10-01 Jean-Baptiste... Typo.
2008-10-01 Jean-Baptiste... Qt4: Playlist fixes.
2008-10-01 Jean-Baptiste... Compilation fix for win32.
2008-09-30 Pavlov KonstantinFortunes update
2008-09-30 Laurent AimarFixed too restrictive assert in decoder.
2008-09-30 Laurent AimarFixed a lot of potential segfaults on invalid vobsub...
2008-09-30 Laurent AimarLet decoder handle the audio/spu delay.
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few vout tests+statistics to decoder.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
2008-09-30 Laurent AimarUse audio desync as initial audio-delay value.
2008-09-30 Laurent AimarAdded dump alias module to dummy decoder.
2008-09-30 Laurent AimarProtect a bit against invalid pcr.
2008-09-30 Laurent AimarProtect against broken subpicture size.
2008-09-30 Laurent AimarFixed potential race condition on vout release in decoder.
2008-09-30 Laurent AimarFixed sout #display.
2008-09-30 Rémi Denis... De-inline playlist_Signal
2008-09-30 Rémi Denis... Do not stat directories on Windows
2008-09-30 Derk-Jan Hartmanmacosx: Add a link to the playlistitem menu to retrieve...
2008-09-30 Derk-Jan Hartmanmacosx: Remove spurious call.
2008-09-30 Derk-Jan Hartmanmacosx: Initially expand the primary Playlist node.
2008-09-30 Rémi Denis... Fix linking
2008-09-30 Rémi Denis... Unexport vlc_object_waitpipe
2008-09-30 Rémi Denis... Code factorization
2008-09-30 Rémi Denis... Work around dirfd compilation breakage
2008-09-30 Derk-Jan Hartmanmacosx: move the embeddedvout controls slightly to...
2008-09-30 Derk-Jan Hartmanmacosx: when saving updates, only allow for a dir to...
2008-09-30 Derk-Jan Hartmanmacosx: The vlc update API can only handle a destinatio...
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Geoffroy CouprieWinCE: fix missing functions
2008-09-30 Antoine CellerierFix CID 207. (Resource leak)
2008-09-29 Ilkka OllakkaDisconnect before trying with authentication
2008-09-29 Christophe... Fix make dist
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-29 Geoffroy CouprieWinCE: cleaning my header inclusion mess
2008-09-29 Geoffroy CouprieWinCE: check for winsock2.h instead of winsock.h
2008-09-28 Rémi Denis... Format string fixes
2008-09-28 Rémi Denis... Remove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis... Remove p_root hacks
next