summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-04
| | | | Originally committed as revision 19338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-04
| | | | Originally committed as revision 19337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-04
| | | | Originally committed as revision 19336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seek regression checksums due to:Michael Niedermayer2009-06-30
| | | | | | | | r19300 Rewrite mp3 parser. New code is much simpler and does not drop stuff at random. Originally committed as revision 19306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
| | | | Originally committed as revision 19304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida2009-06-20
| | | | | | Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail Originally committed as revision 19237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-20
| | | | | | Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail Originally committed as revision 19236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini2009-06-18
| | | | | | since that is the name of the corresponding test. Originally committed as revision 19220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: print commands also for image format testsMåns Rullgård2009-06-14
| | | | Originally committed as revision 19195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux whole PES packets from TSBaptiste Coudurier2009-05-27
| | | | Originally committed as revision 18960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-27
| | | | | | Patch by Wolfram Gloger, wmglo at dentm dot med dot uni-muenchen dot de. Originally committed as revision 18959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp ↵Baptiste Coudurier2009-05-23
| | | | | | | | fetching, pending, current ref is technically more correct though. Originally committed as revision 18912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot ↵Larbi Joubala2009-05-23
| | | | | | joubala at resonate-mp4 dot com Originally committed as revision 18911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute total bitrate more accurately, patch by corp186, chasedouglas at ↵corp1862009-05-23
| | | | | | gmail dot com Originally committed as revision 18909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pad last audio frame when encodingBaptiste Coudurier2009-05-23
| | | | Originally committed as revision 18907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression tests for y4m after r18796David Conrad2009-05-11
| | | | | | The default changed from 420mpeg2 to 420jpeg Originally committed as revision 18797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-11
| | | | Originally committed as revision 18792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix total bitrate computation, based on patch by corp186, chasedouglas at ↵Baptiste Coudurier2009-05-10
| | | | | | gmail dot com Originally committed as revision 18778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-08
| | | | Originally committed as revision 18771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier2009-04-12
| | | | Originally committed as revision 18453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available andCarl Eugen Hoyos2009-04-10
| | | | | | not disabled. Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-05
| | | | | | Fixes issue946 Originally committed as revision 18334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename regression test result files from b-libav* to b-lavf* for consistency.Diego Biurrun2009-03-30
| | | | | | | This requires updating the gxf regression checksum since the gxf muxer puts the filename in files it creates. Originally committed as revision 18253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix running regression tests on remote targetsMåns Rullgård2009-03-30
| | | | Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip creation of tests/data directory in individual regression test scripts.Diego Biurrun2009-03-30
| | | | | | It is already being taken care of by the Makefile. Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun2009-03-30
| | | | | | to be removed separately and there is less clutter in the tests directory. Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun2009-03-30
| | | | | | carry the regression test they run as prefix in their name. Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun2009-03-30
| | | | Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename 'do_libav' function to 'do_lavf'.Diego Biurrun2009-03-30
| | | | Originally committed as revision 18241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun2009-03-29
| | | | | | This matches the new name of the test target. Originally committed as revision 18229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun2009-03-29
| | | | Originally committed as revision 18226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun2009-03-29
| | | | Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek test build, by undefining printf and fprintf.Benoit Fouet2009-03-27
| | | | Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a warning on an uninitialized variable.Benoit Fouet2009-03-26
| | | | Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-21
| | | | | | | single index chunk) and is always empty anyway. See "[PATCH] rmenc.c: remove index writing" thread. Originally committed as revision 18119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-21
| | | | | | | to not include the size of that palette. Also clarify its documentation. Originally committed as revision 18106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ffserver regression refBaptiste Coudurier2009-03-21
| | | | Originally committed as revision 18105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix valid seeking rangeBaptiste Coudurier2009-03-21
| | | | Originally committed as revision 18098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression ref due to 18063Baptiste Coudurier2009-03-21
| | | | Originally committed as revision 18096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the ogg regression test, which was broken by r18092. This is anJustin Ruggles2009-03-21
| | | | | | | | expected change because the ogg muxer with FLAC encoder uses the maximum frame size estimate since it cannot rewrite the real maximum frame size at end of encoding. Originally committed as revision 18094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
| | | | | | Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo, fix eof checkBaptiste Coudurier2009-03-20
| | | | Originally committed as revision 18064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write ffm write index by default, detect if file is being written and ↵Baptiste Coudurier2009-03-20
| | | | | | return EOF Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier2009-03-14
| | | | Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger2009-03-14
| | | | | | | seeking before data_offset and is more consistent with how the generic index seeking code handles it. Originally committed as revision 17964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch regression test to the new seeking API.Michael Niedermayer2009-03-14
| | | | Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
| | | | Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove sws_flags, seems to have no effectBaptiste Coudurier2009-03-12
| | | | Originally committed as revision 17944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek regression test broken by r17905, seeking fails completelyReimar Döffinger2009-03-09
| | | | | | | for swf before and after, but it now incorrectly creates additional streams. Originally committed as revision 17913 to svn://svn.ffmpeg.org/ffmpeg/trunk