Michael Niedermayer
0366654e2b
Use generic seeking code for flv. The removed code was a buggy duplicate.
...
Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
fd31550d23
Fix seeking in rm.
...
Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
83edd50917
update ogg seek reg tests because of r12630
...
Originally committed as revision 12664 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3a71577f87
homogenous regression tests output for image formats
...
Originally committed as revision 12639 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3251f24be7
missed one
...
Originally committed as revision 12638 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
7261f9bd25
cosmetics, remove leading whitespaces
...
Originally committed as revision 12637 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
e516d3488a
change rle encoder to count up to 127, sgi does not support 128
...
Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
fe790f89e8
Use 15-bit LPC precision by default. This generally gives better compression
...
results. Also update Ogg regression test.
Originally committed as revision 12630 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
6e330816d4
fix Ogg/FLAC header size
...
Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
38c669d853
cosmetics, remove superflous comments
...
Originally committed as revision 12488 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
781138d005
Update the regression tests reference values after the changes to the Matroska
...
muxer/demuxer in revision 12358.
Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
88b5db9f08
replace -f pgmyuv with -f image2 -vcodec pgmyuv
...
Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
5b67e4f8b8
Simplify do_video_encoding() in regression.sh
...
All calls of this function use pgmyuv input format; hence
no need to specify it explicitly.
Originally committed as revision 12360 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
733a6d8360
Remove mp4psp regression test
...
The PSP MP4 format requires an AAC audio stream, so until
we have an AAC encoder we cannot test this format.
The existing test is broken and does not actually use the
PSP format.
Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
9dc92a38a0
IMA ADPCM encoder - QT variant
...
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
73e2261318
The last flag fix fixed mpeg4-qprd (there the flags ended up being trashed
...
through lrintf(), that is gcc put the 32bit int flags in a 32bit float
which caused some to be lost ...).
I wonder why FATE did not pick this up?
Originally committed as revision 12329 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b6bffc46b8
Fix trellis quant + AAN DCT.
...
Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2d83fe90e3
This shell script is not bash-specific.
...
Originally committed as revision 12124 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
989bbe62d0
Remove check for the availability of the -u diff flag, we require it in
...
other places without checking for its availability already.
Originally committed as revision 12123 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
83a9db42a3
Fix timestamps and durations if the first packets have no durations nor timestamps,
...
and the information needed to guess the duration only becomes known at a later packet.
Originally committed as revision 11963 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e942293db1
It appears last_pts was not set ...
...
Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a712d725c0
Header elision muxing support.
...
This only removes 2 bytes from MP3 and MP2 currently.
Up to 4 could be removed from MP3/MP2 though this might need a 2pass muxer.
Primitive code to remove headers from MPEG-1/2/4 is there too but for the
single file I tried it on (the one in the regression tests), it was a loss
because all video frames were >4096 byte, so that it is disabled ATM.
Originally committed as revision 11936 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
3f8e1fc80c
Update regression test checksum for ffm.
...
Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
485f076dc2
seek regression ref update for ogg
...
Originally committed as revision 11869 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
37b74c8651
Fix issue 338:
...
Correctly interleave ogg packets per granule
and set eos correctly, 2 packets buffering is needed.
It duplicates interleave_per_dts a bit,
if someone has a good solution, I'll implement it.
Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Oded Shimon
eb757a6251
Update seektest regression as well to previous lavf/nut commits
...
Originally committed as revision 11864 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Oded Shimon
4ddcc983b4
back_ptr calculation used wrong timebase when searching for back syncpoint
...
Originally committed as revision 11856 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Oded Shimon
02c986a8d6
Fix intented algo in syncpoint writing before keyframes in NUT muxer
...
Originally committed as revision 11855 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Oded Shimon
82badd27f1
nut->max_distance was not set at all anywhere in the NUT muxer
...
Originally committed as revision 11854 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Oded Shimon
103d74ea5c
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
...
gave it 'ts'. Fixed by changing ff_nut_reset_ts() and demuxer params
Originally committed as revision 11851 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
9d6a96af24
remove single-frame images from seektest
...
Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
704abfec05
remove useless/incorrect comments in regression.sh
...
Originally committed as revision 11834 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
2009721d99
split lavf regression tests
...
Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
4383ed5cba
split regression tests allowing make to run them in parallel
...
Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
d2e40fe5e1
get seek regression test filenames from reference file
...
Originally committed as revision 11831 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
aba29e6feb
Fix b-libav.ul/al seek regression test.
...
Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
f5655f2afb
remove duplicate, disabled nut regression test
...
Originally committed as revision 11671 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
76de4ea681
Print the name of the regression test that was run after finishing the test.
...
Originally committed as revision 11664 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
a8fa959a0f
rename dv50 regression test output file to dv50.dv
...
Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
175e23e875
Consider initial EOR in the back_ptr calculation.
...
Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
b529ab37ba
4 months of hard development and finally it's done. Closes issue 58. Adpcm_swf regressions tests.
...
Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7548783bc5
correct invalid duration
...
Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
ec28509fed
Fix regression tests after r11127 and 11129
...
Patch by kostya
Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
6865337f7b
ogg seek regression ref
...
Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5118cae694
ogg muxer
...
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e9b67fe42e
Disable unused function, fixes the warning:
...
tests/tiny_psnr.c:55: warning: ‘exp16’ defined but not used
Originally committed as revision 10968 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Timofei V. Bondarenko
62b3415258
fix predictor initialization for adpcm-ima encoder not to lose first sample
...
in block in adpcm-ima decoder
Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru
Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec
Date: 10/15/2007 05:55 PM
Originally committed as revision 10933 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
40b67a56d1
Fix mov checksums following r10852.
...
Originally committed as revision 10928 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
d447fc3132
Seek regression for RM demuxer fix
...
Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
64d8ef0bb7
Fix seek regression test for ac3 in rm after r10634
...
Needed because avparser changes the size of the packets
Originally committed as revision 10635 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago