summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec.c
Commit message (Collapse)AuthorAge
* proresdec: rename to avoid confusionMichael Niedermayer2011-10-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* prores: use C idct for fate as the SSE code is not matching the SSE* code ↵Michael Niedermayer2011-10-14
| | | | | | down at the bits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* proresdec: set CODEC_CAP_DR1, it appears this was forgotten.Michael Niedermayer2011-10-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* prores: change license to LGPL, merge some parts.Elvis Presley2011-10-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Add LATM demuxer avplay: flush audio decoder with empty packets at EOF if the decoder has CODEC_CAP_DELAY set. 8svx/iff: fix decoding of compressed stereo 8svx files. 8svx: log an error message if output buffer is too small 8svx: check packet size before reading the initial sample value. 8svx: output 8-bit samples instead of 16-bit. 8svx: split delta decoding into a separate function. mp4: Don't read an empty Decoder Config Descriptor fate.sh: Ignore errors from rm command during cleanup. fate.sh: Run git-pull in quiet mode to avoid console spam. Apple ProRes decoder rtmp: Make the input FLV parser handle data cut at any point rv34: Check for invalid slices offsets eval: test isnan(sqrt(-1)) instead of just sqrt(-1) Conflicts: Changelog libavcodec/8svx.c libavcodec/proresdec.c libavcodec/version.h libavformat/iff.c libavformat/version.h tests/ref/fate/eval Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Apple ProRes decoderMaxim Poliakovski2011-09-22
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* prores: skip alpha if presentJonne Ahner2011-09-22
|
* prores: Add forgotten Copyright statementsMichael Niedermayer2011-09-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* prores: Simplify code furtherMichael Niedermayer2011-09-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* prores: simplify 4444 handlingJonne Ahner2011-09-20
|
* prores: fixes a few prores 4444 samplesJonne Ahner2011-09-20
|
* prores: use shift instead of multiplyJonne Ahner2011-09-20
|
* Use correct LOCAL_ALIGNED for stack variables instead of DECLARE_ALIGNED.Reimar Döffinger2011-09-20
| | | | | | | LOCAL_ALIGNED should work for all compilers/systems whereas DECLARE_ALIGNED does not work on some (do not remember which though). Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Remove unused variable.Reimar Döffinger2011-09-20
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* ProRes DecoderElvis Presley2011-09-15
Signed-off-by: Elvis Presley <elvis@e.p>