summaryrefslogtreecommitdiff
path: root/tests/seek.regression.ref
Commit message (Collapse)AuthorAge
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-13
| | | | | | scheutzow at alcatel-lucent dot com and Niobos, niobos at dest-unreach dot be. Originally committed as revision 21199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-07
| | | | Originally committed as revision 20759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression ref due to r20674, packet size changedBaptiste Coudurier2009-12-01
| | | | Originally committed as revision 20688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression ref due to r20579, mp3 timestamps are adjustedBaptiste Coudurier2009-11-24
| | | | Originally committed as revision 20597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-22
| | | | | | This fixes issue #1244. Originally committed as revision 20349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger2009-10-20
| | | | | | | | This makes the output nicely aligned even in for those cases, and might also avoid some issues with printf implementations that can not handle well very large float values (e.g. msvcrt without MinGW wrapper IIRC). Originally committed as revision 20334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the seek regression test output for better readability.Reimar Döffinger2009-10-19
| | | | Originally committed as revision 20309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger2009-10-18
| | | | | | | | Hopefully this fixes regression tests on DOS. It breaks alignment of the output a bit more, but this should be easy to fix with a second patch. Originally committed as revision 20282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-02
| | | | | | the file is reached normally, without any error. Originally committed as revision 20143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.Reimar Döffinger2009-10-02
| | | | Originally committed as revision 20141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seek regression tests fit after previous get_buffer change.Reimar Döffinger2009-10-02
| | | | | | | The au and aiff demuxers would always return an empty packet before detecting EOF, this is now fixed with av_get_packet etc. returning EOF. Originally committed as revision 20136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression tests due to r19902Baptiste Coudurier2009-09-17
| | | | Originally committed as revision 19904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter2009-09-06
| | | | Originally committed as revision 19788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use generic multi-stream key frame finding routine to implement read_seek2 ↵Ivan Schreter2009-08-22
| | | | | | | | and map read_seek to read_seek2. Originally committed as revision 19681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-10
| | | | Originally committed as revision 19621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos2009-07-21
| | | | | | | | complex as originally planned. Typo fixed (the background moves less linear now) and regression test results updated. Originally committed as revision 19478 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
* 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
* 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
* 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
* 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 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
* 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
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
| | | | Originally committed as revision 17952 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 17890 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
* matroskadec: fix seek regression tests according to r17460Aurelien Jacobs2009-02-19
| | | | Originally committed as revision 17461 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 seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-21
| | | | Originally committed as revision 16706 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
* 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