summaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer2013-02-131-15/+11
|\
| * alac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+8
* | Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer2012-12-231-4/+3
|\ \ | |/
| * alacdec: do not be too strict about the extradata sizeJustin Ruggles2012-12-221-4/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-061-41/+7
|\ \ | |/
| * alacenc: add support for multi-channel encodingJustin Ruggles2012-12-051-40/+6
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | alac: check channel count more completely, fix out of array readMichael Niedermayer2012-11-131-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | alac: fix bps checkMichael Niedermayer2012-11-101-1/+1
* | alac: Check channel indexes more completely, fix out of array accesses.Michael Niedermayer2012-11-101-1/+3
* | alac: fix integer overflow leading to subsequent out of array accesses.Michael Niedermayer2012-11-101-1/+5
* | alac: fix nb_samples < order caseMichael Niedermayer2012-11-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-221-0/+1
|\ \ | |/
| * alacdec: set bits_per_raw_sampleJustin Ruggles2012-10-211-0/+1
* | lavc: add missing new line to some messagesPiotr Bandurski2012-09-011-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | alac: remove redundant "alac: " from log messagesPaul B Mahol2012-08-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-17/+23
|\ \ | |/
| * alac: check for truncated packetsJustin Ruggles2012-07-271-4/+11
| * alac: reverse lpc coeff order, simplify filterJustin Ruggles2012-07-271-13/+12
* | alacdec: fix packed sample output with 5.1Michael Niedermayer2012-07-211-3/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-4/+4
|\ \ | |/
| * alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles2012-07-191-4/+4
* | alac: drop packed sample output support with the next major bumpMichael Niedermayer2012-07-201-1/+1
* | alacdec: several players have problems with planar audio still thus temporary...Michael Niedermayer2012-07-201-5/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-191-383/+305
|\ \ | |/
| * alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles2012-07-191-31/+18
| * alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles2012-07-191-2/+2
| * alac: change some data types to plain intJustin Ruggles2012-07-191-5/+5
| * alac: cosmetics: rename some variables and function namesJustin Ruggles2012-07-191-93/+77
| * alac: multi-channel decoding supportAndrew D'Addesio2012-07-191-18/+43
| * alac: split element parsing into a separate functionJustin Ruggles2012-07-191-40/+81
| * alac: support a read sample size of up to 32Justin Ruggles2012-07-191-10/+11
| * alac: output in planar sample formatJustin Ruggles2012-07-191-27/+19
| * alac: add 32-bit decoding supportJustin Ruggles2012-07-191-1/+14
| * alac: simplify channel interleavingAndrew D'Addesio2012-07-191-43/+14
| * alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles2012-07-191-6/+5
| * alac: fix check for valid max_samples_per_frameJustin Ruggles2012-07-191-3/+3
| * alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles2012-07-191-1/+1
| * alac: move the current samples per frame to the ALACContextJustin Ruggles2012-07-191-23/+22
| * alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles2012-07-191-4/+3
| * alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles2012-07-191-5/+3
| * alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles2012-07-191-3/+4
| * alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles2012-07-191-8/+6
| * alac: simplify lpc coefficient adaptationJustin Ruggles2012-07-191-31/+10
| * alac: reduce the number of local variables needed in lpc predictionJustin Ruggles2012-07-191-12/+12
OpenPOWER on IntegriCloud