]> git.sesse.net Git - vlc/history - modules/misc
Qt: accelerate the menus
[vlc] / modules / misc /
2009-01-25 Rémi Denis-CourmontMissing vlc_savecancel()
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-24 Rémi Denis-Courmontfontconfing: join the thread exactly once
2009-01-24 Rémi Denis-Courmontfontconfig: fix unpaired object release
2009-01-21 Jean-Baptiste KempfForgotten in previous commit.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-19 Antoine CellerierHere too (and I'll stop spamming for today)
2009-01-19 Antoine CellerierUse config chain in lua intf module.
2009-01-19 Antoine CellerierFix horrible typo and vlc.misc.should_die() function.
2009-01-19 Antoine CellerierImplement "@name var val" style commands in rc.lua...
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-CourmontPrivatize packetize and interface object types
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis-CourmontRemove practically unused interface type from scripting
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...
next