aboutsummaryrefslogtreecommitdiffhomepage
path: root/options
Commit message (Expand)AuthorAge
* sub: add detection via BOMGravatar wm42014-07-22
* demux: add a demuxer threadGravatar wm42014-07-16
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* config: adjust config parser messagesGravatar wm42014-07-13
* config: skip BOMGravatar wm42014-07-12
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* options: remove bogus replacement message for --fstypeGravatar wm42014-07-05
* options: add --autosub-match to option replacement listGravatar wm42014-07-05
* tv: move demuxer parts to separate fileGravatar wm42014-07-05
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* options: add --list-protocols optionGravatar Alessandro Ghedini2014-06-30
* options: fix --gapless-audio default valueGravatar wm42014-06-30
* options: support setting start time relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* config: use the same signature for win32/OSX specific path functionsGravatar wm42014-06-26
* config: handle --no-config case directly in mp_config_dirs()Gravatar wm42014-06-26
* config, player: avoid some temporary talloc contextsGravatar wm42014-06-26
* config: make passing talloc context optional for some functionsGravatar wm42014-06-26
* player: create config dir if it doesn't existGravatar wm42014-06-26
* config: prefer the old config dir if it exists, but XDG doesn'tGravatar wm42014-06-26
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* cache: change auto-pause/resume defaultsGravatar wm42014-06-23
* video: Support BT.2020 constant luminance systemGravatar Niklas Haas2014-06-22
* options: Expose --colormatrix-primaries to the userGravatar Niklas Haas2014-06-22
* video: Add BT.2020-NCL colorspace and transfer functionGravatar Niklas Haas2014-06-22
* win32: add missing priority classesGravatar James Ross-Gowan2014-06-22
* stream: add a file cacheGravatar wm42014-06-22
* options: allow adding multiple files with --audio-fileGravatar wm42014-06-18
* sub: add --sub-scale-with-window optionGravatar wm42014-06-14
* options: remove some more stuffGravatar wm42014-06-13
* options: remove some unneeded stuffGravatar wm42014-06-13
* command: redo the property typeGravatar wm42014-06-13
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* options: remove use of an inverted option valueGravatar wm42014-06-13
* options: turn --idx, --forceidx into --indexGravatar wm42014-06-13
* win32: implement --priority differentlyGravatar wm42014-06-12
* options: fix for compilation when encoding disabledGravatar xylosper2014-06-12
* encode: make option struct localGravatar wm42014-06-11
* input: make option struct localGravatar wm42014-06-11
* demux_lavf: make option struct localGravatar wm42014-06-11
* ad_lavc: make option struct localGravatar wm42014-06-11
* vd_lavc: make option struct localGravatar wm42014-06-11
* options: remove a global variableGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* demux_raw: remove global option variablesGravatar wm42014-06-11
* demux_mf: remove global option variablesGravatar wm42014-06-11
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* stream_cdda: remove global option variablesGravatar wm42014-06-11