aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-vlc.el
Commit message (Collapse)AuthorAgeFilesLines
* Correct email address for maintainer.Yoni Rabkin2016-10-251-1/+1
|
* Add https as a recognizable connection option.Yoni Rabkin2015-03-291-2/+2
| | | | Note that not all backends know how to play through an https connection.
* Add and use variable `emms-player-base-format-list'.Yoni Rabkin2014-12-021-5/+2
| | | | | | This variable holds the set of common formats that most modern players support. A new player definition should use this base list and add formats specific to the new player in the player definition file.
* Add aif files to the recognized file types.Yoni Rabkin2014-11-041-1/+1
|
* Add FLV and WEBM formats.Yoni Rabkin2014-08-201-1/+2
| | | | Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright.
* From: Dimitry Gashinsky <dimitry@gashinsky.com>Lucas Bonnet2010-06-291-13/+13
| | | | | | * emms-player-vlc.el (define-emms-simple-player): Change the command line arguments from two to one. * emms-player-vlc.el (emms-player-vlc-start): Use the variables that are defined earlier
* (emms-player-vlc-start): Around-advice it with `quit-vlc-after-finish' toWilliam Xu2009-08-011-3/+2
| | | | resolve "function redefined" compile warnings.
* Add "ogm" extension to VLC, MPlayer and Xine.Tassilo Horn2009-03-171-1/+1
|
* * lisp/emms-player-vlc.el: Add support for VLC versions > 0.8.6e.Yoni Rabkin2009-03-101-1/+1
|
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* * emms-player-vlc.el: Add support for playlists.Yoni Rabkin2008-10-021-9/+13
| | | | Signed-off-by: Yoni Rabkin <yoni@rabkins.net>
* * emms-player-vlc.el (emms-player-vlc-seek): Add seek functionalityYoni Rabkin2008-10-021-3/+6
| | | | | | for vlc. * emms-player-vlc.el (emms-player-vlc-seek-to): Add docstring.
* Add VideoLAN, aka vlc, support to Emms.Yoni Rabkin2008-09-301-0/+81
* lisp/emms-player-vlc.el: Add new file emms-player-vlc.el with preliminary support for vlc. * lisp/emms-setup.el: (emms-setup-default-player-list) Add the emms-player-vlc player. (emms-minimalistic) Add emms-player-vlc as a requirement.