gstreamer/ext
Guillaume Desmottes 1d293764e5 avdemux: fix negative pts if start_time is bigger than the ts
The start time is supposed to be the ts of the first frame.
FFmpeg uses fractions to represent timestamps and the start time may use a
different base than the frame pts. So we may end up having the start
time bigger than the pts because of rounding when converting to gst ts.

See https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/51
for details.
2019-02-21 08:56:34 +01:00
..
libav avdemux: fix negative pts if start_time is bigger than the ts 2019-02-21 08:56:34 +01:00
Makefile.am Remove swscale plugin code 2018-07-17 00:57:34 +01:00