aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix regression tests with out-of-tree builds.Diego Biurrun2006-12-231-3/+4
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-222-16/+16
* Use $< instead of explicit names.Diego Biurrun2006-12-211-3/+3
* change mpeg2 intra vlc test to advanced one, add qprd trell and b framesBaptiste Coudurier2006-12-213-10/+10
* use qscale_table in adaptive quantMichael Niedermayer2006-12-212-8/+8
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-211-7/+7
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-212-8/+8
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-212-15/+15
* QPRD & adaptive quantization regression testsMichael Niedermayer2006-12-213-0/+28
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-202-48/+48
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-112-4/+4
* Make do_video_encoding general enough to accomodate all cases.Diego Biurrun2006-12-021-40/+39
* Make do_video_decoding general enough to accomodate all cases.Diego Biurrun2006-12-021-9/+9
* Merge a repeating variable declaration into do_video_encoding.Diego Biurrun2006-12-021-75/+39
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-013-98/+98
* Use a function for audio encoding and decoding.Diego Biurrun2006-12-011-21/+25
* Use a function for libav.Diego Biurrun2006-12-011-33/+19
* Use a function for image formats.Diego Biurrun2006-12-011-9/+11
* Use a function for streamed images.Diego Biurrun2006-12-011-9/+10
* Use a function for audio-only tests.Diego Biurrun2006-12-011-21/+14
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-303-249/+249
* readjust dts if negativeBaptiste Coudurier2006-11-281-2/+2
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-233-3/+3
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-222-2/+2
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...Michael Niedermayer2006-11-222-8/+8
* disable nut regression test until we have a working muxerMichael Niedermayer2006-11-112-6/+3
* allow spaces in source and build directory namesMåns Rullgård2006-11-082-11/+12
* Simplify regression test execution.Diego Biurrun2006-11-051-74/+84
* Use a variable for FFmpeg options.Diego Biurrun2006-11-051-6/+8
* Don't run libavtest if CONFIG_GPL is not set.Diego Biurrun2006-10-181-1/+5
* Warn about --enable-gpl.Diego Biurrun2006-10-151-0/+3
* 0.pgm is now 00.pgm.Diego Biurrun2006-10-151-5/+5
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-111-2/+2
* Update checksum to match latest ASF patchGuillaume Poirier2006-10-061-2/+2
* Mark all phony targets as such.Diego Biurrun2006-10-031-0/+3
* Merge identical targets.Diego Biurrun2006-10-021-2/+1
* Fix wrong ASF duration of generated filesBrian Brice2006-10-011-1/+1
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-151-3/+3
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-043-5/+5
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-242-4/+4
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and th...Michael Niedermayer2006-08-223-13/+13
* gxf regression testsBaptiste Coudurier2006-08-212-0/+8
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-184-92/+92
* simplification cosmeticsDiego Biurrun2006-08-171-2/+2
* Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun2006-08-171-6/+6
* update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier2006-08-111-2/+2
* update regression tests for patches r5945-r5950 based on patch by Francois Dr...Baptiste Coudurier2006-08-071-2/+2
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-071-2/+2
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-062-4/+4
* Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa2006-08-031-4/+4