git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
rc: add `random' command
[vlc.git]
/
modules
/
control
/
rc.c
2007-10-03
Rafaël Carré
rc: add `random' command
blob
|
commitdiff
2007-10-03
Rafaël Carré
rc: ressuscite the goto command
blob
|
commitdiff
|
diff to current
2007-10-01
Rafaël Carré
That shouldn't have been part of the previous commit
blob
|
commitdiff
|
diff to current
2007-10-01
Rafaël Carré
configure.ac: typo, fix #1204
blob
|
commitdiff
|
diff to current
2007-09-18
Rémi Denis-Courmont
Replace strerror() with %m (or Linux DVB: strerror_r...
blob
|
commitdiff
|
diff to current
2007-09-15
Rémi Denis-Courmont
Fix MacOS linking
blob
|
commitdiff
|
diff to current
2007-09-15
Rémi Denis-Courmont
Remove interface b_block property.
blob
|
commitdiff
|
diff to current
2007-09-15
Rémi Denis-Courmont
Remove auto-update. This is blatantly insecure.
blob
|
commitdiff
|
diff to current
2007-09-01
Rafaël Carré
Reverts 21658 as it's totally wrong
blob
|
commitdiff
|
diff to current
2007-09-01
Rafaël Carré
rc: non blocking input read
blob
|
commitdiff
|
diff to current
2007-08-22
Rafaël Carré
rc intf: Corrects function name: Get_URI -> GetURI
blob
|
commitdiff
|
diff to current
2007-08-22
Rafaël Carré
Input access locking, part 3 (final).
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdio while we're at it.
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove _GNU_SOURCE and string.h too
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdlib.h
blob
|
commitdiff
|
diff to current
2007-08-16
Rémi Denis-Courmont
More libvlc_global presumed abuse
blob
|
commitdiff
|
diff to current
2007-05-19
Rémi Denis-Courmont
Use vlc_object_kill(). Needs triple checking.
blob
|
commitdiff
|
diff to current
2007-04-27
Antoine Cellerier
Fix a bug.
blob
|
commitdiff
|
diff to current
2007-04-15
Rémi Denis-Courmont
Also remove --rc-unix from Win32 port for obvious reasons
blob
|
commitdiff
|
diff to current
2007-04-15
Rémi Denis-Courmont
Remove rc-fake-tty from Win32 port since it's explicitl...
blob
|
commitdiff
|
diff to current
2007-04-04
Antoine Cellerier
* Core: add var_Command function. This is used to execu...
blob
|
commitdiff
|
diff to current
2007-03-31
Antoine Cellerier
Update the help strings. These should be autogenerated...
blob
|
commitdiff
|
diff to current
2007-03-31
Antoine Cellerier
Module specific commands change in rc.c. See article...
blob
|
commitdiff
|
diff to current
2007-03-24
Antoine Cellerier
* Make it possible to give names to vlc objects (psz_ob...
blob
|
commitdiff
|
diff to current
2007-02-20
Clément Stenac
* Start cleaning up libvlc playlist API (Refs:#457)
blob
|
commitdiff
|
diff to current
2007-02-15
Rémi Denis-Courmont
- Fix file descriptors leak
blob
|
commitdiff
|
diff to current
2007-02-11
Antoine Cellerier
Use net_Accept's timeout param instead of a call to...
blob
|
commitdiff
|
diff to current
2007-02-11
Antoine Cellerier
Fix #1048... kind of. Should the rc interface be able...
blob
|
commitdiff
|
diff to current
2007-02-09
Antoine Cellerier
Add "key" (or "hotkey") command in RC to simulate a...
blob
|
commitdiff
|
diff to current
2007-01-10
Rémi Denis-Courmont
Do not read inexistant configuration parameter
blob
|
commitdiff
|
diff to current
2006-12-24
Clément Stenac
More cleanup
blob
|
commitdiff
|
diff to current
2006-12-03
Antoine Cellerier
Oops (at least it wasn't a regression ;) )
blob
|
commitdiff
|
diff to current
2006-12-03
Antoine Cellerier
Don't display "Unknown command!" when the command is...
blob
|
commitdiff
|
diff to current
2006-12-03
Antoine Cellerier
Cosmetics and small fix
blob
|
commitdiff
|
diff to current
2006-12-03
Antoine Cellerier
Simplify callback registration.
blob
|
commitdiff
|
diff to current
2006-12-03
Antoine Cellerier
Fix [17577]. Removing 200 lines of code is nice. Replac...
blob
|
commitdiff
|
diff to current
2006-11-26
Clément Stenac
A bit of headers cleanup
blob
|
commitdiff
|
diff to current
2006-11-19
Clément Stenac
Finish the playlist API transition (hopefully)
blob
|
commitdiff
|
diff to current
2006-11-11
Clément Stenac
* Remove some unneeded complexity in playlist and directory
blob
|
commitdiff
|
diff to current
2006-11-09
Rémi Denis-Courmont
How to remove ~200 lines of code
blob
|
commitdiff
|
diff to current
2006-11-09
Rémi Denis-Courmont
Suppress copy-cat code (more to come)
blob
|
commitdiff
|
diff to current
2006-11-09
Rémi Denis-Courmont
- Remove the rc-force option, and do the same automatically
blob
|
commitdiff
|
diff to current
2006-11-09
Felix Paul Kühne
retry on failure to connect to rc-unix socket. Patch...
blob
|
commitdiff
|
diff to current
2006-10-12
Antoine Cellerier
[PATCH] Repeat and Loop - Remote Control Interface...
blob
|
commitdiff
|
diff to current
2006-10-01
Antoine Cellerier
src/input/item.c: if we don't have an item name and...
blob
|
commitdiff
|
diff to current
2006-10-01
Antoine Cellerier
The time video filter doesn't exist anymore.
blob
|
commitdiff
|
diff to current
2006-09-28
Antoine Cellerier
Fixes to my fixes from Thomas Parmelan.
blob
|
commitdiff
|
diff to current
2006-09-24
Antoine Cellerier
[PATCH] mosaic improvement: user-defined offsets for...
blob
|
commitdiff
|
diff to current
2006-09-24
Clément Stenac
Rename vlc_input_item_* functions to input_Item* for...
blob
|
commitdiff
|
diff to current
2006-09-24
Clément Stenac
* Get rid of the Manager thread by making blocking...
blob
|
commitdiff
|
diff to current
2006-09-17
Clément Stenac
Don't use find for the playlist
blob
|
commitdiff
|
diff to current
2006-09-15
Clément Stenac
For consistency, remove references to vlc from libvlc
blob
|
commitdiff
|
diff to current
2006-09-12
Rémi Denis-Courmont
control/
blob
|
commitdiff
|
diff to current
2006-09-08
Antoine Cellerier
Add vcrop, vzoom and vratio commands to the rc interfac...
blob
|
commitdiff
|
diff to current
2006-09-01
Pavlov Konstantin
Recode output in rc interface to current locale
blob
|
commitdiff
|
diff to current
2006-08-25
Antoine Cellerier
* Add atrack, vtrack and strack commands. Those can...
blob
|
commitdiff
|
diff to current
2006-08-10
Antoine Cellerier
Add "enqueue" command. Original patch by Greg Farell
blob
|
commitdiff
|
diff to current
2006-08-07
Clément Stenac
Fix sort by artist
blob
|
commitdiff
|
diff to current
2006-07-08
Christophe Mutricy
Clean up
blob
|
commitdiff
|
diff to current
2006-07-08
Clément Stenac
Some infrastructure work for playlist autoload/autosave
blob
|
commitdiff
|
diff to current
2006-06-08
Clément Stenac
* Don't delete main nodes in playlist_Clear
blob
|
commitdiff
|
diff to current
2006-05-20
Jean-Paul Saman
Remove unused variables
blob
|
commitdiff
|
diff to current
2006-05-14
Clément Stenac
Merge back branch 0.8.6-playlist-vlm to trunk.
blob
|
commitdiff
|
diff to current
2006-05-05
Antoine Cellerier
"[PATCH] for changing the mosaic-order in execution...
blob
|
commitdiff
|
diff to current
2006-05-04
Antoine Cellerier
Add undocummented comments to help. Thanks to pieroxy...
blob
|
commitdiff
|
diff to current
2006-03-29
Antoine Cellerier
Some more typos
blob
|
commitdiff
|
diff to current
2006-03-29
Antoine Cellerier
First rc interface string review
blob
|
commitdiff
|
diff to current
2006-03-25
Clément Stenac
* Remove Advanced/Misc
blob
|
commitdiff
|
diff to current
2006-02-27
Rémi Denis-Courmont
Separate socket/resolv stuff (network.h) from url stuff...
blob
|
commitdiff
|
diff to current
2006-02-02
Antoine Cellerier
src/*, include/* : update core functions. (Should make...
blob
|
commitdiff
|
diff to current
2006-01-22
Clément Stenac
* Make ParseOption (from input) a global service (var_O...
blob
|
commitdiff
|
diff to current
2006-01-12
Antoine Cellerier
FSF address change.
blob
|
commitdiff
|
diff to current
2005-11-26
Antoine Cellerier
* : make jump hotkeys time interval user configurable
blob
|
commitdiff
|
diff to current
2005-11-03
Jean-Paul Saman
Forward port from revision 13127
blob
|
commitdiff
|
diff to current
2005-10-28
Jean-Paul Saman
rc control interface fix for correct reporting of playl...
blob
|
commitdiff
|
diff to current
2005-10-24
Benjamin Pracht
Add a "clear" command to empty the playlist (someone...
blob
|
commitdiff
|
diff to current
2005-10-20
Jean-Paul Saman
fix one potential refcount problem
blob
|
commitdiff
|
diff to current
2005-10-20
Jean-Paul Saman
Put vlc_object_release() at the proper place. This...
blob
|
commitdiff
|
diff to current
2005-10-15
Jean-Paul Saman
Fullscreen patch for rc-interface that allows to force...
blob
|
commitdiff
|
diff to current
2005-10-11
Jean-Paul Saman
Fix broken status command on rc interface
blob
|
commitdiff
|
diff to current
2005-09-28
Derk-Jan Hartman
* Now uses the fullscreen variable instead of setting...
blob
|
commitdiff
|
diff to current
2005-08-22
Jean-Paul Saman
Forward port of rev 12332
blob
|
commitdiff
|
diff to current
2005-08-19
Jean-Paul Saman
Cleanup of status reporting.
blob
|
commitdiff
|
diff to current
2005-08-18
Jean-Paul Saman
Fix an issue with the state option (behaves differently...
blob
|
commitdiff
|
diff to current
2005-08-18
Jean-Paul Saman
Added --volume-step to override AOUT_VOLUME_DEFAULT...
blob
|
commitdiff
|
diff to current
2005-08-13
Jean-Paul Saman
Fix breakage of revision 12164 when a non-socket connec...
blob
|
commitdiff
|
diff to current
2005-08-13
Jean-Paul Saman
Reworked OSD Volume handling and display of volumebar...
blob
|
commitdiff
|
diff to current
2005-08-13
Jean-Paul Saman
Print status change message when volume is changed...
blob
|
commitdiff
|
diff to current
2005-08-13
Rémi Denis-Courmont
- Append CRLF manually
blob
|
commitdiff
|
diff to current
2005-08-13
Rémi Denis-Courmont
Revert commit [12128] that violate gettext rules
blob
|
commitdiff
|
diff to current
2005-08-11
Jean-Paul Saman
Fix volume callback
blob
|
commitdiff
|
diff to current
2005-08-11
Jean-Paul Saman
Fix \r\n issues for Windows compatibility
blob
|
commitdiff
|
diff to current
2005-08-10
Jean-Paul Saman
Forward port of branches/0.8.1-jpsaman-thedj revision...
blob
|
commitdiff
|
diff to current
2005-08-05
Christophe Massiot
* ALL: a couple more vlc_object_release()...
blob
|
commitdiff
|
diff to current
2005-07-09
Rémi Denis-Courmont
Make Zorglub less unhappy
blob
|
commitdiff
|
diff to current
2005-07-08
Rémi Denis-Courmont
Copyright fixes
blob
|
commitdiff
|
diff to current
2005-07-04
Damien Fouilleul
compile fix for WIN32, needs review
blob
|
commitdiff
|
diff to current
2005-07-01
Rémi Denis-Courmont
PF_* -> AF_*
blob
|
commitdiff
|
diff to current
2005-05-22
Rémi Denis-Courmont
- Use the new vlc_getaddrinfo API
blob
|
commitdiff
|
diff to current
2005-03-10
Antoine Cellerier
* mosaic alignment (works like --marq-position) and...
blob
|
commitdiff
|
diff to current
next