aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mplayer.el
Commit message (Expand)AuthorAgeFilesLines
* * emms-player-mplayer.el: lexical declarationYoni Rabkin2021-03-031-1/+1
* move all files to top-levelYoni Rabkin2020-06-031-0/+81
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-83/+0
* Remove codes for loading movie subtitles automatically by emms, sinceWilliam Xu2008-04-011-42/+4
* (emms-player-mplayer-subtitle-checker): Replace (lambda (el) el) withWilliam Xu2008-03-151-1/+1
* mplayer,xine: Replace regexp-opt with simple regexp-quote, to avoidWilliam Xu2008-02-221-3/+5
* emms-player-mplayer.el: allow subtitle even for URLsLuca Capello2008-01-061-2/+3
* MPlayer supports .ape files now.(at least from 1.0rc2)William Xu2007-11-211-1/+1
* When calling file-exists-p, make sure it's operated on a regular file. (This ...William Xu2007-11-041-4/+4
* emms-player-mplayer.el (emms-player-mplayer-subtitle-checker): Replaceforcer2007-10-031-1/+3
* emms-player-mplayer.el: Add "eng.srt", "chs.srt", "cht.srt" toWilliam Xu2007-06-301-1/+1
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
* emms-player-mplayer.el: Turn onWilliam Xu2007-06-251-7/+4
* emms-player-mplayer.el: Load in all found subtitles instead of forcingWilliam Xu2007-06-241-8/+2
* emms-player-mplayer.el: Use `emms-replace-regexp-in-string' instead ofWilliam Xu2007-06-211-1/+1
* emms-player-mplayer.el: New variable: emms-player-mplayer-subtitle-extensions.William Xu2007-06-211-4/+12
* emms-player-mplayer: Use emms-remove-if-notMichael Olson2007-05-151-1/+2
* emms-player-mplayer.el: Minor lexical change, "subscript" -> "subtitle".William Xu2007-05-151-12/+12
* emms-player-mplayer.el:William Xu2007-05-151-0/+38
* add .m4a support to mplayer pluginDamien Elmes2007-05-111-1/+1
* Bump copyright years to 2007 and standardize statementMichael Olson2007-03-191-1/+1
* emms-player-mplayer.el: Mplayer also supports .vob files.william.xwl2006-10-211-1/+1
* mms-for-mplayermlang2006-09-261-1/+1
* Added `seek-to' to emms.el and emms-player-mplayer.el.yoni-r2006-09-221-0/+10
* mplayer: -playlist must be the last arg when streamingDamien Elmes2006-07-101-1/+1
* mplayer: use really-quiet (might help on video files with lots of errors?)Damien Elmes2006-07-101-2/+2
* mplayer: use quiet mode (stops skipping when emacs is busy)Damien Elmes2006-07-101-2/+2
* emms-player-mplayer.el: Enable mplayer's slave mode for seek support bywilliam.xwl2006-06-181-3/+3
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-5/+6
* emms-player-mplayer.el: mplayer supports FLAC, too.trentbuck2006-02-261-1/+1
* fixed copyright years and copyright holderyonirabkin2006-03-151-2/+1
* emms-player-mplayer.el: Set resume method to nil to just use pause.forcer2005-09-211-0/+5
* fix emms-streams.el and emms-player-mplayer.elyonirabkin2005-09-181-1/+1
* emms-player-mplayer.el: mplayer also knows rm, rmvb, mp4, ...etc.william.xwl2005-09-151-1/+2
* Add pause and seek support to emms.el.forcer2005-09-121-0/+62