summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer2008-07-243-115/+123
* cosmetics: typo/grammar fixesDiego Biurrun2008-07-241-2/+2
* Fix segfault with non existing input files.Michael Niedermayer2008-07-241-0/+4
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-191-1/+1
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-133-5/+5
* Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger2008-07-132-6/+6
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-081-1/+1
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer2008-07-082-2/+2
* store dts in ffm headersBaptiste Coudurier2008-06-221-1/+1
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-221-1/+1
* update seek reg ref due to r13856Baptiste Coudurier2008-06-221-5/+5
* enable feeder threadsBaptiste Coudurier2008-06-221-1/+1
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-222-9/+9
* use av_seek_frame to flush demxu pending packets, fixes seeking, should have ...Baptiste Coudurier2008-06-221-9/+9
* update reg ref due to r13851Baptiste Coudurier2008-06-211-4/+4
* I think we are also compliant to iso2.Michael Niedermayer2008-06-133-24/+24
* Add isom to the compatible brands.Michael Niedermayer2008-06-133-24/+24
* remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc...Baptiste Coudurier2008-06-091-2/+2
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-092-9/+9
* remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier2008-06-091-1/+1
* update ffm seek tests now that timestamps are fixedBaptiste Coudurier2008-06-071-26/+26
* fix pts handling in ffmBaptiste Coudurier2008-06-071-1/+1
* Reset reading state after successful seek.Baptiste Coudurier2008-06-071-2/+2
* update regression tests for ts due to r13641Baptiste Coudurier2008-06-031-1/+1
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-031-1/+1
* fix servertest in out of tree buildsMåns Rullgård2008-06-021-1/+1
* update regressions tests, should be stable nowBaptiste Coudurier2008-05-301-9/+9
* sleep seems needed to wait for feed to be setupBaptiste Coudurier2008-05-301-0/+1
* Update regression checksums after dts calculation fix (r13470).Michael Niedermayer2008-05-281-1/+1
* update regression ref due to r13412Baptiste Coudurier2008-05-261-1/+1
* use short optionBaptiste Coudurier2008-05-251-2/+2
* do not loop input, uselessBaptiste Coudurier2008-05-241-1/+1
* fix feed path according to regression scriptBaptiste Coudurier2008-05-241-1/+1
* simplify, use ffserver launch directiveBaptiste Coudurier2008-05-242-4/+1
* no need to sleep to hide crashesBaptiste Coudurier2008-05-211-2/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* #include required stdint.h header directly.Diego Biurrun2008-05-081-0/+2
* #include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun2008-05-071-1/+1
* Do not duplicate -y parameter on regression.sh.Ramiro Polla2008-05-011-17/+17
* Ignore whitespace differences in seek test.Ramiro Polla2008-05-011-1/+1
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier2008-04-252-5/+5
* cosmeticsBaptiste Coudurier2008-04-251-1/+0
* Correct ASF duration.Henrik Gulbrandsen2008-04-213-5/+5
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-141-5/+5
* Fix seeking in rm.Michael Niedermayer2008-04-091-90/+90
* update ogg seek reg tests because of r12630Baptiste Coudurier2008-04-011-27/+39
* homogenous regression tests output for image formatsBaptiste Coudurier2008-03-302-8/+16
* missed oneBaptiste Coudurier2008-03-301-1/+1
* cosmetics, remove leading whitespacesBaptiste Coudurier2008-03-301-27/+27
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-301-3/+3
OpenPOWER on IntegriCloud