]> git.sesse.net Git - vlc/history - modules/control
Decomp: vmsplice support
[vlc] / modules / control /
2008-10-10 Rémi DuraffortFix potential segfault and move code (CID 178)
2008-10-10 Rémi DuraffortThis case can't happen so assert.
2008-10-10 Rémi DuraffortClarification (the last case can't happend) (CID 174)
2008-10-06 Rémi Duraffortdbus: include config.h before anything and remove dupli...
2008-10-06 Rémi DuraffortFix potential memleak (CID 227)
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-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-28 Rémi Denis-CourmontFormat string fixes
2008-09-28 Pierre d'HerbemontFix playlist_CurrentInput usage.
2008-09-27 Christophe MutricyCompile fix after d228fdd28e
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-24 Rémi DuraffortTelnet: don't leak the message.
2008-09-21 Rémi Denis-CourmontUse module_list_get
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontFix signal number
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-17 Jean-Baptiste KempfUse DIR_SEP instead of /
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-14 Rémi Denis-CourmontWrite CRLF in the same I/O operation
2008-09-14 Rémi Denis-CourmontRemove intf_ShouldDie
2008-09-14 Rémi Denis-Courmontnetsync: some cleanup (still very ugly)
2008-09-12 Laurent AimarUse poll instead of arbitrary msleep in lirc (close...
2008-09-06 Rémi Denis-CourmontHotkeys: use normal thread synchronization APIs
2008-09-05 Rémi DuraffortFix warnings.
2008-09-03 Rémi DuraffortFix a typo to make the buildbot happy.
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-03 Rémi Denis-CourmontSignals: only one thread needed now
2008-09-03 Rémi Denis-CourmontTelnet: fix arbitrary tick
2008-09-03 Rémi Denis-CourmontAvoid alloca()
2008-08-28 Rémi Denis-Courmontsignals: use the VLC thread API
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-24 Antoine CellerierHopefully fix #1910 'When I use the command "mrl playli...
2008-08-24 Rémi Denis-CourmontAvoid pushing a full structure onto the stack
2008-08-23 Aurelien Nephtalitelnet: Fix crash when the telnet port cannot be bound
2008-08-20 Rémi DuraffortFix a memleak when a connection is closed.
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 DuraffortCheck asprintf return value.
2008-08-13 Rémi Denis-CourmontDo not translate log messages
2008-08-12 Rémi Denis-CourmontHTTP interface: do not look for stuff in current directory
2008-08-10 Derk-Jan Hartmanhotkeys: don't set key-action when we didn't find a...
2008-08-04 Rémi Denis-CourmontHTTP interface: accept IPv6 bind address
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Pierre d'Herbemonthotkeys: Properly set seekable.
2008-08-01 Rémi DuraffortLock/Unlock the http control module.
2008-08-01 Rémi DuraffortFix memleak in gesture module.
2008-08-01 Rémi DuraffortDon't print a message a malloc failed.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortPotential memleak.
2008-07-31 Rémi Duraffortcontrol http: fix memleak.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortThe playlist is locked here : should fix #1751 (patch...
2008-07-21 Laurent AimarFixed a memory leak in aspect-ratio/crop/zoom/deinterla...
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-18 Rémi DuraffortThe playlist is not lock for the moment.
2008-07-17 Rémi DuraffortThe playlist is not lock at this stage so let it lock...
2008-07-15 Rémi DuraffortFix a compilation warning.
2008-07-07 Rémi Denis-CourmontHTTP: fix browsing on Win32 - closes #1656
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-02 Rémi Denis-CourmontHTTP ACL: fail closed, not open
2008-07-01 Rémi Denis-CourmontTypo, uninit (CID #127)
2008-06-28 Rémi Denis-CourmontRemove unused parameter
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-20 Rémi Denis-CourmontRC: fix segmentation fault due to input state changes...
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-20 Ilkka Ollakkaadd xml_encode to http-control rpn, so status/playlist...
2008-06-19 Rémi Denis-Courmontfix variable name - closes #1629
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rémi Denis-CourmontRC OSD: Fix NULL check after deref (CID 109)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontsignals: fix race condition with sigwait()
2008-05-31 Rémi Denis-Courmontsignals: exit properly
2008-05-31 Rémi Denis-Courmontintf_Create: remove unused parameters
2008-05-30 Antoine CellerierAdd support for applesmc motion sensors (macbooks)...
2008-05-29 Pierre d'Herbemontsignals: Workaround the fact that sigwait() isn't a...
2008-05-29 Rémi Denis-Courmontsignal handling interface
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi Denis-CourmontSpare 9 relocations
2008-05-27 Rémi Denis-CourmontFix HTTP interface with --disable-vlm
2008-05-27 Rémi Denis-CourmontAnother non-sensical declaration
2008-05-27 Rémi Denis-CourmontCosmetic
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Rémi Denis-CourmontDon't use stat() before opendir()
2008-05-20 Rémi Denis-CourmontFix handle leak
2008-05-20 Rémi Denis-CourmontDon't waste stat() right before opendir().
next