Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-14proresdec: rename to avoid confusionMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-14prores: use C idct for fate as the SSE code is not matching the SSE* code ↵Michael Niedermayer
down at the bits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-14proresdec: set CODEC_CAP_DR1, it appears this was forgotten.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-12prores: change license to LGPL, merge some parts.Elvis Presley
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2011-09-22Apple ProRes decoderMaxim Poliakovski
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-22prores: skip alpha if presentJonne Ahner
2011-09-21prores: Add forgotten Copyright statementsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-21prores: Simplify code furtherMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-21prores: simplify 4444 handlingJonne Ahner
2011-09-21prores: fixes a few prores 4444 samplesJonne Ahner
2011-09-21prores: use shift instead of multiplyJonne Ahner
2011-09-20Use correct LOCAL_ALIGNED for stack variables instead of DECLARE_ALIGNED.Reimar Döffinger
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>
2011-09-20Remove unused variable.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2011-09-15ProRes DecoderElvis Presley
Signed-off-by: Elvis Presley <elvis@e.p>