summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add RealAudio COOK fate2 testVitor Sessak2010-07-10
| | | | Originally committed as revision 24168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fate2 test for RA288Vitor Sessak2010-07-10
| | | | Originally committed as revision 24167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: some AAC tests need FUZZ=2 on ARMMåns Rullgård2010-07-10
| | | | Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: avisynth does not need w32api >= 3.13Ramiro Polla2010-07-10
| | | | Originally committed as revision 24165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: ensure file sizes match in oneoff testsMåns Rullgård2010-07-10
| | | | Originally committed as revision 24164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC fate2 tests.Alex Converse2010-07-10
| | | | Originally committed as revision 24163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faq: remove note that says avisynth "has just been added". it has been thereRamiro Polla2010-07-10
| | | | | | for almost 4 years. Originally committed as revision 24162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov2010-07-10
| | | | | | As a side effect it will also decode a lot of P-frames from those. Originally committed as revision 24161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix VP5/6 neon dependenciesAurelien Jacobs2010-07-10
| | | | Originally committed as revision 24160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a leak in the AAC encoderMartin Storsjö2010-07-10
| | | | Originally committed as revision 24159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-10
| | | | Originally committed as revision 24158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change qmax/qmin limits to 63 instead of 51.Jason Garrett-Glaser2010-07-10
| | | | | | VP8 supports quantizers up to 63. Originally committed as revision 24157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: properly check for mingw-w64 through installed headers.Ramiro Polla2010-07-10
| | | | | | mingw-w64 can also target 32-bit code. Originally committed as revision 24156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård2010-07-10
| | | | Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lfg: add missing includesMåns Rullgård2010-07-10
| | | | Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pixdesc: add missing includesMåns Rullgård2010-07-10
| | | | Originally committed as revision 24153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: fail with a sensible error message if reference file is missingMåns Rullgård2010-07-09
| | | | Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead target from .PHONY listMåns Rullgård2010-07-09
| | | | Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete output files from successful testsMåns Rullgård2010-07-09
| | | | Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: change error exit code from -1 to 1Måns Rullgård2010-07-09
| | | | Originally committed as revision 24149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: check fread() return valuesMåns Rullgård2010-07-09
| | | | Originally committed as revision 24148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: exit with error immediately if test command failsMåns Rullgård2010-07-09
| | | | Originally committed as revision 24147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: use abs()Måns Rullgård2010-07-09
| | | | Originally committed as revision 24146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIPR tests for "make fate2"Vitor Sessak2010-07-09
| | | | Originally committed as revision 24145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Current Cygwin has mkstemp().Víctor Paesa2010-07-09
| | | | Originally committed as revision 24144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: skip wav headers on input filesMåns Rullgård2010-07-09
| | | | | | | | | | The byte count printed excludes the header, and offsets are applied after the the headers are skipped. Reference files updated to reflect new output. Some stddev/psnr values have changed slightly due to headers no longer being compared. Originally committed as revision 24143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resample: replace VLA with malloc/freeMåns Rullgård2010-07-09
| | | | Originally committed as revision 24142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resample: check memory allocations in av_resample_init()Måns Rullgård2010-07-09
| | | | Originally committed as revision 24141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-09
| | | | | | patch by Micheal Chinen < mchinen gmail > Originally committed as revision 24140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename get_length to ff_get_v_length and put_v to ff_put_vMichael Chinen2010-07-09
| | | | | | patch by Michael Chinen < mchinen gmail > Originally committed as revision 24139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libxvid: add some const fixing a warningMåns Rullgård2010-07-09
| | | | Originally committed as revision 24138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow using libxvid RC without enabling encoding wrapperMåns Rullgård2010-07-09
| | | | Originally committed as revision 24137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add oneoff test for twinvqMåns Rullgård2010-07-09
| | | | Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add oneoff comparison methodMåns Rullgård2010-07-09
| | | | | | | | This adds the 'oneoff' comparison method. It compares two s16le pcm files with a max difference <= the fuzz factor treated as success. Default fuzz is 1. On failure, the full tiny_psnr output is printed. Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: pass additional variables to test scriptMåns Rullgård2010-07-09
| | | | | | | | | | This passes the following additional variables to the test script: - CMP method to use comparing output with reference, default 'diff' - REF reference file, default 'tests/ref/fate/${test}' - FUZZ maximum fuzz factor in comparison, meaning depends on CMP Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: print max absolute difference between filesVitor Sessak2010-07-09
| | | | | | | | | Regression test reference updates are due to the extra output from tiny_psnr. Patch by Vitor Sessak Originally committed as revision 24132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add back previously removed non-existing function params in doxygen comments.Diego Biurrun2010-07-08
| | | | Originally committed as revision 24131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Perform minor style fixes.Stefano Sabatini2010-07-08
| | | | Originally committed as revision 24130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after the recent avfilter.h and pixdesc.h changes.Stefano Sabatini2010-07-08
| | | | Originally committed as revision 24129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini2010-07-08
| | | | | | rename, done in r24101. Originally committed as revision 24128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change names of regtest output files to closer match the reference filesMåns Rullgård2010-07-08
| | | | Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r24101.Stefano Sabatini2010-07-08
| | | | Originally committed as revision 24126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier2010-07-08
| | | | Originally committed as revision 24125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier2010-07-08
| | | | | | Based on a patch by Daniel Kristjansson, danielk at cuymedia dot net Originally committed as revision 24124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix pcm test depsMåns Rullgård2010-07-08
| | | | | | 10l to me for using non-standard shell syntax Originally committed as revision 24123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not generate documentation for .d files; they do not contain source code.Diego Biurrun2010-07-08
| | | | Originally committed as revision 24122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify regtest reference makefile dependenciesMåns Rullgård2010-07-08
| | | | Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move regression test dependencies to configureMåns Rullgård2010-07-08
| | | | | | This allows expressing complex dependencies more easily. Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add print_enabled() functionMåns Rullgård2010-07-08
| | | | | | | The print_enabled() function prints all elements in a list which are enabled. Originally committed as revision 24119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: put rgb and yuv reference files in correct placeMåns Rullgård2010-07-08
| | | | Originally committed as revision 24118 to svn://svn.ffmpeg.org/ffmpeg/trunk