ffmpeg/tests/ref
Anton Khirnov 4ee5aed122 ffmpeg: do packet ts rescaling in write_packet()
This will be useful in the following commit, after which the muxer
timebase is not always available when encoding.

This merges Libav commit 3e265ca. It was previously skipped.

There are some changes with how/when the mux_timebase field is set,
because the Libav approach often causes a too imprecise time base
to be set. This is hard, because the muxer's write_header function
can readjust the timebase, at which point we might already have
encoded packets buffered. (It might be better to buffer them after
the encoder, instead of after all the timestamp handling logic
before muxing.)

The two FATE tests change because the output time base is raised
for subtitles. (Needed to avoid certain rounding issues in other
cases.)

Includes a minor merge fix by Mark Thompson, and

    avconv: Move rescale to stream timebase before monotonisation

also by Mark Thompson <sw@jkqxz.net>.

Signed-off-by: wm4 <nfxjfg@googlemail.com>
2017-03-03 08:45:43 +01:00
..
acodec adpcm: fix clipping for yamaha 2017-02-15 12:46:01 +01:00
fate ffmpeg: do packet ts rescaling in write_packet() 2017-03-03 08:45:43 +01:00
lavf fate: add WavPack muxer test 2017-02-10 23:52:16 -03:00
lavf-fate
seek
vsynth Implement optimal huffman encoding for (M)JPEG. 2017-02-08 13:59:53 +00:00
vsynth1
vsynth_lena