summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* mpegts: replace some magic numbers with the existing defineVladimir Pantelic2011-12-16
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* swscale: add unscaled packed 16 bit per component endianess conversionJanne Grunau2011-12-16
|
* movenc: Rudimentary IODs support.Alex Converse2011-12-15
|
* v410enc: fix output buffer size checkMans Rullgard2011-12-15
| | | | | | The encoder clearly needs width * height * 4 bytes. Signed-off-by: Mans Rullgard <mans@mansr.com>
* v410enc: include correct headersMans Rullgard2011-12-15
| | | | | | | This file does not use anything from put_bits.h but needs intreadwrite.h. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: add -pix_fmt rgb48le to r210 testJanne Grunau2011-12-15
| | | | Fixes checksum on big endian systems.
* flvenc: Support muxing 16 kHz nellymoserMartin Storsjö2011-12-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* configure: refactor list of programs into a variableDiego Biurrun2011-12-15
|
* fate: add r210 decoder testAneesh Dogra2011-12-15
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* fate: split off Indeo FATE tests into their own fileDiego Biurrun2011-12-15
|
* fate: split off ATRAC FATE tests into their own fileDiego Biurrun2011-12-15
|
* fate: Add FATE tests for v410 encoder and decoderDerek Buitenhuis2011-12-15
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* ARM: fix external symbol refs in rv40 asmMans Rullgard2011-12-15
| | | | | | | External symbol references need prefixes on some systems. This should fix build errors on Darwin. Signed-off-by: Mans Rullgard <mans@mansr.com>
* westwood: Make sure audio header info is present when parsing audio packetsShitiz Garg2011-12-15
| | | | | | | | | | Audio header information might get scrambled and would not parse, yet wsqva_read_packet would try to parse audio packets causing segfaults such as floating point exception. Fixes bugzilla #141. Signed-off-by: Martin Storsjö <martin@martin.st>
* libgsm: Reset the MS mode of GSM in the flush functionMartin Storsjö2011-12-15
| | | | | | | | | | The mode is set in libgsm_decode_init, but the decoder object is simply destroyed and recreated in the flush function - therefore the mode has to be set again. This fixes playback using the libgsm_ms decoder in avplay. Signed-off-by: Martin Storsjö <martin@martin.st>
* libgsm: Set options on the right objectMartin Storsjö2011-12-15
| | | | | | | This fixes regressions in decoding using the libgsm_ms decoder, broken since 0eea21294354. Signed-off-by: Martin Storsjö <martin@martin.st>
* ARM: dca: disable optimised decode_blockcodes() for old gccMans Rullgard2011-12-15
| | | | | | | Old gcc versions have trouble compiling this function, and no simple, targeted test is possible. Signed-off-by: Mans Rullgard <mans@mansr.com>
* applehttp: Properly clean up if unable to probe a segmentMartin Storsjö2011-12-14
| | | | | | | | | This avoids a segfault if the probe function wasn't able to determine the format. The bug was found by Panagiotis H.M. Issaris. Signed-off-by: Martin Storsjö <martin@martin.st>
* applehttp: Avoid reading uninitialized memoryMartin Storsjö2011-12-14
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: Replace misleading "aac" in the name of an ADTS test with "adts".Diego Biurrun2011-12-14
|
* fate: Drop pointless "-an" from pictor test command.Diego Biurrun2011-12-14
|
* fate: split off image codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off WMA codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off lossless video and audio FATE tests into their own filesDiego Biurrun2011-12-14
|
* fate: split off qtrle codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off Ut Video codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off screen codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off Real Inc. codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* fate: split off AC-3 codec FATE tests into their own fileDiego Biurrun2011-12-14
|
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-14
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* rv40: NEON optimised loop filter strength selectionMans Rullgard2011-12-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* rv40: rearrange loop filter functionsMans Rullgard2011-12-14
| | | | | | | This splits the loop filter functions into smaller, more SIMD-friendly functions. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: cosmetics: sort some lists where appropriateDiego Biurrun2011-12-14
|
* swscale_mmx: drop no longer required parameters from VSCALEX macrosDiego Biurrun2011-12-14
|
* swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun2011-12-14
|
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-14
|
* v410 encoder and decoderDerek Buitenhuis2011-12-13
| | | | | | | | v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc: make developer.texi point to correct fate docDerek Buitenhuis2011-12-13
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* build: rename subdir.mak ---> library.makDiego Biurrun2011-12-13
|
* configure: do not manually enable protocolsDiego Biurrun2011-12-13
| | | | | Protocols are handled just like all other components groups such as muxers and are automatically enabled.
* ulti: Fix invalid readsGaurav Narula2011-12-13
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-13
| | | | Fix the iformat/oformat typo.
* yadif: support 10bit YUVLuca Barbato2011-12-13
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato2011-12-13
| | | | | | | | | This patch is a generalization of what Michael Niedermayer fixed in a single case. The wmv8-drm fate test had been updated accordingly. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
| | | | | | Simplify a little error resilience calls Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
| | | | | | Add the namespace to {AC_,DC_,MV_}{END,ERROR} macros Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* rv34: NEON optimised 4x4 dequantMans Rullgard2011-12-13
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* rv34: move 4x4 dequant to RV34DSPContextMans Rullgard2011-12-13
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* aacdec: Use intfloat.h rather than local punning union.Alex Converse2011-12-12
|