• Marton Balint's avatar
    ffplay: reimplement early frame drop · 223cba6e
    Marton Balint authored
    This patch reimplements early frame drop, it is now based on the current
    difference between the master clock and the video clock, and the pts of the
    current and the last displayed (or skipped) frame.  If the frame to be added to
    the queue is late after decoding, then we drop it early because later we would
    drop it anyway (unless it is the only frame in the picture queue).
    
    The current approach has only one downside that I know of, it does not handle
    well when the filters are changing significantly the pts of the frames, because
    we compare pts values from filtered and unfiltered frames.
    
    We also start using the pictq_mutex to ensure consistent video_current_pts,
    video_current_pts_drift, frame_last_pts, frame_last_dropped_pts and
    frame_last_dropped_pos values.
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    223cba6e
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
mt-work Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
avconv.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
ffserver.c Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...