aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* video: filter new frames at a better time (2)Gravatar wm42014-09-22
* video: actually count decoder-dropped framesGravatar wm42014-09-20
* video: improve decoder-based framedropping modeGravatar wm42014-09-20
* player: reset last_av_difference if not applicableGravatar wm42014-09-20
* video: separate calling decoder/filterGravatar wm42014-09-18
* video: check whether there are enough frames after filteringGravatar wm42014-09-18
* video: filter new frames at a better timeGravatar wm42014-09-18
* video: initial Matroska 3D supportGravatar wm42014-08-30
* player: minor changesGravatar wm42014-08-25
* player: restore silent seekingGravatar wm42014-08-23
* player: fix recent speed change regressionGravatar wm42014-08-22
* video: refactor queue handlingGravatar wm42014-08-22
* video: get rid of video_next_pts fieldGravatar wm42014-08-22
* video: move some code aroundGravatar wm42014-08-22
* video: minor simplificationGravatar wm42014-08-22
* video: don't assume query_format is thread-safeGravatar wm42014-08-20
* video: add VO framedropping modeGravatar wm42014-08-15
* video: reduce non-sense messages when playing coverartGravatar wm42014-08-13
* video: don't run new frame processing on every iterationGravatar wm42014-08-13
* video: move some more code aroundGravatar wm42014-08-13
* video: move some code aroundGravatar wm42014-08-13
* video: exit early when nothing to doGravatar wm42014-08-13
* video: minor simplification of the old framedrop codeGravatar wm42014-08-13
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* video: move display and timing to a separate threadGravatar wm42014-08-12
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* video: fix dangling pointer issueGravatar wm42014-08-11
* video: remove "hard" framedrop modeGravatar wm42014-08-09
* audio: fix encoding modeGravatar wm42014-08-07
* client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreationGravatar wm42014-08-06
* player: some further playloop cleanupsGravatar wm42014-08-03
* video: fix attached picture modeGravatar wm42014-07-31
* player: move video display code out of the playloopGravatar wm42014-07-30
* player: split seek_reset()Gravatar wm42014-07-30
* video: actually flush filter chainGravatar wm42014-07-30
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* video: fix corner case with accidental EOFGravatar wm42014-07-22
* video: use symbolic constants instead of magic integersGravatar wm42014-07-18
* video: don't block when reading video packetsGravatar wm42014-07-18
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* 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