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