summaryrefslogtreecommitdiffstats
path: root/player/video.c
Commit message (Expand)AuthorAgeFilesLines
* video: switch from using display aspect to sample aspectwm42015-12-191-2/+5
* player: remove redundant checkwm42015-12-051-1/+1
* player: don't make display-sync panic on timestamp discontinuitieswm42015-12-041-2/+2
* player: resync audio only on larger timestamp discontinuitieswm42015-12-041-2/+2
* vo_opengl: fix interpolation with display-syncwm42015-11-281-1/+2
* player: fix commit 50bb209awm42015-11-281-1/+1
* vo: change vo_frame field unitswm42015-11-271-1/+2
* player: always disable display-sync on desyncswm42015-11-271-22/+12
* player: make display-vdrop mode do what the manpage claimswm42015-11-261-4/+7
* player: log some more display-sync informationwm42015-11-251-3/+6
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-4/+0
* player: account for minor VO underrunswm42015-11-141-2/+2
* player: fix audio drift computation at different playback speedswm42015-11-141-8/+9
* player: stricter framedrop thresholdwm42015-11-131-3/+2
* player: try to compensate actual audio driftwm42015-11-131-0/+40
* player: change display-sync audio speed only if neededwm42015-11-131-38/+48
* player: remove display_sync_disable_counterwm42015-11-131-10/+8
* command: add vsync-ratio propertywm42015-11-131-4/+7
* player: compute required display-sync speed change differentlywm42015-11-131-22/+36
* player: smooth out frame durations by averaging themwm42015-11-131-1/+1
* player: refactor display-sync frame duration calculationswm42015-11-131-103/+83
* player: always require a future frame with display-sync enabledwm42015-11-131-2/+6
* player: less naive roundingwm42015-11-111-1/+1
* player: use input instead of output format for spdif checkwm42015-11-041-1/+1
* player: move audio speed adjustment codewm42015-11-041-54/+60
* player: another fix to A/V difference calculation in display-sync modewm42015-11-011-1/+1
* video: fix another A/V difference bug in display-sync modewm42015-10-311-2/+3
* command: add mistimed-frame-count propertywm42015-10-301-0/+4
* video: fix framedrop accounting in display-sync modewm42015-10-301-2/+0
* player: raise display sync desync tolerancewm42015-10-281-5/+2
* player: minor refactor for A/V diff computationwm42015-10-281-19/+27
* player: fix display sync A/V difference estimation on dropswm42015-10-281-0/+2
* player: disable total-avsync-change update in display-sync modewm42015-10-271-0/+4
* player: fix display-sync A/V calculation on high playback speedswm42015-10-271-0/+1
* player: add audio drop/duplicate modewm42015-10-271-1/+1
* player: be slightly less prone to framedrop in display sync modewm42015-10-191-3/+7
* player: do not use copysign()wm42015-10-191-1/+1
* player: fix an adjustment in display sync modewm42015-10-141-1/+1
* player: fix missed wakeup on video EOFwm42015-10-091-0/+3
* video/out: remove an unused parameterwm42015-10-031-1/+1
* video: replace vf_format outputlevels option with global optionwm42015-09-291-0/+1
* player: fix excessive CPU usage in audio-only modewm42015-09-221-3/+4
* video: disable interpolation during framesteppingwm42015-08-251-0/+1
* video: don't decode 2 frames ahead with display-syncwm42015-08-191-2/+1
* player: add display sync modewm42015-08-101-2/+204
* player: separate controls for user and video controlled speedwm42015-08-101-5/+5
* player: redo estimated-vf-fps calculationwm42015-08-101-0/+72
* video: unbreak EOF with video-only files that have timestamp resetswm42015-08-031-1/+2
* video: move frame duration code to a separate functionwm42015-08-011-11/+23
* video: move up vo_frame setupwm42015-07-281-12/+12
* video: always decode at least 2 frames in advancewm42015-07-261-5/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-211-2/+5
* vo: minor simplification for queue size handlingwm42015-07-201-2/+2
* video: don't force video refresh if video is restartingwm42015-07-101-1/+3
* player: never overwrite stop_play fieldwm42015-07-081-1/+1
* vo: change internal API for drawing frameswm42015-07-011-11/+21
* video: pass future frames to VOwm42015-07-011-33/+59
* player: slim down A/V desync warningwm42015-06-301-17/+5
* player: add some debug output for seekingwm42015-06-181-0/+1
* player: actually play videowm42015-06-181-1/+1
* player: make decoding cover art more robustwm42015-06-181-3/+18
* video: remove worthless log messagewm42015-06-051-6/+0
* vf_sub: minor simplificationwm42015-06-051-2/+1
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-241-1/+2
* video: force audio resync after video discontinuitywm42015-05-201-0/+1
* video: better heuristic for timestamp resetswm42015-05-201-2/+13
* player: flush decoder even if cover art is decodedwm42015-04-241-1/+1
* player: don't show A/V desync message in non-sense situationswm42015-04-241-2/+2
* player: cleanup update_fps() functionwm42015-04-201-12/+5
* video: cleanup some old log messageswm42015-04-201-0/+2
* video: do not show decoder framedrops if they're not requestedwm42015-04-161-1/+2
* player: silence spam in verbose mode when playing audio with cover artwm42015-04-141-1/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: cleanup stereo mode parsingwm42015-04-021-1/+1
* video: fix seek-to-last-framewm42015-03-261-3/+1
* video: make frame skipping code slightly more readablewm42015-03-251-13/+8
* video: refactor aspects of queue and EOF handlingwm42015-03-251-41/+62
* video: use less technical language for PTS warningwm42015-03-231-1/+1
* video: fix update of vo-configured propertywm42015-03-231-0/+1
* player: warn against non-monotonic video PTS only oncewm42015-03-181-8/+9
* player: use symbolic constant for seek precisionwm42015-03-041-2/+4
* player: adjust A/V desync messagewm42015-02-261-3/+3
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-131-0/+2
* player: remove --fixed-vowm42015-02-031-1/+1
* player: dump audio jitter to stats filewm42015-02-011-4/+5
* player: minor simplification in A/V-sync related codewm42015-01-301-3/+2
* Revert "player: allow seeking audio between video frames"wm42015-01-301-9/+1
* player: print desync message on negative A/V-sync toowm42015-01-301-1/+1
* player: rearrange some A/V-sync related codewm42015-01-301-6/+5
* player: use correct type for some relative timeswm42015-01-301-3/+3
* player: remove redundant variablewm42015-01-291-4/+5
* player: allow seeking audio between video frameswm42015-01-281-1/+9
* player: mention mpv encoding support for transcoding in desync. warningwm42015-01-191-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-191-1/+1
* player: respect --untimed on last framewm42015-01-161-1/+3
* player: respect --untimed on video format changeswm42015-01-161-1/+1
* video: fix timeline with some container formatswm42015-01-061-0/+2
* video: batch query_format callswm42015-01-031-2/+1
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-10/+8
* video: better pipelining with vf_vapoursynthwm42015-01-031-3/+24
* vo_opengl_cb: pass context directlywm42014-12-311-3/+1
* video: pass some VO params as structwm42014-12-311-3/+6
* player: fix a typo in message outputwm42014-12-241-1/+1
* client API: expose OpenGL rendererwm42014-12-091-0/+3
* player: when seeking past EOF with --keep-open, seek to last framewm42014-12-071-4/+16
* Remove some superfluous NULL checkswm42014-11-211-3/+0
* player: print anamorphic size only if video is anamorphicwm42014-11-021-2/+5
* player: update meaning of drop_frame_cntwm42014-11-011-2/+2
* player: show AV-desync message in all framedrop modeswm42014-11-011-2/+1
* client API: better error reportingwm42014-10-281-1/+4
* video: send MPV_EVENT_VIDEO_RECONFIG on uninitwm42014-10-241-0/+1
* player: fix exiting if both audio and video fail initializingwm42014-10-231-4/+2
* player: fix --frameswm42014-10-141-1/+3
* 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/