aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* video: better pipelining with vf_vapoursynthGravatar wm42015-01-03
* vo_opengl_cb: pass context directlyGravatar wm42014-12-31
* video: pass some VO params as structGravatar wm42014-12-31
* player: fix a typo in message outputGravatar wm42014-12-24
* client API: expose OpenGL rendererGravatar wm42014-12-09
* player: when seeking past EOF with --keep-open, seek to last frameGravatar wm42014-12-07
* Remove some superfluous NULL checksGravatar wm42014-11-21
* player: print anamorphic size only if video is anamorphicGravatar wm42014-11-02
* player: update meaning of drop_frame_cntGravatar wm42014-11-01
* player: show AV-desync message in all framedrop modesGravatar wm42014-11-01
* client API: better error reportingGravatar wm42014-10-28
* video: send MPV_EVENT_VIDEO_RECONFIG on uninitGravatar wm42014-10-24
* player: fix exiting if both audio and video fail initializingGravatar wm42014-10-23
* player: fix --framesGravatar wm42014-10-14
* player: signal EOF when using --framesGravatar wm42014-10-10
* video: try harder to decode cover art picture only onceGravatar wm42014-10-09
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* player: don't print audio/video init failure message twiceGravatar wm42014-10-02
* video: change automatic rotation and 3D filter insertionGravatar wm42014-09-27
* player: rate-limit OSD text updateGravatar wm42014-09-25
* 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