summaryrefslogtreecommitdiff
path: root/tests/ref/fate/adpcm-ima-smjpeg
Commit message (Collapse)AuthorAgeFilesLines
* adpcm: improve smjpeg decodingPaul B Mahol2012-11-071-348/+348
| | | | | | Previous version had significant artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* ffmpeg: use av_rescale_delta() on the audio filter inputMichael Niedermayer2012-10-271-333/+333
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: add support for audio filters.Anton Khirnov2012-05-171-8/+8
| | | | | | | | | | | | | | | | | Some of the FATE changes are due to off-by-one different rounding being used (lrintf vs av_rescale_q). Some fate changes are due to 1 audio frame less being encoded (the new variant seems matching what qatar does and according to ffprobe its closer to the requested duration) the mapchan feature sadly is lost in this commit because it depends on resampling being done in ffmpeg.c which is now moved completely into the av filter layer -async is broken after this commit, this will be fixed in subsequent commits the new filter reconfiguration system is flawed and will drop a frame on each parameter change which is why the nelly moser checksums need updating. Conflicts: ffmpeg.c tests/ref/fate/smjpeg
* fate: add adpcm-ima-smjpeg testMans Rullgard2012-05-141-0/+351
Signed-off-by: Mans Rullgard <mans@mansr.com>