summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* video: move handling of brightness and deinterlacing controlwm42013-12-101-6/+6
* video: move video filter chain initialization from decoder to playerwm42013-12-101-2/+2
* video: create a separate context for video filter chainwm42013-12-071-6/+6
* command: fix compilation with MinGWwm42013-12-071-1/+3
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-041-3/+0
* command: add a revert_seek commandwm42013-12-011-1/+38
* Prevent creating zombieswm42013-11-301-3/+14
* Use O_CLOEXEC when creating FDswm42013-11-301-1/+3
* command: add a cycle_values input commandwm42013-11-301-0/+79
* command: change the syntax and semantics of the "run" commandwm42013-11-301-2/+6
* command: allow "current" as argument to playlist_remove commandwm42013-11-281-0/+2
* input: use separate type for command definitionswm42013-11-281-1/+1
* cosmetics: rename video/audio reset functionswm42013-11-271-2/+2
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* video: don't overwrite demuxer FPS valuewm42013-11-231-1/+1
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-231-3/+3
* video: move decoder context from sh_video into new structwm42013-11-231-33/+36
* audio: don't write decoded audio format to sh_audiowm42013-11-231-7/+13
* audio: move decoder context from sh_audio into new structwm42013-11-231-16/+16
* input: remove unused key_down_event commandwm42013-11-061-4/+0
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-29/+29
* command: replace speed_mult with multiply commandwm42013-10-311-8/+0
* command: add generic "multiply" commandwm42013-10-311-0/+40
* command: add property to scale window sizewm42013-10-311-0/+35
* player: merge mp_osd.h into mp_core.hwm42013-10-301-1/+0
* Move files part of the playback core to player sub-directorywm42013-10-301-0/+3019