summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-106-5/+326
| | | | 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-101-2/+2
| | | | | | 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-101-1/+1
| | | | | | 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-101-1/+1
| | | | Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lfg: add missing includesMåns Rullgård2010-07-101-0/+2
| | | | Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pixdesc: add missing includesMåns Rullgård2010-07-101-0/+2
| | | | 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-091-0/+5
| | | | Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead target from .PHONY listMåns Rullgård2010-07-091-1/+1
| | | | Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete output files from successful testsMåns Rullgård2010-07-091-0/+2
| | | | 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-091-2/+2
| | | | Originally committed as revision 24149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: check fread() return valuesMåns Rullgård2010-07-091-3/+6
| | | | 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-091-1/+1
| | | | Originally committed as revision 24147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: use abs()Måns Rullgård2010-07-091-1/+1
| | | | Originally committed as revision 24146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIPR tests for "make fate2"Vitor Sessak2010-07-091-0/+20
| | | | Originally committed as revision 24145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Current Cygwin has mkstemp().Víctor Paesa2010-07-091-1/+1
| | | | Originally committed as revision 24144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiny_psnr: skip wav headers on input filesMåns Rullgård2010-07-0913-35/+52
| | | | | | | | | | 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-091-3/+13
| | | | 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-091-0/+8
| | | | 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-093-21/+29
| | | | | | 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-091-68/+68
| | | | | | 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-092-2/+2
| | | | Originally committed as revision 24138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow using libxvid RC without enabling encoding wrapperMåns Rullgård2010-07-092-37/+41
| | | | Originally committed as revision 24137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add oneoff test for twinvqMåns Rullgård2010-07-092-1/+9
| | | | Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add oneoff comparison methodMåns Rullgård2010-07-092-1/+11
| | | | | | | | 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-092-3/+8
| | | | | | | | | | 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-0991-131/+136
| | | | | | | | | 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-083-0/+6
| | | | Originally committed as revision 24131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Perform minor style fixes.Stefano Sabatini2010-07-081-19/+21
| | | | 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-081-0/+6
| | | | 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-081-1/+1
| | | | | | 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-083-3/+8
| | | | Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r24101.Stefano Sabatini2010-07-083-12/+12
| | | | 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-081-4/+6
| | | | 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-081-0/+19
| | | | | | 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-081-1/+2
| | | | | | 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-081-1/+1
| | | | Originally committed as revision 24122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify regtest reference makefile dependenciesMåns Rullgård2010-07-081-10/+7
| | | | Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move regression test dependencies to configureMåns Rullgård2010-07-082-82/+109
| | | | | | 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-081-3/+10
| | | | | | | 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-084-0/+16
| | | | Originally committed as revision 24118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: put rgb and yuv reference files in correct placeMåns Rullgård2010-07-084-16/+0
| | | | | | SVN design flaw requires deleting dirs in separate step Originally committed as revision 24117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix infinite loop with clock() returning (clock_t)-1.Michael Niedermayer2010-07-081-6/+6
| | | | Originally committed as revision 24116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun2010-07-081-6/+6
| | | | Originally committed as revision 24115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change i to unsigned in get_generic_seed().Michael Niedermayer2010-07-081-2/+2
| | | | | | | This is clearer than comparing against an unsigned number to force an unsigned comparison that we need. Originally committed as revision 24114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create the regtest reference files only when necessaryMåns Rullgård2010-07-081-2/+7
| | | | | | | This avoid recreating the ref files every time an individual test is run from the command line. Originally committed as revision 24113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up make rules for calling codec test scriptsMåns Rullgård2010-07-081-9/+13
| | | | Originally committed as revision 24112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beautify make messages when generating test data filesMåns Rullgård2010-07-081-6/+8
| | | | Originally committed as revision 24111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing doxy for function arguments.Ronald S. Bultje2010-07-081-0/+4
| | | | Originally committed as revision 24110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two doxy warnings.Ronald S. Bultje2010-07-081-1/+2
| | | | Originally committed as revision 24109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-083-4/+4
| | | | Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk