]> git.sesse.net Git - vlc/history - modules/control
Win32: go fullscreen on the same screen as the vout window
[vlc] / modules / control /
2009-01-02 Rémi Duraffortsome cleaning.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-21 Rémi Denis-CourmontDo not compete with libvlc in destroying interfaces...
2008-12-19 Jean-Baptiste KempfForward port of 'Telnet: fix win32 work'.
2008-12-15 Rémi DuraffortFix memleak (#2351) (mvar_AppendNewVar already do a...
2008-12-15 Rémi DuraffortFix memleak (#2350).
2008-12-09 Laurent AimarFixed ppsz_input_state in RC after input state changes.
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-22 Christophe MutricyFix memleak
2008-11-21 Jean-Paul SamanAdd can-rate to distinguish between normal rate control...
2008-11-21 Jean-Paul SamanEnable rc fastforward and rewind commands for RTSP...
2008-11-20 Jean-Paul SamanRemove FORWARD_S and BACKWARD_S from input state.
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-22 Laurent AimarAdded hotkey code for input "frame-next".
2008-10-16 Scott LyonsProvide more item meta data to HTTP RPN.
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-12 Rémi Denis-CourmontFix NULL deref (CID#237)
2008-10-12 Rémi Denis-CourmontCleanup MRLParse
2008-10-12 Rémi Denis-CourmontFix crash from 36e833c3
2008-10-12 Rémi Denis-CourmontMemory leak (CID#266)
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
next