summaryrefslogtreecommitdiffstats
path: root/player/video.c
Commit message (Expand)AuthorAgeFilesLines
* player: signal EOF when using --frameswm42014-10-101-1/+1
* video: try harder to decode cover art picture only oncewm42014-10-091-2/+7
* player: remove central uninit_player() function and flags messwm42014-10-031-9/+23
* player: don't print audio/video init failure message twicewm42014-10-021-2/+2
* video: change automatic rotation and 3D filter insertionwm42014-09-271-6/+3
* player: rate-limit OSD text updatewm42014-09-251-1/+2
* video: filter new frames at a better time (2)wm42014-09-221-7/+9
* video: actually count decoder-dropped frameswm42014-09-201-4/+7
* video: improve decoder-based framedropping modewm42014-09-201-6/+5
* player: reset last_av_difference if not applicablewm42014-09-201-0/+1
* video: separate calling decoder/filterwm42014-09-181-14/+22
* video: check whether there are enough frames after filteringwm42014-09-181-6/+11
* video: filter new frames at a better timewm42014-09-181-24/+24
* video: initial Matroska 3D supportwm42014-08-301-0/+12
* player: minor changeswm42014-08-251-8/+3
* player: restore silent seekingwm42014-08-231-1/+2
* player: fix recent speed change regressionwm42014-08-221-0/+2
* video: refactor queue handlingwm42014-08-221-75/+53
* video: get rid of video_next_pts fieldwm42014-08-221-9/+4
* video: move some code aroundwm42014-08-221-46/+45
* video: minor simplificationwm42014-08-221-21/+11
* video: don't assume query_format is thread-safewm42014-08-201-5/+2
* video: add VO framedropping modewm42014-08-151-4/+4
* video: reduce non-sense messages when playing coverartwm42014-08-131-11/+14
* video: don't run new frame processing on every iterationwm42014-08-131-19/+22
* video: move some more code aroundwm42014-08-131-38/+49
* video: move some code aroundwm42014-08-131-45/+40
* video: exit early when nothing to dowm42014-08-131-7/+7
* video: minor simplification of the old framedrop codewm42014-08-131-10/+6
* video: fix and simplify video format changes and last frame displaywm42014-08-121-108/+86
* video: move display and timing to a separate threadwm42014-08-121-87/+25
* video: don't keep multiple pointers to hwdec info structwm42014-08-111-1/+1
* video: fix dangling pointer issuewm42014-08-111-1/+1
* video: remove "hard" framedrop modewm42014-08-091-1/+1
* audio: fix encoding modewm42014-08-071-1/+2
* client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreationwm42014-08-061-0/+2
* player: some further playloop cleanupswm42014-08-031-0/+12
* video: fix attached picture modewm42014-07-311-1/+3
* player: move video display code out of the playloopwm42014-07-301-2/+322
* player: split seek_reset()wm42014-07-301-8/+22
* video: actually flush filter chainwm42014-07-301-1/+4
* player: fix desync when seeking and switching external trackswm42014-07-291-1/+1
* audio: change playback restart and resyncingwm42014-07-281-6/+11
* video: fix corner case with accidental EOFwm42014-07-221-5/+5
* video: use symbolic constants instead of magic integerswm42014-07-181-31/+29
* video: don't block when reading video packetswm42014-07-181-6/+12
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-5/+0
* 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