aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* player: adjust A/V desync messageGravatar wm42015-02-26
* vf_vapoursynth: add display refresh rate propertyGravatar Julian2015-02-13
* player: remove --fixed-voGravatar wm42015-02-03
* player: dump audio jitter to stats fileGravatar wm42015-02-01
* player: minor simplification in A/V-sync related codeGravatar wm42015-01-30
* Revert "player: allow seeking audio between video frames"Gravatar wm42015-01-30
* player: print desync message on negative A/V-sync tooGravatar wm42015-01-30
* player: rearrange some A/V-sync related codeGravatar wm42015-01-30
* player: use correct type for some relative timesGravatar wm42015-01-30
* player: remove redundant variableGravatar wm42015-01-29
* player: allow seeking audio between video framesGravatar wm42015-01-28
* player: mention mpv encoding support for transcoding in desync. warningGravatar wm42015-01-19
* video: fix waiting for last frame/format reconfigGravatar wm42015-01-19
* player: respect --untimed on last frameGravatar wm42015-01-16
* player: respect --untimed on video format changesGravatar wm42015-01-16
* video: fix timeline with some container formatsGravatar wm42015-01-06
* video: batch query_format callsGravatar wm42015-01-03
* vf_vapoursynth: pass through container FPS valueGravatar wm42015-01-03
* 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