aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
...
* player: remove redundant checkGravatar wm42015-12-05
* player: don't make display-sync panic on timestamp discontinuitiesGravatar wm42015-12-04
* player: resync audio only on larger timestamp discontinuitiesGravatar wm42015-12-04
* vo_opengl: fix interpolation with display-syncGravatar wm42015-11-28
* player: fix commit 50bb209aGravatar wm42015-11-28
* vo: change vo_frame field unitsGravatar wm42015-11-27
* player: always disable display-sync on desyncsGravatar wm42015-11-27
* player: make display-vdrop mode do what the manpage claimsGravatar wm42015-11-26
* player: log some more display-sync informationGravatar wm42015-11-25
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* player: account for minor VO underrunsGravatar wm42015-11-14
* player: fix audio drift computation at different playback speedsGravatar wm42015-11-14
* player: stricter framedrop thresholdGravatar wm42015-11-13
* player: try to compensate actual audio driftGravatar wm42015-11-13
* player: change display-sync audio speed only if neededGravatar wm42015-11-13
* player: remove display_sync_disable_counterGravatar wm42015-11-13
* command: add vsync-ratio propertyGravatar wm42015-11-13
* player: compute required display-sync speed change differentlyGravatar wm42015-11-13
* player: smooth out frame durations by averaging themGravatar wm42015-11-13
* player: refactor display-sync frame duration calculationsGravatar wm42015-11-13
* player: always require a future frame with display-sync enabledGravatar wm42015-11-13
* player: less naive roundingGravatar wm42015-11-11
* player: use input instead of output format for spdif checkGravatar wm42015-11-04
* player: move audio speed adjustment codeGravatar wm42015-11-04
* player: another fix to A/V difference calculation in display-sync modeGravatar wm42015-11-01
* video: fix another A/V difference bug in display-sync modeGravatar wm42015-10-31
* command: add mistimed-frame-count propertyGravatar wm42015-10-30
* video: fix framedrop accounting in display-sync modeGravatar wm42015-10-30
* player: raise display sync desync toleranceGravatar wm42015-10-28
* player: minor refactor for A/V diff computationGravatar wm42015-10-28
* player: fix display sync A/V difference estimation on dropsGravatar wm42015-10-28
* player: disable total-avsync-change update in display-sync modeGravatar wm42015-10-27
* player: fix display-sync A/V calculation on high playback speedsGravatar wm42015-10-27
* player: add audio drop/duplicate modeGravatar wm42015-10-27
* player: be slightly less prone to framedrop in display sync modeGravatar wm42015-10-19
* player: do not use copysign()Gravatar wm42015-10-19
* player: fix an adjustment in display sync modeGravatar wm42015-10-14
* player: fix missed wakeup on video EOFGravatar wm42015-10-09
* video/out: remove an unused parameterGravatar wm42015-10-03
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* player: fix excessive CPU usage in audio-only modeGravatar wm42015-09-22
* video: disable interpolation during framesteppingGravatar wm42015-08-25
* video: don't decode 2 frames ahead with display-syncGravatar wm42015-08-19
* player: add display sync modeGravatar wm42015-08-10
* player: separate controls for user and video controlled speedGravatar wm42015-08-10
* player: redo estimated-vf-fps calculationGravatar wm42015-08-10
* video: unbreak EOF with video-only files that have timestamp resetsGravatar wm42015-08-03
* video: move frame duration code to a separate functionGravatar wm42015-08-01
* video: move up vo_frame setupGravatar wm42015-07-28
* video: always decode at least 2 frames in advanceGravatar wm42015-07-26