summaryrefslogtreecommitdiff
path: root/tests/seek.regression.ref
Commit message (Collapse)AuthorAge
* matroskadec: update seek regression test to match new ebml parserAurelien Jacobs2008-08-05
| | | | | | | | | 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
* Only reset buffer state if seeking is successful; update seek reg ref.Baptiste Coudurier2008-07-31
| | | | Originally committed as revision 14491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-31
| | | | Originally committed as revision 14488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ↵Michael Niedermayer2008-07-08
| | | | | | | | happens to be AV_NOPTS_VALUE. Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek reg ref due to r13856Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I think we are also compliant to iso2.Michael Niedermayer2008-06-13
| | | | Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add isom to the compatible brands.Michael Niedermayer2008-06-13
| | | | Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ffm seek tests now that timestamps are fixedBaptiste Coudurier2008-06-07
| | | | Originally committed as revision 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-03
| | | | | | | | | | | | contains the first picture startcode that commences in the PES packet, instead of the first access unit that commences in the PES packet. Fix the parser to handle that properly. This was a very long standing bug ... The change to the seek regressions is because the mpeg ts muxer stores too many invalid and randomized timestamps which overflow the 4 entry buffer we use in the parser. Originally committed as revision 13643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-14
| | | | Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seeking in rm.Michael Niedermayer2008-04-09
| | | | Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ogg seek reg tests because of r12630Baptiste Coudurier2008-04-01
| | | | Originally committed as revision 12664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the regression tests reference values after the changes to the MatroskaPanagiotis Issaris2008-03-10
| | | | | | muxer/demuxer in revision 12358. Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mp4psp regression testMåns Rullgård2008-03-07
| | | | | | | | | | 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
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
| | | | Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The last flag fix fixed mpeg4-qprd (there the flags ended up being trashedMichael Niedermayer2008-03-05
| | | | | | | | 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
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamps and durations if the first packets have no durations nor ↵Michael Niedermayer2008-02-15
| | | | | | | | 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
* It appears last_pts was not set ...Michael Niedermayer2008-02-15
| | | | Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Header elision muxing support.Michael Niedermayer2008-02-15
| | | | | | | | | | 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
* seek regression ref update for oggBaptiste Coudurier2008-02-05
| | | | Originally committed as revision 11869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seektest regression as well to previous lavf/nut commitsOded Shimon2008-02-04
| | | | Originally committed as revision 11864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove single-frame images from seektestMåns Rullgård2008-02-03
| | | | Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split lavf regression testsMåns Rullgård2008-02-03
| | | | Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix b-libav.ul/al seek regression test.Michael Niedermayer2008-01-31
| | | | Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename dv50 regression test output file to dv50.dvMåns Rullgård2008-01-28
| | | | Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-17
| | | | Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4 months of hard development and finally it's done. Closes issue 58. ↵Benjamin Larsson2007-12-03
| | | | | | Adpcm_swf regressions tests. Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests after r11127 and 11129Kostya Shishkov2007-12-02
| | | | | | Patch by kostya Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg seek regression refBaptiste Coudurier2007-11-11
| | | | Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
| | | | Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek regression test for ac3 in rm after r10634Roberto Togni2007-10-01
| | | | | | Needed because avparser changes the size of the packets Originally committed as revision 10635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamps used for ratecontrolMichael Niedermayer2007-09-11
| | | | | | | | these were wrong (in pts vs dts sense) when b frames were in use they were also wrong if the average framerate was smaller than 1/timebase resulting in totally wrong final bitrate Originally committed as revision 10477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer2007-09-09
| | | | | | per frame (this is untested as the encoder does not use it yet) Originally committed as revision 10458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-08
| | | | | | | | | | | | | | | flag for diagonal interpolation the primary reason for this change is that previously MC up to 1/4 pel matched H.264 exactly and that increases the risk of stumbling over patents secondly this allows 0.10 db or more quality gain by choosing a longer filter and the filter could also be chosen optimally for each frame though that of course would cause speed loss at the decoder and encoder side ... Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup mc_block()Michael Niedermayer2007-09-08
| | | | | | | | | perform interpolation steps in such an order that halfpel interpolation could be done per picture this also makes mc_block() match h.264 for the 1/4 pel cases so that the use of the h264 functions for some cases does not introduce a fantastic mess Originally committed as revision 10433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update mkv regression tests after r10421David Conrad2007-09-07
| | | | Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Matroska regression testsDavid Conrad2007-09-05
| | | | Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
| | | | | | | the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use more bits on the encoder sideMichael Niedermayer2007-08-23
| | | | | | negligible increase in quality Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-21
| | | | | | | This allows some simplifications and optimizations and should not have any effect on quality. Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut regression testMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-05
| | | | Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regressions for r9917Michael Niedermayer2007-08-05
| | | | | | | | | | | | | | | | | (correct initial timestamps which have AV_NOPTS_VALUE) sorry, i will rm tests/seek_test ; make ; make seektest from now on Before r9917 lavf replaced the initial dts which were unknown (AV_NOPTS_VALUE) by values starting from -frame_duration or another guessed value. After r9917 lavf buffers packets until it finds a known timestamp or it buffered too much, it will then correct the previous unknown timestamps in the buffer exactly. For the seek tests that meant that a few initial timestamps would get changed. If no packet in the whole stream contains a timestamp then all timestamps will be changed by first_frame_duration or so as 0 is used instead of -frame_duration as startpoint ... Originally committed as revision 9949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flashsv regression testMichael Niedermayer2007-08-04
| | | | | | closes issue5 Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for yuv440p yuvj440pAndreas Öman2007-07-19
| | | | | | patch by Andreas Öman: [andreas olebyn nu] Originally committed as revision 9765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set locale to C in seek testMåns Rullgård2007-07-10
| | | | Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge tests Makefile into the top-level Makefile.Diego Biurrun2007-06-07
| | | | | | This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten h.261 seek regression checksum update due toMichael Niedermayer2007-05-21
| | | | | | | | "r9076 | michael | 2007-05-20 03:05:34 +0200 (Sun, 20 May 2007) | 2 lines slightly more correct spliting of frames" Originally committed as revision 9089 to svn://svn.ffmpeg.org/ffmpeg/trunk