aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video: fix display of cover art with vo_vdpauGravatar wm42014-05-22
* player: increase seek accuracy when refreshing display on filter changeGravatar wm42014-05-18
* options: add --hr-seek-framedrop optionGravatar wm42014-05-07
* player: avoid reconfig during seekingGravatar wm42014-05-07
* player: remove VO from seeking code pathGravatar wm42014-05-07
* player: handle video reconfig slightly different againGravatar wm42014-05-07
* video: remove a corner case by introducing another oneGravatar wm42014-05-03
* player: remove extremely obscure undefined behaviorGravatar wm42014-05-02
* client API, video: signal reconfig at the right timeGravatar wm42014-05-02
* video: change everythingGravatar wm42014-05-02
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* video: don't drop last frame when deinterlacing with yadifGravatar wm42014-04-28
* video: auto-insert software rotation filterGravatar wm42014-04-21
* command: allow changing filters before video chain initializationGravatar wm42014-03-30
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* client API: add events for video and audio reconfigGravatar wm42014-02-17
* player: handle seek delays differentlyGravatar wm42014-02-07
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* video: fix --brightness etc. optionsGravatar wm42013-12-29
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* player: add infrastructure to select multiple tracks at onceGravatar wm42013-12-24
* player: redo demuxer stream selectionGravatar wm42013-12-24
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* video/filter: mp_msg conversionsGravatar wm42013-12-21
* player: replace some overlooked mp_msgsGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17