summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* 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
* Convert spurious DOS line breaks to UNIX line breaks in seek regressionReimar Döffinger2009-03-09
| | | | | | test reference file. Originally committed as revision 17911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier2009-03-09
| | | | Originally committed as revision 17896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write flt packet, might need some tweaking but it worksBaptiste Coudurier2009-03-09
| | | | Originally committed as revision 17893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave audio and video according to specsBaptiste Coudurier2009-03-09
| | | | Originally committed as revision 17892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write timecode track in gxfBaptiste Coudurier2009-03-09
| | | | Originally committed as revision 17891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write timecode track in gxfBaptiste Coudurier2009-03-09
| | | | Originally committed as revision 17890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded and empty user dataBaptiste Coudurier2009-03-08
| | | | Originally committed as revision 17886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
| | | | Originally committed as revision 17852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass packet position to the parser, so frame's AVPacket.pos is computed ↵Ivan Schreter2009-03-05
| | | | | | correctly. Originally committed as revision 17824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the timebase of the raw demuxer to one that can represent the ts of ↵Michael Niedermayer2009-03-01
| | | | | | fields. Originally committed as revision 17675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov2009-02-22
| | | | Originally committed as revision 17518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix seek regression tests according to r17460Aurelien Jacobs2009-02-19
| | | | Originally committed as revision 17461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-19
| | | | Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
| | | | | | corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
| | | | | | Also document it. Originally committed as revision 17018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02
| | | | | | Patch by Stefan de Konink stefan konink de Originally committed as revision 16944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
| | | | Originally committed as revision 16815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-21
| | | | Originally committed as revision 16706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-20
| | | | | | this also fixes a side effect where its value was one too much. Originally committed as revision 16701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct value for starting lineBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gxf time code mark out valueBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression tests after r16651David Conrad2009-01-17
| | | | Originally committed as revision 16656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression tests due to ts modificationsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer2008-12-21
| | | | | | | More precissely fix has_b_frames. Fixes issue757 Originally committed as revision 16256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger2008-12-13
| | | | | | but it is in the path (/bin), not /sbin. Originally committed as revision 16088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run regression tests on target system.Måns Rullgård2008-11-23
| | | | Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs2008-10-22
| | | | Originally committed as revision 15668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: require global headerAurelien Jacobs2008-10-22
| | | | | | fixes issue696 Originally committed as revision 15667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-15
| | | | | | | 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
* Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-13
| | | | Originally committed as revision 15615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write actual min and max frame size to FLAC header. update regression test ↵Justin Ruggles2008-09-14
| | | | | | checksum. Originally committed as revision 15331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-14
| | | | Originally committed as revision 15326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update FLAC regression test due to expected change after r15324Justin Ruggles2008-09-14
| | | | Originally committed as revision 15325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch regression tests to swscale.Michael Niedermayer2008-09-13
| | | | | | | | | | | 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
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-09
| | | | | | the desired stream Originally committed as revision 15282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | 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
* fix seek regression tests after r15229Aurelien Jacobs2008-09-07
| | | | | | 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
* Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross2008-09-04
| | | | | | F32LE/F64BE/F64LE audio to be encoded properly. Originally committed as revision 15192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-30
| | | | | | | 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