summaryrefslogtreecommitdiff
path: root/tests/seek.regression.ref
Commit message (Collapse)AuthorAge
* 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
* 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
* 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
* 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
* 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
* Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs2008-08-25
| | | | | | The changes are verified and desired. Originally committed as revision 14969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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