]> git.sesse.net Git - vlc/history - modules/control
Qt Fix profile edition and saving. Close #2477
[vlc] / modules / control /
2009-02-05 Rémi Denis-CourmontUnitialized variable
2009-02-05 Rémi Denis-CourmontMenu key triggers the popup menu
2009-02-02 Rémi Denis-CourmontUse --x11-display whenever calling XOpenDisplay (except...
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Laurent AimarFixed missing vlc_savecancel in globalhotkeys (x11).
2009-01-26 Rémi Durafforthotkeys: fix potential buffer overflows, use var_Create...
2009-01-26 Joseph TulouEnabling scaling activation/deactivation
2009-01-25 Rémi Denis-CourmontMerge commit 'videolan/master'
2009-01-25 Laurent AimarIgnore X11 errors.
2009-01-25 Laurent AimarFixed double vlc_restorecancle call.
2009-01-25 Laurent AimarAdded x11 global hotkeys support (linux).
2009-01-25 Laurent AimarMoved global hotkeys to its own directory.
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-19 Rémi Denis-CourmontRemove practically unused interface type from scripting
2009-01-19 Rémi Denis-CourmontHTTP interface: get rid of vlc_object_find
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Hannes DomaniGlobal Hotkeys for windows
2009-01-15 Ken SelfIncreased RC interface input buffer
2009-01-06 Laurent AimarFix quit sequence in dbus.
2009-01-06 Laurent AimarFix quit sequence in rc.
2009-01-06 Laurent AimarFix quit sequence in hotkeys.
2009-01-04 Felix Paul Kühne64bit compilation fixes
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
next