summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* cosmetics: typo/grammar fixesDiego Biurrun2008-07-24
| | | | Originally committed as revision 14371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfault with non existing input files.Michael Niedermayer2008-07-24
| | | | Originally committed as revision 14369 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
* Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger2008-07-13
| | | | | | Noticeable better decoding of e.g. http://samples.mplayerhq.hu/A-codecs/msadpcm-stereo/dance-b5th.asf Originally committed as revision 14201 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
* update seek reg ref due to r13856Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13878 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
* use av_seek_frame to flush demxu pending packets, fixes seeking, should have ↵Baptiste Coudurier2008-06-22
| | | | | | been done when av_find_stream_info was added Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update reg ref due to r13851Baptiste Coudurier2008-06-21
| | | | Originally committed as revision 13852 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
* 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
* remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13720 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
* fix pts handling in ffmBaptiste Coudurier2008-06-07
| | | | Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset reading state after successful seek.Baptiste Coudurier2008-06-07
| | | | Originally committed as revision 13682 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
* 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
* fix servertest in out of tree buildsMåns Rullgård2008-06-02
| | | | Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regressions tests, should be stable nowBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sleep seems needed to wait for feed to be setupBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13549 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
* use short optionBaptiste Coudurier2008-05-25
| | | | Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not loop input, uselessBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix feed path according to regression scriptBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use ffserver launch directiveBaptiste Coudurier2008-05-24
| | | | Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to sleep to hide crashesBaptiste Coudurier2008-05-21
| | | | Originally committed as revision 13225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include required stdint.h header directly.Diego Biurrun2008-05-08
| | | | Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun2008-05-07
| | | | Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not duplicate -y parameter on regression.sh.Ramiro Polla2008-05-01
| | | | | | It is already set by FFMPEG_OPTS. Originally committed as revision 13029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore whitespace differences in seek test.Ramiro Polla2008-05-01
| | | | Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since ↵Baptiste Coudurier2008-04-25
| | | | | | samples += avctx->channels Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12962 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
* 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
* 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