summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.c
Commit message (Expand)AuthorAgeFilesLines
* Move options/config related files from mpvcore/ to options/wm42013-12-171-886/+0
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* input: remove LIRCCD supportwm42013-12-161-1/+0
* matroska: add --ordered-chapters-files optionwm42013-12-141-0/+1
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-1/+1
* osd: add option for "unscaled" OSDwm42013-12-101-0/+2
* video: remove --flipwm42013-12-051-2/+0
* video: allow hardware decoding only for certain codecswm42013-12-051-1/+1
* ad_lavc: expose an option to enable threadingwm42013-12-041-0/+1
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-021-0/+1
* options: add options that set defaults for af/vf/ao/vowm42013-12-011-0/+4
* build: make pthreads mandatorywm42013-11-281-2/+1
* video: disable PTS sorting fallback by defaultwm42013-11-251-0/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* options: implement --pphelp differentlywm42013-11-231-5/+0
* video: remove vf_pp auto-insertionwm42013-11-231-2/+0
* player: add --merge-files optionwm42013-11-191-0/+1
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-071-0/+1
* vd_lavc: remove explicit crystalhd supportwm42013-11-061-1/+0
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-38/+38
* video: check profiles with hardware decodingwm42013-11-011-0/+3
* Move files part of the playback core to player sub-directorywm42013-10-301-1/+1
* options: fix bogus entrywm42013-10-241-1/+1
* options: enable OSC by defaultwm42013-10-141-0/+1
* options: --loop=N means playback N times, not N+1 timesPhilip Sequeira2013-10-121-2/+2
* core: add --force-windowwm42013-10-021-0/+1
* network: add options to control TLS verificationwm42013-09-271-0/+4
* video: let sh_video->aspect always be container aspect ratiowm42013-09-261-2/+4
* Add the on-screen-controllerChrisK22013-09-261-0/+1
* Add initial Lua scripting supportwm42013-09-261-0/+4
* options: allow selecting the libass shaperwm42013-09-251-0/+3
* options: make --ass-hinting a choice, instead of using magic numberswm42013-09-251-1/+2
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-251-1/+2
* mplayer: attempt to make playback resume work with DVD/BDwm42013-09-221-4/+0
* network: fix rtsp playbackwm42013-09-221-0/+6
* mixer: restore volume with playback resumewm42013-09-201-0/+1
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-131-0/+6
* mplayer: add --cursor-autohide-fs-only optionwm42013-09-081-0/+1
* options: remove --(no-)mouseinput optionwm42013-09-081-2/+0
* options: cosmetics: move cursor_autohide_delay definitionwm42013-09-081-2/+2
* options: fix --volume option range, add some explanations to manpagewm42013-09-071-1/+1
* video: add unscaled mode with --video-unscaledwm42013-09-011-0/+1
* core: add a playlist demuxerwm42013-08-261-0/+2
* audio: make internal audio format 0 an invalid formatwm42013-08-261-1/+1
* options: replace --edition=-1 with --edition=autowm42013-08-211-1/+2
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-191-0/+5
* options: remove --panscanrange optionwm42013-08-191-2/+0
* mplayer: reshuffle on every loop if --loop and --shuffle are usedwm42013-08-191-1/+2
* command: more intuitive chapter seek behaviorPhilip Sequeira2013-08-171-0/+3
* sub: make --subcp=enca the default.wm42013-08-151-0/+5
* mpvcore/options: Update default user agent stringMartin Herkt2013-08-131-1/+2
* video: add vaapi decode and output supportwm42013-08-121-1/+2
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-111-0/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+838