summaryrefslogtreecommitdiff
path: root/tests/libav.regression.ref
Commit message (Collapse)AuthorAge
* Update regressions for YUV2RGB table generator change in SwScalerKostya Shishkov2009-02-22
| | | | Originally committed as revision 17518 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
* 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
* 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
* 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
* matroskaenc: require global headerAurelien Jacobs2008-10-22
| | | | | | fixes issue696 Originally committed as revision 15667 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
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-19
| | | | Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-13
| | | | | | Fixes issue524 Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-08
| | | | | | This one also reverts the libav mpeg ts regression test score change. Originally committed as revision 14132 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
* store dts in ffm headersBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable feeder threadsBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing ↵Baptiste Coudurier2008-06-09
| | | | | | scheme still fits Originally committed as revision 13732 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
* fix pts handling in ffmBaptiste Coudurier2008-06-07
| | | | Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression tests for ts due to r13641Baptiste Coudurier2008-06-03
| | | | Originally committed as revision 13651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression checksums after dts calculation fix (r13470).Michael Niedermayer2008-05-28
| | | | | | Before, all dts where wrong, now just the first is a little odd. Originally committed as revision 13491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression ref due to r13412Baptiste Coudurier2008-05-26
| | | | Originally committed as revision 13427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct ASF duration.Henrik Gulbrandsen2008-04-21
| | | | | | Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* homogenous regression tests output for image formatsBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missed oneBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove leading whitespacesBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-30
| | | | Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles2008-03-30
| | | | | | results. Also update Ogg regression test. Originally committed as revision 12630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix Ogg/FLAC header sizeJustin Ruggles2008-03-30
| | | | Originally committed as revision 12626 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
* 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
* Update regression test checksum for ffm.Benoit Fouet2008-02-14
| | | | Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue 338:Baptiste Coudurier2008-02-05
| | | | | | | | | Correctly interleave ogg packets per granule and set eos correctly, 2 packets buffering is needed. It duplicates interleave_per_dts a bit, if someone has a good solution, I'll implement it. Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-04
| | | | Originally committed as revision 11856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-04
| | | | Originally committed as revision 11855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-04
| | | | Originally committed as revision 11854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
| | | | | | gave it 'ts'. Fixed by changing ff_nut_reset_ts() and demuxer params Originally committed as revision 11851 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
* split regression tests allowing make to run them in parallelMåns Rullgård2008-02-03
| | | | Originally committed as revision 11832 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
* correct invalid durationMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11152 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 muxerBaptiste Coudurier2007-11-10
| | | | Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk