]> git.sesse.net Git - vlc/history - modules/misc
Qt: remove calls to vlc_object_find(VLC_OBJECT_VOUT, FIND_CHILD) in extended panel.
[vlc] / modules / misc /
2009-01-18 Christophe MutricyOne less vlc_object_find()
2009-01-18 Christophe MutricyI18n the string as recomended by the spec
2009-01-18 Christophe MutricyFix logic
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Laurent AimarUse "can-rate" and "state" input variable when applicable.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-14 Rémi Denis-CourmontRemove unmatched vlc_thread_ready (vlc_create_thread...
2009-01-12 Rémi Denis-CourmontLUA intf: fix lock_and_wait, and stop using vlc_object_...
2009-01-12 Rémi Denis-CourmontUnused variable
2009-01-12 Rémi Denis-CourmontUnused variable
2009-01-10 Rémi Denis-CourmontRemove useless parameter
2009-01-05 Rémi Denis-CourmontLUA: remove misc.signal() - this API does not make...
2009-01-02 Rémi Duraffortsome cleaning.
2008-12-30 Ilkka Ollakkaencode \ in xspf location uri also (rfc 3986 has set...
2008-12-30 Rémi DuraffortMissing include assert.
2008-12-29 Ilkka Ollakkacheck scheme part in uri with checking :// instead...
2008-12-21 Ilkka Ollakkadon't save xspf-playlist location, as it's not needed...
2008-12-17 Rémi DuraffortLess includes.
2008-12-15 Rémi Duraffortxtag_free don't need to return anything.
2008-12-15 Rémi Duraffort* Fix memleak (#2352)
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-30 Rémi Duraffortosd/simple: remove nop.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-29 Ilkka Ollakkaconvert audioscrobbler-plugin to intf-event stuff,...
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-10-30 Jean-Baptiste KempfFix Typo. Patch by Pierre Ynard.
2008-10-29 Rémi Denis-CourmontMemory leak - fixes #2255
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-28 Jean-Baptiste KempfFix forgotten include.
2008-10-26 Rémi DuraffortAdd a module to export the playlist in HTML (feature...
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-15 Derk-Jan Hartmanlogger: Mac OS X compile fix
2008-10-14 Rémi DuraffortFix compilation (my fault).
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi Duraffortnotify/xosd: potential memleaks
2008-10-14 Rémi DuraffortCleaning (potential memleak and uneeded message).
2008-10-12 Rémi Denis-Courmontlogger: use new message API - fixes #1975
2008-10-12 Rémi Denis-CourmontFix unitialized value
2008-10-12 Rémi Denis-Courmontlogger: don't reinvent stdio, kill a few relocations
2008-10-12 Rémi Denis-Courmontlogger: fix file leak
2008-10-12 Rémi Denis-CourmontRemove cut&paste crap
2008-10-12 Rémi Denis-CourmontRun RRD in its own thread
2008-10-12 Rémi Denis-CourmontCosmetic
2008-10-12 Rémi Denis-CourmontUse setvbuf instead of repeated fflush
2008-10-12 Rémi Denis-CourmontFix format - intmax != int64
2008-10-10 Rémi DuraffortFIx potential segfault (CID 168)
2008-10-10 Rémi DuraffortFix potential buffer overflow (CID 191)
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.
next