summaryrefslogtreecommitdiff
path: root/tests/seek.regression.ref
Commit message (Collapse)AuthorAge
* 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
* give the position offset of the file in the packetDaniel Cardenas2007-05-02
| | | | | | | | | update seek regression test reference file accordingly patch by Daniel Cardenas: Daniel Car cox net original thread: [Ffmpeg-devel] [PATCH] Debug help for file position date: 05/01/2007 02:42 AM Originally committed as revision 8871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update reference file for seek test after delivery 8826Benoit Fouet2007-05-02
| | | | Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression test referenceMichael Niedermayer2007-04-22
Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk