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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-13Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer
2013-02-12alac: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-23Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer
2012-12-22alacdec: do not be too strict about the extradata sizeJustin Ruggles
2012-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-14alac: check channel count more completely, fix out of array readMichael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-11alac: fix bps checkMichael Niedermayer
2012-11-10alac: Check channel indexes more completely, fix out of array accesses.Michael Niedermayer
2012-11-10alac: fix integer overflow leading to subsequent out of array accesses.Michael Niedermayer
2012-11-10alac: fix nb_samples < order caseMichael Niedermayer
2012-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-22alacdec: set bits_per_raw_sampleJustin Ruggles
2012-09-01lavc: add missing new line to some messagesPiotr Bandurski
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-02alac: remove redundant "alac: " from log messagesPaul B Mahol
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27alac: check for truncated packetsJustin Ruggles
2012-07-27alac: reverse lpc coeff order, simplify filterJustin Ruggles
2012-07-21alacdec: fix packed sample output with 5.1Michael Niedermayer
2012-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20alac: drop packed sample output support with the next major bumpMichael Niedermayer
2012-07-20alacdec: several players have problems with planar audio still thus temporary...Michael Niedermayer
2012-07-20alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles
2012-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-19alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles
2012-07-19alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles
2012-07-19alac: change some data types to plain intJustin Ruggles
2012-07-19alac: cosmetics: rename some variables and function namesJustin Ruggles
2012-07-19alac: multi-channel decoding supportAndrew D'Addesio
2012-07-19alac: split element parsing into a separate functionJustin Ruggles
2012-07-19alac: support a read sample size of up to 32Justin Ruggles
2012-07-19alac: output in planar sample formatJustin Ruggles
2012-07-19alac: add 32-bit decoding supportJustin Ruggles
2012-07-19alac: simplify channel interleavingAndrew D'Addesio
2012-07-19alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles
2012-07-19alac: fix check for valid max_samples_per_frameJustin Ruggles
2012-07-19alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles
2012-07-19alac: move the current samples per frame to the ALACContextJustin Ruggles
2012-07-19alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles
2012-07-19alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles
2012-07-19alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles
2012-07-19alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles
2012-07-19alac: simplify lpc coefficient adaptationJustin Ruggles
2012-07-19alac: reduce the number of local variables needed in lpc predictionJustin Ruggles