]> git.sesse.net Git - vlc/history - modules
mmap: Don't use mmap by default on OS X.
[vlc] / modules /
2008-10-07 Derk-Jan Hartmanmmap: Don't use mmap by default on OS X.
2008-10-06 Alexis BallierFix build with x264 build 65
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-06 Rémi DuraffortFix memleak (CID 67) and don't use 0 instead of NULL
2008-10-06 Rémi DuraffortFix a lot of memleaks (and CID 68 in the same time).
2008-10-06 Rémi DuraffortFix potential segfault (CID 224)
2008-10-06 Rémi Duraffortdbus: include config.h before anything and remove dupli...
2008-10-06 Rémi DuraffortDon't redefine true and false.
2008-10-06 Rémi DuraffortChange LIST of modules.
2008-10-06 Rémi DuraffortFix potential memleak (CID 227)
2008-10-06 Derk-Jan Hartmanps.c: add a safety net to this while loop.
2008-10-06 Derk-Jan Hartmandvdread: minimum value for ps_pkt_size is 6
2008-10-06 Geoffroy CouprieWinCE: factorize the file access code (and make it...
2008-10-05 Christophe MutricyAvoid segfault
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi DuraffortFix potential memleak (CID 69)
2008-10-05 Rémi DuraffortFIx potential memleak (CID 217)
2008-10-05 Rémi DuraffortFix memleak (CID 210)
2008-10-05 Rémi DuraffortFix potential memleaks (CID 208)
2008-10-05 Rémi DuraffortFix memleak (CID 202, 203, 204 and 205)
2008-10-05 Rémi DuraffortRemove unuse variable (and one memleak in the same...
2008-10-05 Kaarlo RaihaQT4 wineventfilter for Win32, allows WM_APPCOMMAND...
2008-10-05 Rémi Denis-CourmontFix crash on RTSP error with TS muxing (CID#179)
2008-10-05 Rémi Denis-Courmontifdef out dead "future" code (CID#148)
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#236)
2008-10-05 Rémi Denis-CourmontClarify code (FALSE CID#244)
2008-10-05 Rémi Denis-CourmontTimeshift: fix crash on I/O error (CID#157)
2008-10-05 Rémi Denis-CourmontFix memory leak (CID#206)
2008-10-05 Rémi Denis-CourmontHandle error (?) from config_GetInt (CID#180)
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#167)
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi DuraffortUse vasprintf instead of some malloc+vsnprintf and...
2008-10-05 Rémi DuraffortCleaning xurl code (CID 193 and CID 51 are now fixed)
2008-10-05 Rémi Denis-CourmontDangling code
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-04 Dominique Leuenbergerffmpeg changed offset_t to int64_t in svn rev15533...
2008-10-04 Christophe MutricyFix playlist use. Fix #2153
2008-10-04 Jean-Baptiste KempfQt4: Split the controllers from the rest of the interfa...
2008-10-04 Jean-Baptiste KempfQt4: fix remaining preferences intempestive popups.
2008-10-03 Felix Paul Kühnemacosx: renamed getVoutView to voutView in order to...
2008-10-03 Felix Paul Kühnemacosx: ugly compilation fix as VLC_OBJECT_OPENGL was...
2008-10-02 Rémi Denis-CourmontCleanup 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 Jean-Baptiste KempfWin32 Vout: after the previous fix of Win32 Vout, the...
2008-10-01 Laurent AimarFixed a stupid typo in swscale copy conditions.
2008-10-01 Christophe MutricyFix 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 KempfHotkeys: remove unuseful test on p_playlist: If p_playl...
2008-10-01 Jean-Baptiste KempfBlend: Remove unuseful variable. CID 241
2008-10-01 Jean-Baptiste KempfAssert p_block.
2008-10-01 Jean-Baptiste KempfRemove useless test.
2008-10-01 Rémi Denis-CourmontRemove dummy vlc_thread_ready
2008-10-01 Jean-Baptiste KempfFix uninitialized variables (CID 242)
2008-10-01 Rémi DuraffortFix "use after a free" (to be honnest that's more a...
2008-10-01 Jean-Baptiste KempfRemove useless test. At that point, p_sys is not NULL
2008-10-01 Jean-Baptiste KempfWin32 Vout: set fullscreen back before quitting Vout.
2008-10-01 Jean-Baptiste KempfWin32 Vout: try to correctly set fullscreen mode under...
2008-10-01 Jean-Baptiste KempfQt4: correctly show the stats.
2008-10-01 Jean-Baptiste KempfQt4: Deactivate FPS showing, since it doesn't work.
2008-10-01 Jean-Baptiste KempfTypo.
2008-10-01 Jean-Baptiste KempfQt4: Playlist fixes.
2008-09-30 Laurent AimarFixed a lot of potential segfaults on invalid vobsub...
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarAdded dump alias module to dummy decoder.
2008-09-30 Rémi Denis-CourmontDo 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-CourmontCode factorization
2008-09-30 Rémi Denis-CourmontWork around dirfd compilation breakage
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 CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Antoine CellerierFix CID 207. (Resource leak)
2008-09-29 Ilkka OllakkaDisconnect before trying with authentication
2008-09-29 Christophe MutricyFix make dist
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-28 Rémi Denis-CourmontFormat string fixes
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Derk-Jan Hartmanlibmpeg2: compile fix
2008-09-28 Derk-Jan Hartmanlibmpeg2: user MPEG2 coding type defines when matching...
2008-09-28 Rémi Denis-CourmontFail permanently on fatal file I/O error
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-28 Rémi Denis-CourmontVLC_OBJECT_OPENGL: nobody uses _find on this, useless
2008-09-28 Derk-Jan Hartmanlibmpeg2: Enable CC parsing for libmpeg2 >= 5.0.0
2008-09-28 Pierre d'Herbemontqt4: b_reset_currently_playing should not be used here.
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Rémi Denis-CourmontDo not add subdirectories entries
next