| Commit message (Expand) | Author | Age | Files | Lines |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -6/+3 |
* | options: change --no-config option, make it apply to input.conf as well | wm4 | 2013-02-09 | 1 | -2/+1 |
* | cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG | wm4 | 2013-02-09 | 1 | -36/+36 |
* | options: unify single dash and double dash options | wm4 | 2013-02-09 | 1 | -4/+4 |
* | options: change handling of "no-" options | wm4 | 2013-02-09 | 1 | -15/+15 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 1 | -4/+0 |
* | core: remove --edlout functionality | wm4 | 2013-02-06 | 1 | -2/+0 |
* | x11: cleanup, refactor | wm4 | 2013-01-27 | 1 | -5/+2 |
* | stream: implement some HTTP specific options for stream_lavf | wm4 | 2013-01-24 | 1 | -13/+0 |
* | options: make --fullscreen not a global option | wm4 | 2013-01-23 | 1 | -2/+2 |
* | video: remove -x/-y/-xy options | wm4 | 2013-01-23 | 1 | -4/+0 |
* | video: add --autofit and --autofit-larger options | wm4 | 2013-01-23 | 1 | -0/+2 |
* | options: move -geometry parsing to m_option.c | wm4 | 2013-01-23 | 1 | -3/+1 |
* | sub: add experimental --force-rgba-osd-rendering switch | wm4 | 2013-01-13 | 1 | -0/+1 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 1 | -1/+1 |
* | video: different way to enable hardware decoding, add software fallback | wm4 | 2013-01-13 | 1 | -0/+6 |
* | video: simplify decoder pixel format handling | wm4 | 2013-01-13 | 1 | -1/+1 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 1 | -2/+0 |
* | mplayer: make --loop loop the playlist instead of each playlist entry | wm4 | 2013-01-09 | 1 | -1/+1 |
* | sub: add --sub-text-* options to unstyled text subtitles font | wm4 | 2013-01-05 | 1 | -0/+3 |
* | options: move -ass-bottom-margin/-ass-top-margin options to vf_sub | wm4 | 2012-12-12 | 1 | -2/+0 |
* | core: allow disabling display of "album art" in audio files | wm4 | 2012-12-11 | 1 | -0/+3 |
* | sub: remove vobsub reader in favor of ffmpeg vobsub demuxer | wm4 | 2012-12-11 | 1 | -5/+0 |
* | core/cfg-mplayer: fix segfault when using DVD subs | Rudolf Polzer | 2012-12-05 | 1 | -1/+1 |
* | subs: remove --utf8, simplify code | Uoti Urpala | 2012-12-03 | 1 | -2/+1 |
* | core: automatically pause on low cache | wm4 | 2012-12-03 | 1 | -0/+2 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 1 | -2/+1 |
* | sub: add --sub-gray option to display image subs in grayscale | wm4 | 2012-11-25 | 1 | -0/+1 |
* | sub: reimplement -spugauss as --sub-gauss | wm4 | 2012-11-25 | 1 | -0/+1 |
* | cfg-config: avoid warning with -Wincompatible-pointer-types | Stefano Pigozzi | 2012-11-21 | 1 | -1/+1 |
* | mplayer: disable auto-loading of external codecs.conf | wm4 | 2012-11-20 | 1 | -4/+1 |
* | osd: make the OSD and sub font more customizable | wm4 | 2012-11-20 | 1 | -6/+4 |
* | demux_mf: allow displaying single image files, various cleanups | wm4 | 2012-11-16 | 1 | -4/+0 |
* | core: add --keep-open, which doesn't close the file on EOF | wm4 | 2012-11-16 | 1 | -1/+1 |
* | options: add --mute for setting initial audio mute status | wm4 | 2012-11-16 | 1 | -1/+5 |
* | options: rename -sub-fuzziness to -autosub-match, change option values | wm4 | 2012-11-16 | 1 | -1/+2 |
* | options: rename --cursor-autohide, replace magic number values | wm4 | 2012-11-16 | 1 | -1/+2 |
* | options: --field-dominance: replace magic number values with choices | wm4 | 2012-11-16 | 1 | -1/+2 |
* | options: rename -ss and -endpos, allow relative times | wm4 | 2012-11-16 | 1 | -4/+3 |
* | options: respect --no-msgcolor during early program start | wm4 | 2012-11-16 | 1 | -1/+1 |
* | options: remove --display | wm4 | 2012-11-16 | 1 | -4/+0 |
* | options: rename --xineramascreen to --screen, remove magic values | wm4 | 2012-11-16 | 1 | -1/+2 |
* | options: remove --osdlevel in favor of --osd-level | wm4 | 2012-11-16 | 1 | -1/+0 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 1 | -1/+0 |
* | options: make --loop always per-file | wm4 | 2012-11-14 | 1 | -1/+1 |
* | cfg-mplayer: do not include encode options when encoding disabled | wm4 | 2012-11-14 | 1 | -0/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -6/+6 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+750 |