- 10 Jan, 2012 10 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
Do not display garbage for invalid/unsupported bitfields values.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This is required as some section names may contain non-ASCII characters (e.g. '_').
-
Michael Niedermayer authored
This test does not work on all platforms and until it does it just hides new failures, which is really bad. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
anonymous authored
-
Michael Niedermayer authored
* qatar/master: fate: Add tests for more AAC features. aacps: Add missing newline in error message. fate: Add tests for vc1/wmapro in ism. aacdec: Add a fate test for 5.1 channel SBR. aacdec: Turn off PS for multichannel files that use PCE based configs. cabac: remove put_cabac_u/ueg from cabac-test. swscale: RGB4444 and BGR444 input FATE: add test for xWMA demuxer. FATE: add test for SMJPEG demuxer and associated IMA ADPCM audio decoder. mpegaudiodec: optimized iMDCT transform mpegaudiodec: change imdct window arrangment for better pointer alignment mpegaudiodec: move imdct and windowing function to mpegaudiodsp mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementations swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm. FATE: test to exercise WTV demuxer. mjpegdec: K&R formatting cosmetics swscale: K&R formatting cosmetics for code examples swscale: K&R reformatting cosmetics for header files FATE test: cvid-grayscale; ensures that the grayscale Cinepak variant is exercised. Conflicts: libavcodec/cabac.c libavcodec/mjpegdec.c libavcodec/mpegaudiodec.c libavcodec/mpegaudiodsp.c libavcodec/mpegaudiodsp.h libavcodec/mpegaudiodsp_template.c libavcodec/x86/Makefile libavcodec/x86/imdct36_sse.asm libavcodec/x86/mpegaudiodec_mmx.c libswscale/swscale-test.c libswscale/swscale.c libswscale/swscale_internal.h libswscale/x86/swscale_template.c tests/fate/demux.mak tests/fate/microsoft.mak tests/fate/video.mak tests/fate/wma.mak tests/ref/lavfi/pixfmts_scale Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jan, 2012 29 commits
-
-
Michael Niedermayer authored
* cus/stable: ffplay: Exit on ctrl-c. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This allows to get out of ffplay if it or SDL got stuck. This for example happens when the audio driver is playing something else and doesnt support mixing multiple sources. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Carl Eugen Hoyos authored
Fixes ticket #864 and ticket #897.
-
Clément Bœsch authored
-
Paul B Mahol authored
-
Gaurav Narula authored
al15_44 uses independent coupling. al18_44 uses PNS (perceptual noise substitution). am05_44 uses main prediction and independent coupling. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
Fixes al_sbr_cm_48_5.1.mp4.
-
Michael Niedermayer authored
Switch to a broader detection of versions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
The functions are not used in any part of Libav, therefore testing them in the cabac-test is unnecessary. Since this makes them unused, remove the functions.
-
Stefano Sabatini authored
Print a "\n" at the end of each section, also print the section name in the section print function, print the chapter name only in case the chapter contains multiple entries. Increase textual output readability - different sections can be distinguished more easily.
-
Stefano Sabatini authored
Clarify/generalize indent logic.
-
Reimar Döffinger authored
Using an always_inline function makes the memcpy length a constant, any reasonable compiler will replace it by a single mov instruction without us having to duplicate the actual code. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
This fixes reads of uninitialized data by the parser when running FATE sample h264-conformance/SL1_SVA_B.264. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Paul B Mahol authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Marton Balint authored
The new version returns AVERROR(EINVAL) is the specified paramters are invalid, and also creates the resampler if none was used so far. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This should finally fix the compilation issue on darwin Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Mike Melanson authored
(Does not attempt to decode percetual audio data inside.) Code coverage: libavformat/xwma.c: 3% -> 75% Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Michael Niedermayer authored
This reverts commit c4f237a9. This didnt fix compilation on darwin with current clang.
-
Mike Melanson authored
(Don't attempt to decode JPEG data.) Code coverage: libavformat/smjpeg.c: 0% -> 69% libavcodec/adpcm.c: 0% -> 10% (fresh run); 92.4% -> 93% following a FATE run Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Vitor Sessak authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Vitor Sessak authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Vitor Sessak authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Vitor Sessak authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
Also implement SSE2/AVX variants.
-
Michael Niedermayer authored
This fixes a tiny memleak. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
* qatar/master: bfi: Use bytestream2 functions to prevent buffer overreads. dpcm: Fix invalid writes utvideo: frame multithreading. vorbis: An additional defense in the Vorbis codec. vorbisdec: Fix decoding bug with channel handling Conflicts: libavcodec/dpcm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-