Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2008-12-22Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer
More precissely fix has_b_frames. Fixes issue757 Originally committed as revision 16256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-13Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger
but it is in the path (/bin), not /sbin. Originally committed as revision 16088 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-23Run regression tests on target system.Måns Rullgård
Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-2310l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs
Originally committed as revision 15668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-23matroskaenc: require global headerAurelien Jacobs
fixes issue696 Originally committed as revision 15667 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-16Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos
AC-3 decoding regression test fails with gcc 2.95.3 because of missing SSE support. Originally committed as revision 15625 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-14Enable AC-3 decoding regression tests.Carl Eugen Hoyos
Originally committed as revision 15615 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-15write actual min and max frame size to FLAC header. update regression test ↵Justin Ruggles
checksum. Originally committed as revision 15331 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-15write MD5 checksum to FLAC header. update regression tests.Justin Ruggles
Originally committed as revision 15326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-15update FLAC regression test due to expected change after r15324Justin Ruggles
Originally committed as revision 15325 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-13Switch regression tests to swscale.Michael Niedermayer
Plain C, x86-32 and -64 have been tested and should work, other archs that had asm optmizations in swscale likely will need some fixes to either fall back on C if SWS_BITEXACT is set or make the asm match C. This also disables the PAL8 test as neither swscale nor the old scaler really support PAL8 output, imgconvert supported a fixed 666 palette as output and swscale supports fixed 884 and 422. Originally committed as revision 15305 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-09matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs
the desired stream Originally committed as revision 15282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-07fix seek regression tests after r15229Aurelien Jacobs
The matroska demuxer now index every streams so seek on stream 1 now works. Originally committed as revision 15254 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-04Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross
F32LE/F64BE/F64LE audio to be encoded properly. Originally committed as revision 15192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer
residuals, Note this does not change RGB32 as we need to check this against some decoder that supports it. Originally committed as revision 15055 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-26Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs
The changes are verified and desired. Originally committed as revision 14969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20matroska: fix regression test according to r14862Aurelien Jacobs
Originally committed as revision 14865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-19Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross
Originally committed as revision 14838 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross
Originally committed as revision 14692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-09PCM regression tests.Peter Ross
Originally committed as revision 14671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06add dv 4:1:1 regression testBaptiste Coudurier
Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06100l, fix test, ref values were done with mv0, dunno how this slipped inBaptiste Coudurier
Originally committed as revision 14630 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06add mpeg2 4:2:2 regression testBaptiste Coudurier
Originally committed as revision 14629 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: update seek regression test to match new ebml parserAurelien Jacobs
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
2008-07-31Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier
Originally committed as revision 14491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-31check url_fseek return value, update seek reg testsBaptiste Coudurier
Originally committed as revision 14488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-24Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer
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
2008-07-24cosmetics: typo/grammar fixesDiego Biurrun
Originally committed as revision 14371 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-24Fix segfault with non existing input files.Michael Niedermayer
Originally committed as revision 14369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-19update swf video frame number when muxing done, fix #439Baptiste Coudurier
Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-14Make our flac decoder decode all the data at EOF.Michael Niedermayer
Fixes issue524 Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-13Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger
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
2008-07-0910000l for myself, my last change was incomplete.Michael Niedermayer
This one also reverts the libav mpeg ts regression test score change. Originally committed as revision 14132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-08Set cur_dts to 0 only during creating new streams and not every time cur_dts ↵Michael Niedermayer
happens to be AV_NOPTS_VALUE. Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22store dts in ffm headersBaptiste Coudurier
Originally committed as revision 13880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22remove pts set hack, this is no more correctBaptiste Coudurier
Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22update seek reg ref due to r13856Baptiste Coudurier
Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22enable feeder threadsBaptiste Coudurier
Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier
Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22use av_seek_frame to flush demxu pending packets, fixes seeking, should have ↵Baptiste Coudurier
been done when av_find_stream_info was added Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-21update reg ref due to r13851Baptiste Coudurier
Originally committed as revision 13852 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-13I think we are also compliant to iso2.Michael Niedermayer
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-13Add isom to the compatible brands.Michael Niedermayer
Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-09remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing ↵Baptiste Coudurier
scheme still fits Originally committed as revision 13732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-09pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier
Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-09remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier
Originally committed as revision 13720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-07update ffm seek tests now that timestamps are fixedBaptiste Coudurier
Originally committed as revision 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-07fix pts handling in ffmBaptiste Coudurier
Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-07Reset reading state after successful seek.Baptiste Coudurier
Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk