- 01 Oct, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer used in motion pixels decoder. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e60619f9)
-
- 30 Sep, 2011 2 commits
-
-
Reinhard Tartler authored
This declares dependencies to skip tests using libavfilter when it is disabled. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 908f12f3 ) Conflicts: configure tests/Makefile tests/fate.mak Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 0218808d ) required to unbreak fate with --disable-avfilter Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 27 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Partially fixes bug 44. (cherry picked from commit 7574cacb ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 26 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
stereo & 16bit is untested due to lack of samples Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit 5166376f ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Sep, 2011 2 commits
-
-
Michael Niedermayer authored
stereo & 16bit is untested due to lack of samples Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d67e7492)
-
Michael Niedermayer authored
stereo & 16bit is untested due to lack of samples Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit 5166376f ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 20 Jun, 2011 1 commit
-
-
Ronald Bultje authored
Without, the predictor isn't actually used.
-
- 16 Jun, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 15 Jun, 2011 1 commit
-
-
Anton Khirnov authored
It's broken with multiple files or audio streams. This removes the default samplerate of 44100 for raw input, hence all the FATE changes.
-
- 14 Jun, 2011 1 commit
-
-
Michael Niedermayer authored
YUV planes were marked as uint16_t, but they contained signed data. Fixes issue 1108 and 675. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 11 Jun, 2011 1 commit
-
-
Etienne Buira authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jun, 2011 1 commit
-
-
Alexander Strange authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 27 May, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 May, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 May, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 May, 2011 2 commits
-
-
Ronald S. Bultje authored
The sample on rsync was corrupt, this one is now bitexact w.r.t. JM.
-
Ronald S. Bultje authored
-
- 20 May, 2011 3 commits
-
-
Mans Rullgard authored
This explicitly disables threading for encoding as slices are otherwise automatically activated. This should be dropped once option resetting between files is fully implemented. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This adds a comment field to the report header, suitable for extra information not covered by the automatic fields. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is useful e.g. for building in a different filesystem than where the source is kept. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 May, 2011 3 commits
-
-
Mans Rullgard authored
This function is essentially an alias for run_ffmpeg and is only used in one place. This patch removes the function and replaces the call with the equivalent (simpler) run_ffmpeg call. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The old regtest scripts pass -benchmark and collect the utime values. As these values are never used, this machinery can be removed. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These tests create reference files used for psnr calculation in the other codec tests. Treating them as (mostly) regular tests simplifies the makefile and makes them visible in the fate reports. The latter makes errors in these runs easier to identify. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 May, 2011 1 commit
-
-
Stefano Sabatini authored
Make the iff demuxer send the whole audio chunk to the decoder as a single packet, move stereo interleaving from the iff demuxer to the decoder, and introduce an 8svx_raw decoder which performs stereo interleaving. This is required for handling stereo data correctly, indeed samples are stored like: LLLLLL....RRRRRR that is all left samples are at the beginning of the chunk, all right samples at the end, so it is necessary to store and process the whole buffer in order to decode each frame. Thus the decoder needs all the audio chunk before it can return interleaved data. Fix decoding of files 8svx_exp.iff and 8svx_fib.iff, fix trac issue #169.
-
- 14 May, 2011 2 commits
-
-
Justin Ruggles authored
-
Ronald S. Bultje authored
Also remove code that overwrites the C versions of functions in sws_init_swScale_altivec(), so that it uses the C functions of files if no altivec-optimized version exists.
-
- 13 May, 2011 2 commits
-
-
Baptiste Coudurier authored
ipod shuffle doesn't support anything else. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 May, 2011 1 commit
-
-
Baptiste Coudurier authored
yuv range: full 1 / normal 2 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 11 May, 2011 7 commits
-
-
Ronald S. Bultje authored
Fix handling of input if not in native endianness, and add support for 9/10-bit output. This allows us to force endianness of YUV420P 9/10bit in the H264/10bit fate tests, which should fix them on big-endian systems.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The file does not decode correctly yet the checksums match this wrongly decoded file. Thus the checksums must be wrong. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
framecrc returns different values when one swiches endianness, this apparently has been missed by "the fork" who added the 10bit fate tests. Sorry for missing this during the merge. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes the warnings: tests/rotozoom.c:252: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result tests/rotozoom.c:254: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
-
Diego Biurrun authored
-