aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
...
* command: use IEC symbols for file size formattingGravatar Martin Herkt2017-12-24
* options: deprecate --ff- options and propertiesGravatar wm42017-12-21
* command: make video-frame-info property observableGravatar wm42017-12-20
* dvb: Fix long channel switching: next/prev channelGravatar rim2017-12-16
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* vd_lavc: rewrite how --hwdec is handledGravatar wm42017-12-01
* vo_gpu: make it possible to load multiple hwdec interop driversGravatar wm42017-12-01
* af: remove deprecated audio filtersGravatar wm42017-11-29
* player: change 3 remaining GPL-only code pieces to LGPLGravatar wm42017-11-24
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24
* demux: export demuxer cache sizes in bytesGravatar wm42017-11-10
* demux: refactor to export seek rangesGravatar wm42017-10-30
* command: change demuxer-cache-state property to return multiple rangesGravatar wm42017-10-26
* command: read the diff if you want to knowGravatar wm42017-10-21
* demux: add a back buffer and the ability to seek into itGravatar wm42017-10-21
* command: drop "audio-out-detected-device" propertyGravatar wm42017-10-09
* audio: make libaf derived code optionalGravatar wm42017-09-21
* vo: avoid putting large voctrl_performance_data on stackGravatar Niklas Haas2017-09-11
* vo_opengl: refactor/fix mp_pass_perf codeGravatar Niklas Haas2017-09-11
* input: merge mouse wheel and axis keycodesGravatar James Ross-Gowan2017-09-03
* input: use mnemonic names for mouse buttonsGravatar James Ross-Gowan2017-09-03
* command: restore OSD marker for video equalizer propertiesGravatar wm42017-08-23
* video: change --deinterlace behaviorGravatar wm42017-08-22
* video: redo video equalizer option handlingGravatar wm42017-08-22
* options: add a thread-safe way to notify option updatesGravatar wm42017-08-22
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* options: --priority can be LGPLGravatar wm42017-08-03
* input: drop deprecated "osd" commandGravatar wm42017-07-21
* command: add missing change notification for playlist-shuffleGravatar wm42017-07-04
* options: change everything againGravatar wm42017-07-02
* vo_opengl: refactor vo performance subsystemGravatar Niklas Haas2017-07-01
* scripting: add wrapper to load scripts with user pathsGravatar Ricardo Constantino2017-06-30
* build: change how some OS specific source files are selectedGravatar wm42017-06-29
* options: handle suffixes like -add in a more generic wayGravatar wm42017-06-26
* player: change license of most core files to LGPLGravatar wm42017-06-23
* command: add git hashes for some GPL-only partsGravatar wm42017-06-23
* player: disable video equalizer frontend code for WIP LGPL modeGravatar wm42017-06-23
* player: disable deinterlace property for WIP LGPL modeGravatar wm42017-06-23
* player: disable --priority for WIP LGPL modeGravatar wm42017-06-23
* player: deprecate "osd" commandGravatar wm42017-06-23
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* input: change license to LGPLGravatar wm42017-06-19
* vo_opengl: implement support for OOTFs and non-display referred contentGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* command: avoid going through prop->opt bridge from opt->prop bridgeGravatar wm42017-06-16
* command: add all options to property->option bridgeGravatar wm42017-06-15
* options: fix some missing --sub-ass-style-override renamesGravatar wm42017-06-07
* command: use scale_units to add/cycle integer propertiesGravatar James Ross-Gowan2017-05-12
* audio: move replaygain control to top-level optionsGravatar wm42017-04-26