summaryrefslogtreecommitdiffstats
path: root/player/video.c
Commit message (Expand)AuthorAgeFilesLines
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-171-2/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-1/+0
* video/out: change aspects of OSD handlingwm42014-06-151-0/+1
* video: fix display of cover art with vo_vdpauwm42014-05-221-2/+4
* player: increase seek accuracy when refreshing display on filter changewm42014-05-181-1/+1
* options: add --hr-seek-framedrop optionwm42014-05-071-1/+2
* player: avoid reconfig during seekingwm42014-05-071-1/+2
* player: remove VO from seeking code pathwm42014-05-071-8/+24
* player: handle video reconfig slightly different againwm42014-05-071-0/+3
* video: remove a corner case by introducing another onewm42014-05-031-3/+2
* player: remove extremely obscure undefined behaviorwm42014-05-021-1/+2
* client API, video: signal reconfig at the right timewm42014-05-021-4/+2
* video: change everythingwm42014-05-021-158/+199
* video: handle colorspace and aspect overrides separatelywm42014-05-021-1/+0
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-5/+7
* video: auto-insert software rotation filterwm42014-04-211-5/+44
* command: allow changing filters before video chain initializationwm42014-03-301-4/+14
* audio/out: make ao struct opaquewm42014-03-091-1/+1
* client API: add events for video and audio reconfigwm42014-02-171-0/+4
* player: handle seek delays differentlywm42014-02-071-1/+1
* sub: uglify OSD code path with lockingwm42014-01-181-2/+2
* video: fix --brightness etc. optionswm42013-12-291-0/+14
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-1/+2
* player: add infrastructure to select multiple tracks at oncewm42013-12-241-2/+2
* player: redo demuxer stream selectionwm42013-12-241-6/+7
* video/decode: mp_msg conversionswm42013-12-211-0/+2
* video/filter: mp_msg conversionswm42013-12-211-1/+1
* player: replace some overlooked mp_msgswm42013-12-191-3/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+422