]> git.sesse.net Git - vlc/history - modules/control
Qt: Sout strings modification.
[vlc] / modules / control /
2009-03-08 Rémi Duraffortrc: fix uninitialized value on win32.
2009-03-01 Laurent AimarConverted globalhotkeys to XCB.
2009-02-27 Rémi Duraffortgestures: cleaning.
2009-02-27 Rémi Durafforthotkeys: factorization.
2009-02-27 Rémi Duraffortgestures:
2009-02-27 Rémi Duraffortgestures: remove the (init|end)thread function
2009-02-27 Rémi Duraffortgestures: use the right objet for the variable.
2009-02-27 Rémi Duraffortgesture: remove one dummy function and clean a bit.
2009-02-25 Laurent AimarAdded hotkeys for fine playback rate control.
2009-02-25 Adrien GrandAvoid infinite loop when the telnet session is closed...
2009-02-24 Laurent AimarFixed a segfault in hotkeys.
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-23 Derk-Jan Hartmanaxe -> axis
2009-02-23 Jean-Baptiste KempfForgotten ' ' space in longhelp.
2009-02-23 Jean-Baptiste KempfRemove one vlc_object_find usage.
2009-02-23 Jean-Baptiste KempfHotkeys: configurability of mousewheel action to stop...
2009-02-22 Rémi Duraffortrc: factorisation
2009-02-21 Rémi Duraffortrc: remove one vlc_object_find.
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-20 Jean-Paul Samanrc: add missing playlist_Lock()/playlist_Unlock() for...
2009-02-20 Jean-Paul Samanrc: "state" does not return playlist_status_t but input...
2009-02-20 Rémi Denis-CourmontRemove silly cast
2009-02-18 Laurent AimarAdded a "key-rate-normal" to reset input playback rate...
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-16 Laurent Aimar"item-remove" does not exist (dbus).
2009-02-15 Derk-Jan Hartmantypo in commit [53195e9fc7c31e8ae3aeead4879477aa950513b4]
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-11 Rémi DuraffortPlaylist have to be lock for playlist_ItemGetByInput...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
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
next