]> git.sesse.net Git - vlc/history - modules/misc
mmap: Correct [cbc1122ac4551505181ea048ca14a5f87041090f]
[vlc] / modules / misc /
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
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 Denis-CourmontClarify code (FALSE CID#244)
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-CourmontUse static mutexes
2008-10-04 Christophe MutricyFix playlist use. Fix #2153
2008-10-01 Christophe MutricyFix for p_input being now hidden.
2008-10-01 Rémi DuraffortFix memleak (CID 225)
2008-10-01 Rémi DuraffortFix "use after a free" (to be honnest that's more a...
2008-09-30 Laurent AimarAdded dump alias module to dummy decoder.
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-29 Christophe MutricyFix make dist
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-28 Pierre d'HerbemontFix playlist_CurrentInput usage.
2008-09-27 Christophe MutricyCompile fix after d228fdd28e
2008-09-27 Christophe MutricyFix bad declaration
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-23 Laurent AimarFixed support for font color and opacity for html rende...
2008-09-22 Laurent AimarUse resolve_xml_special_chars where appropriate.
2008-09-22 Laurent AimarProperly handle < > & " in html text...
2008-09-22 Laurent AimarCompilation fixes for quartztext (thanks to Derk-Jan...
2008-09-22 Laurent AimarMoved more common codes to text_renderer.h
2008-09-22 Laurent AimarModify ProcessNode to look more like freetype one (2).
2008-09-22 Laurent AimarModify ProcessNode to look more like freetype one.
2008-09-22 Laurent AimarFirst pass for extracting common text renderer code.
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-21 Rémi Denis-CourmontRemove VLC_OBJECT_MODULE
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-20 Rémi Denis-CourmontUse objet pointer as unique ID (plugins)
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-17 Laurent AimarFixed a segfault when trying to render a unbreakable...
2008-09-17 Derk-Jan Hartmanquartztext: One more fix to [f0d84d019c8c240c47672b82b...
2008-09-17 Derk-Jan Hartmanquartztext: fix [f0d84d019c8c240c47672b82be123dc979b8d0...
2008-09-17 Derk-Jan Hartmanquartztext: Use 10.4 compatible alternative to kCGColor...
2008-09-16 Yoann PeronneauUpdate XSPF playlist structure to use <vlc:id> instead...
2008-09-16 Pierre d'Herbemontquartztext: Reenable quartztext along with some enhance...
2008-09-16 Pierre d'Herbemontquartztext: Disable as freetype is doing a better job...
2008-09-15 Pierre d'Herbemontquartztext: Better font compromise. (Use Arial Black...
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-14 Rémi Denis-CourmontAnother thread-unsafe redumdant use of b_dead
2008-09-14 Rémi Denis-CourmontRemove unsafe use of b_dead.
2008-09-14 Rémi Denis-CourmontGrrr at subsubsubsubdirectories
2008-09-14 Rémi Denis-CourmontRemove VLC_OBJECT_ANNOUNCE
2008-09-12 Antoine CellerierDon't call the demux close function ourselves, the...
2008-09-12 Derk-Jan Hartmanfreetype: potential divide by zero crash.
2008-09-10 Rémi DuraffortaudioScrobbler: cleanup and respect last.fm specifications
2008-09-10 Antoine CellerierAdd new functions to Lua API.
2008-09-09 Geoffroy CouprieInitialize threading code in libxml2
2008-09-08 Rémi Denis-CourmontFix cut&paste error in 1014a2aa09d4c4a529407b221676f913...
2008-09-07 Laurent AimarAdded support for named color in font parameters.
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-06 Rémi Denis-Courmontaudioscrobbler: do not mix vlc_object and vlc_thread...
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-09-04 Rémi Denis-CourmontRemove /* inside comment
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-03 Rémi Denis-CourmontDo not lock the input while talking to D-Bus
2008-09-03 Rémi DuraffortFix memleak (don't ask for error just for fun).
2008-09-02 JPegBugfix: last.fm segfaults under Windows This is due...
2008-08-28 Rémi Denis-Courmontvlc_object_lock_and_wait: broken by design, remove
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-19 Rémi DuraffortFix compilation warnings.
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-08-18 Laurent AimarFixed a potential freetype deadlock as var_AcquireMutex...
2008-08-16 Pierre d'Herbemontaudioscrobbler: *Never* do module unloading from within...
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-15 Rémi DuraffortCheck malloc return value.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi DuraffortHum fix a memleak in test4 ...
2008-08-13 Derk-Jan Hartmanquartztext: fix a crash when we tried to find the lengh...
2008-08-13 Rémi Duraffort* Fix potential memleak.
2008-08-13 Rémi Denis-CourmontAvoid printf for debug
2008-08-12 Mirsal EnnaimeTelepathy: Fix a crash.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-10 Jean-Paul SamanRevert "Add limits.h to fix Win32 and MacOS X compilati...
2008-08-10 Jean-Paul SamanAdd limits.h to fix Win32 and MacOS X compilation ...
2008-08-10 Pierre d'Herbemontosd: Fix compilation on osx.
2008-08-10 Jean-Paul SamanFix crash when osdmenu failed loading.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier Aubertsvg.c: check fread return value
2008-08-03 Rémi DuraffortAudio Scrobbler: Fix some tiny memleaks.
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Pierre d'Herbemontplaylist: Make sure we don't pl_Release(p_playlist).
2008-08-01 Rémi DuraffortFix memleak in lua module.
2008-08-01 Rémi DuraffortFix memleaks (use vlclua_dir_list_free).
2008-08-01 Rémi DuraffortAdd vlclua_dir_list_free to free list created by vlclua...
2008-08-01 Rémi Duraffortsvg module: fix memleak.
2008-08-01 Rémi DuraffortFix xosd memleaks.
2008-08-01 Rémi Duraffortlua/intf: Fix a memleak.
2008-08-01 Rémi DuraffortFix potential memleak.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleaks.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Derk-Jan Hartmandummy: change vlc: comments to vlc:// comments
next