aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* player: flush decoder even if cover art is decodedGravatar wm42015-04-24
* player: don't show A/V desync message in non-sense situationsGravatar wm42015-04-24
* player: cleanup update_fps() functionGravatar wm42015-04-20
* video: cleanup some old log messagesGravatar wm42015-04-20
* video: do not show decoder framedrops if they're not requestedGravatar wm42015-04-16
* player: silence spam in verbose mode when playing audio with cover artGravatar wm42015-04-14
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* video: fix seek-to-last-frameGravatar wm42015-03-26
* video: make frame skipping code slightly more readableGravatar wm42015-03-25
* video: refactor aspects of queue and EOF handlingGravatar wm42015-03-25
* video: use less technical language for PTS warningGravatar wm42015-03-23
* video: fix update of vo-configured propertyGravatar wm42015-03-23
* player: warn against non-monotonic video PTS only onceGravatar wm42015-03-18
* player: use symbolic constant for seek precisionGravatar wm42015-03-04
* 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