git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added x11 global hotkeys support (linux).
[vlc.git]
/
modules
/
control
/
2009-01-25
Laurent Aimar
Added x11 global hotkeys support (linux).
tree
|
commitdiff
2009-01-25
Laurent Aimar
Moved global hotkeys to its own directory.
tree
|
commitdiff
2009-01-24
Rémi Denis-Courmont
Use libvlc_Quit
tree
|
commitdiff
2009-01-20
Rémi Denis-Courmont
Partially cleanup the vout_window API
tree
|
commitdiff
2009-01-19
Rémi Denis-Courmont
Remove practically unused interface type from scripting
tree
|
commitdiff
2009-01-19
Rémi Denis-Courmont
HTTP interface: get rid of vlc_object_find
tree
|
commitdiff
2009-01-17
Rémi Denis-Courmont
playlist: add real functions for locking
tree
|
commitdiff
2009-01-17
Laurent Aimar
Renamed input_item_AddOpt to input_item_AddOption.
tree
|
commitdiff
2009-01-17
Hannes Domani
Global Hotkeys for windows
tree
|
commitdiff
2009-01-15
Ken Self
Increased RC interface input buffer
tree
|
commitdiff
2009-01-06
Laurent Aimar
Fix quit sequence in dbus.
tree
|
commitdiff
2009-01-06
Laurent Aimar
Fix quit sequence in rc.
tree
|
commitdiff
2009-01-06
Laurent Aimar
Fix quit sequence in hotkeys.
tree
|
commitdiff
2009-01-04
Felix Paul Kühne
64bit compilation fixes
tree
|
commitdiff
2009-01-02
Rémi Duraffort
some cleaning.
tree
|
commitdiff
2008-12-29
Rémi Denis-Courmont
Missing <assert.h>
tree
|
commitdiff
2008-12-21
Rémi Denis-Courmont
Do not compete with libvlc in destroying interfaces...
tree
|
commitdiff
2008-12-19
Jean-Baptiste Kempf
Forward port of 'Telnet: fix win32 work'.
tree
|
commitdiff
2008-12-15
Rémi Duraffort
Fix memleak (#2351) (mvar_AppendNewVar already do a...
tree
|
commitdiff
2008-12-15
Rémi Duraffort
Fix memleak (#2350).
tree
|
commitdiff
2008-12-09
Laurent Aimar
Fixed ppsz_input_state in RC after input state changes.
tree
|
commitdiff
2008-12-04
Laurent Aimar
Removed obsolete BUFFERING_S input state.
tree
|
commitdiff
2008-12-04
Laurent Aimar
Removed unused STOP_S input state.
tree
|
commitdiff
2008-11-23
Laurent Aimar
Renamed "seekable" into "can-seek" (for consistency).
tree
|
commitdiff
2008-11-22
Christophe Mutricy
Fix memleak
tree
|
commitdiff
2008-11-21
Jean-Paul Saman
Add can-rate to distinguish between normal rate control...
tree
|
commitdiff
2008-11-21
Jean-Paul Saman
Enable rc fastforward and rewind commands for RTSP...
tree
|
commitdiff
2008-11-20
Jean-Paul Saman
Remove FORWARD_S and BACKWARD_S from input state.
tree
|
commitdiff
2008-11-02
Rémi Duraffort
Remove MALLOC_(VOID|ERR). (and use calloc instead of...
tree
|
commitdiff
2008-10-31
Rémi Duraffort
Use asprintf instead of malloc+sprintf.
tree
|
commitdiff
2008-10-29
Rémi Denis-Courmont
Remove most stray semi-colons in module descriptions
tree
|
commitdiff
2008-10-22
Laurent Aimar
Added hotkey code for input "frame-next".
tree
|
commitdiff
2008-10-16
Scott Lyons
Provide more item meta data to HTTP RPN.
tree
|
commitdiff
2008-10-14
Rémi Duraffort
Cleaning (don't a message when the system runs out...
tree
|
commitdiff
2008-10-12
Rémi Denis-Courmont
Fix NULL deref (CID#237)
tree
|
commitdiff
2008-10-12
Rémi Denis-Courmont
Cleanup MRLParse
tree
|
commitdiff
2008-10-12
Rémi Denis-Courmont
Fix crash from 36e833c3
tree
|
commitdiff
2008-10-12
Rémi Denis-Courmont
Memory leak (CID#266)
tree
|
commitdiff
2008-10-10
Rémi Duraffort
Fix potential segfault and move code (CID 178)
tree
|
commitdiff
2008-10-10
Rémi Duraffort
This case can't happen so assert.
tree
|
commitdiff
2008-10-10
Rémi Duraffort
Clarification (the last case can't happend) (CID 174)
tree
|
commitdiff
2008-10-06
Rémi Duraffort
dbus: include config.h before anything and remove dupli...
tree
|
commitdiff
2008-10-06
Rémi Duraffort
Fix potential memleak (CID 227)
tree
|
commitdiff
2008-10-01
Rémi Duraffort
Use asprintf instead of malloc/sprintf.
tree
|
commitdiff
2008-10-01
Jean-Baptiste Kempf
Hotkeys: remove unuseful test on p_playlist: If p_playl...
tree
|
commitdiff
2008-09-29
Geoffroy Couprie
Remove IS_WINNT macro
tree
|
commitdiff
2008-09-28
Rémi Denis-Courmont
Format string fixes
tree
|
commitdiff
2008-09-28
Pierre d'Herbemont
Fix playlist_CurrentInput usage.
tree
|
commitdiff
2008-09-27
Christophe Mutricy
Compile fix after d228fdd28e
tree
|
commitdiff
2008-09-27
Pierre d'Herbemont
playlist: Move more members as private.
tree
|
commitdiff
2008-09-24
Rémi Duraffort
Telnet: don't leak the message.
tree
|
commitdiff
2008-09-21
Rémi Denis-Courmont
Use module_list_get
tree
|
commitdiff
2008-09-21
Rémi Denis-Courmont
lower case the module_* functions
tree
|
commitdiff
2008-09-21
Rémi Denis-Courmont
Fix signal number
tree
|
commitdiff
2008-09-20
Antoine Cellerier
s/pl_Yield/pl_Hold/
tree
|
commitdiff
2008-09-20
Antoine Cellerier
s/vlc_object_yield/vlc_object_release/
tree
|
commitdiff
2008-09-19
Sebastien Escudier
Allow 0 TTL
tree
|
commitdiff
2008-09-17
Jean-Baptiste Kempf
Use DIR_SEP instead of /
tree
|
commitdiff
2008-09-15
Laurent Aimar
Removed useless width/height fields in subpicture_t.
tree
|
commitdiff
2008-09-14
Rémi Denis-Courmont
Use PL_LOCK/PL_UNLOCK
tree
|
commitdiff
2008-09-14
Rémi Denis-Courmont
Write CRLF in the same I/O operation
tree
|
commitdiff
2008-09-14
Rémi Denis-Courmont
Remove intf_ShouldDie
tree
|
commitdiff
2008-09-14
Rémi Denis-Courmont
netsync: some cleanup (still very ugly)
tree
|
commitdiff
2008-09-12
Laurent Aimar
Use poll instead of arbitrary msleep in lirc (close...
tree
|
commitdiff
2008-09-06
Rémi Denis-Courmont
Hotkeys: use normal thread synchronization APIs
tree
|
commitdiff
2008-09-05
Rémi Duraffort
Fix warnings.
tree
|
commitdiff
2008-09-03
Rémi Duraffort
Fix a typo to make the buildbot happy.
tree
|
commitdiff
2008-09-03
Rémi Denis-Courmont
Pull cancellation into (most) remaining interfaces
tree
|
commitdiff
2008-09-03
Rémi Denis-Courmont
Signals: only one thread needed now
tree
|
commitdiff
2008-09-03
Rémi Denis-Courmont
Telnet: fix arbitrary tick
tree
|
commitdiff
2008-09-03
Rémi Denis-Courmont
Avoid alloca()
tree
|
commitdiff
2008-08-28
Rémi Denis-Courmont
signals: use the VLC thread API
tree
|
commitdiff
2008-08-26
Laurent Aimar
Added record support at the stream_t level in core.
tree
|
commitdiff
2008-08-24
Antoine Cellerier
Hopefully fix #1910 'When I use the command "mrl playli...
tree
|
commitdiff
2008-08-24
Rémi Denis-Courmont
Avoid pushing a full structure onto the stack
tree
|
commitdiff
2008-08-23
Aurelien Nephtali
telnet: Fix crash when the telnet port cannot be bound
tree
|
commitdiff
2008-08-20
Rémi Duraffort
Fix a memleak when a connection is closed.
tree
|
commitdiff
2008-08-14
Pierre d'Herbemont
codecleanup: Replace input_Item by input_item.
tree
|
commitdiff
2008-08-13
Rémi Duraffort
Check asprintf return value.
tree
|
commitdiff
2008-08-13
Rémi Denis-Courmont
Do not translate log messages
tree
|
commitdiff
2008-08-12
Rémi Denis-Courmont
HTTP interface: do not look for stuff in current directory
tree
|
commitdiff
2008-08-10
Derk-Jan Hartman
hotkeys: don't set key-action when we didn't find a...
tree
|
commitdiff
2008-08-04
Rémi Denis-Courmont
HTTP interface: accept IPv6 bind address
tree
|
commitdiff
2008-08-03
Justus Piater
Declared many static variables const
tree
|
commitdiff
2008-08-02
Pierre d'Herbemont
hotkeys: Properly set seekable.
tree
|
commitdiff
2008-08-01
Rémi Duraffort
Lock/Unlock the http control module.
tree
|
commitdiff
2008-08-01
Rémi Duraffort
Fix memleak in gesture module.
tree
|
commitdiff
2008-08-01
Rémi Duraffort
Don't print a message a malloc failed.
tree
|
commitdiff
2008-07-31
Rémi Duraffort
Potential memleak.
tree
|
commitdiff
2008-07-31
Rémi Duraffort
control http: fix memleak.
tree
|
commitdiff
2008-07-25
Rémi Duraffort
Use pl_Release with the right argument.
tree
|
commitdiff
2008-07-24
Rémi Duraffort
The playlist is locked here : should fix #1751 (patch...
tree
|
commitdiff
2008-07-21
Laurent Aimar
Fixed a memory leak in aspect-ratio/crop/zoom/deinterla...
tree
|
commitdiff
2008-07-21
Rémi Duraffort
Use pl_Locked and pl_Unlocked
tree
|
commitdiff
2008-07-21
Rémi Duraffort
Use pl_Locked and pl_Unlocked.
tree
|
commitdiff
2008-07-19
Rémi Duraffort
Use pl_Locked and pl_Unlocked.
tree
|
commitdiff
2008-07-18
Rémi Duraffort
The playlist is not lock for the moment.
tree
|
commitdiff
2008-07-17
Rémi Duraffort
The playlist is not lock at this stage so let it lock...
tree
|
commitdiff
2008-07-15
Rémi Duraffort
Fix a compilation warning.
tree
|
commitdiff
2008-07-07
Rémi Denis-Courmont
HTTP: fix browsing on Win32 - closes #1656
tree
|
commitdiff
next