Peter Ross
6f18fe8ce7
Add regression tests for F32LE, F64BE and F64LE PCM codecs.
...
Originally committed as revision 14838 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
5e8ecfde50
Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.
...
Originally committed as revision 14692 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
4f5c72e857
PCM regression tests.
...
Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
77c3fb9098
add dv 4:1:1 regression test
...
Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
b91758de48
100l, fix test, ref values were done with mv0, dunno how this slipped in
...
Originally committed as revision 14630 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
2cce68f8bd
add mpeg2 4:2:2 regression test
...
Originally committed as revision 14629 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
3fa1e8185a
matroskadec: update seek regression test to match new ebml parser
...
This change is due to r14590.
The AVPacket position now points to the first byte of the actual
packet data in the file. It previously pointed to the EBML element
ID preceding packet data.
Originally committed as revision 14612 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
39a127bfbc
Only reset buffer state if seeking is successful; update seek reg ref.
...
Originally committed as revision 14491 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
23f02559fe
check url_fseek return value, update seek reg tests
...
Originally committed as revision 14488 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1e90317b65
Fix tiny_psnr so it compares all bytes (it did skip the last block).
...
Also display both file sizes and slightly change the output formatting.
[not split in 3 patches to avoid the huge checksum files from being changed
and having to be reviewed 3 times, if people want it split i can revert and
split it]
Originally committed as revision 14374 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
cc8de8e8a5
cosmetics: typo/grammar fixes
...
Originally committed as revision 14371 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e740c796d8
Fix segfault with non existing input files.
...
Originally committed as revision 14369 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9b92ed7666
update swf video frame number when muxing done, fix #439
...
Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4c453ddbbc
Make our flac decoder decode all the data at EOF.
...
Fixes issue524
Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
ae8afab998
Fix MS ADPCM de- and encoding: first and second sample are swapped.
...
Noticeable better decoding of e.g. http://samples.mplayerhq.hu/A-codecs/msadpcm-stereo/dance-b5th.asf
Originally committed as revision 14201 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7efeb73a5a
10000l for myself, my last change was incomplete.
...
This one also reverts the libav mpeg ts regression test score change.
Originally committed as revision 14132 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6d77d9acf7
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens
...
to be AV_NOPTS_VALUE.
Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
148c8d8018
store dts in ffm headers
...
Originally committed as revision 13880 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5e5f75cf8a
remove pts set hack, this is no more correct
...
Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
78a5c7a5a1
update seek reg ref due to r13856
...
Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
dbedf2aae2
enable feeder threads
...
Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
54e5cf132d
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking
...
Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
60a04f7fc9
use av_seek_frame to flush demxu pending packets, fixes seeking, should have been done when av_find_stream_info was added
...
Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
f7d321bc03
update reg ref due to r13851
...
Originally committed as revision 13852 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
65f526835f
I think we are also compliant to iso2.
...
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ed6e47c21d
Add isom to the compatible brands.
...
Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
b63ba850c1
remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits
...
Originally committed as revision 13732 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3c6a9f66b9
pass dts and pts through ffm, should fix streaming b frames
...
Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
d8b1dffbc5
remove unneeded ffmpeg commandline switches, and enable quiet mode
...
Originally committed as revision 13720 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8a4f5983ee
update ffm seek tests now that timestamps are fixed
...
Originally committed as revision 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
2940b38ef2
fix pts handling in ffm
...
Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
c07d64c890
Reset reading state after successful seek.
...
Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
995877956f
update regression tests for ts due to r13641
...
Originally committed as revision 13651 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
d59591fb02
In mpeg1/2 timestamps are associated with the access unit which
...
contains the first picture startcode that commences in the PES
packet, instead of the first access unit that commences in the
PES packet. Fix the parser to
handle that properly. This was a very long standing bug ...
The change to the seek regressions is because the mpeg ts muxer
stores too many invalid and randomized timestamps which overflow
the 4 entry buffer we use in the parser.
Originally committed as revision 13643 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
968ae1d9cc
fix servertest in out of tree builds
...
Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
79c7968726
update regressions tests, should be stable now
...
Originally committed as revision 13550 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
626932fd83
sleep seems needed to wait for feed to be setup
...
Originally committed as revision 13549 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
bf1310c7b1
Update regression checksums after dts calculation fix (r13470).
...
Before, all dts where wrong, now just the first is a little odd.
Originally committed as revision 13491 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
0bf017c48b
update regression ref due to r13412
...
Originally committed as revision 13427 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
fd83ad7f02
use short option
...
Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
bc908bc453
do not loop input, useless
...
Originally committed as revision 13369 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ea2b716f68
fix feed path according to regression script
...
Originally committed as revision 13368 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
1faf7a20d5
simplify, use ffserver launch directive
...
Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
38baa83c8a
no need to sleep to hide crashes
...
Originally committed as revision 13225 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
245976da2a
Use full path for #includes from another directory.
...
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
953f54f1f4
#include required stdint.h header directly.
...
Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e680989d7b
#include stdint.h instead of using a manual typedef for uint8_t.
...
Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
bddbd7d3d1
Do not duplicate -y parameter on regression.sh.
...
It is already set by FFMPEG_OPTS.
Originally committed as revision 13029 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
25060fdf55
Ignore whitespace differences in seek test.
...
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
d29ee34ce3
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels
...
Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago