-
- Downloads
Fallback to input timestamps for non-delay encoders.
Causes FFmpeg to pass through the correct pts values,
instead of clobbering all to AV_NOPTS_VALUE (the av_init_packet
default) to then make up new ones based on only fps when muxing.
Included are also the related FATE ref changes, which all
some reasonable on quick investigation.
Also set all H.264 references to us -vsync drop to reduce the
diff for the ref files.
Otherwise almost all H.264 references need to change, mostly due
to now starting with negative pts values.
About 20 additional H.264 conformance tests needed -vsync
drop anyway because they create pts values that are out of
order and thus not possible to mux otherwise.
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Showing
- ffmpeg.c 2 additions, 0 deletionsffmpeg.c
- tests/fate/h264.mak 183 additions, 183 deletionstests/fate/h264.mak
- tests/ref/fate/bethsoft-vid 70 additions, 70 deletionstests/ref/fate/bethsoft-vid
- tests/ref/fate/cscd 202 additions, 202 deletionstests/ref/fate/cscd
- tests/ref/fate/deluxepaint-anm 53 additions, 53 deletionstests/ref/fate/deluxepaint-anm
- tests/ref/fate/film-cvid-pcm-stereo-8bit 109 additions, 109 deletionstests/ref/fate/film-cvid-pcm-stereo-8bit
- tests/ref/fate/h264-lossless 9 additions, 9 deletionstests/ref/fate/h264-lossless
- tests/ref/fate/mimic 75 additions, 75 deletionstests/ref/fate/mimic
- tests/ref/fate/mpeg2-field-enc 31 additions, 31 deletionstests/ref/fate/mpeg2-field-enc
- tests/ref/fate/nuv 9 additions, 9 deletionstests/ref/fate/nuv
- tests/ref/fate/quickdraw 1 addition, 1 deletiontests/ref/fate/quickdraw
- tests/ref/fate/sierra-vmd 63 additions, 63 deletionstests/ref/fate/sierra-vmd
- tests/ref/fate/tiertex-seq 20 additions, 20 deletionstests/ref/fate/tiertex-seq
- tests/ref/fate/tscc-32bit 83 additions, 83 deletionstests/ref/fate/tscc-32bit
- tests/ref/fate/vc1-ism 119 additions, 119 deletionstests/ref/fate/vc1-ism
- tests/ref/fate/vc1_sa00040 7 additions, 7 deletionstests/ref/fate/vc1_sa00040
- tests/ref/fate/vc1_sa00050 15 additions, 15 deletionstests/ref/fate/vc1_sa00050
- tests/ref/fate/vc1_sa10091 13 additions, 13 deletionstests/ref/fate/vc1_sa10091
- tests/ref/fate/vc1_sa20021 31 additions, 31 deletionstests/ref/fate/vc1_sa20021
- tests/ref/fate/vmnc-32bit 44 additions, 44 deletionstests/ref/fate/vmnc-32bit
Loading
Please register or sign in to comment