aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* x86/alacdsp: add simd optimized functionsJames Almer2015-10-061-2/+2
* avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdspJames Almer2015-10-041-40/+21
* avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* avcodec/alac: remove dead code cruftHendrik Leppkes2015-09-061-37/+3
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/alac: Clear pointers in allocate_buffers()Michael Niedermayer2015-07-131-0/+6
* | Merge commit '243e8443cd9e83c887e3f5edf09a169e7783d14e'Michael Niedermayer2015-05-101-1/+2
|\|
| * alac: Reject rice_limit 0 if compression is usedAndreas Cadhalpun2015-05-081-0/+6
* | alac: reject rice_limit 0 if compression is usedAndreas Cadhalpun2015-04-241-0/+5
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | alac: add option to decoded incorrect ALACChristophe Gisquet2014-08-181-1/+24
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-3/+6
|\|
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-3/+6
* | avcodec/alac: warn if not all channels where decodedMichael Niedermayer2014-01-111-0/+2
* | avcodec/alac: only set *got_frame_ptr when all channels have been decodedMichael Niedermayer2014-01-111-1/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '59480abce7e4238e22b3a4a904a9fe6abf4e4188'Michael Niedermayer2013-09-291-0/+3
|\|
| * alac: Do bounds checking of lpc_order read from the bitstreamMartin Storsjö2013-09-291-0/+3
* | Merge commit '35cbc98b720db95b923cb2d745f77bb2ee4363dc'Michael Niedermayer2013-09-041-3/+2
|\|
| * alac: Check that the channels fit at the given offsetMartin Storsjö2013-09-031-1/+2
* | Merge commit 'f7c5883126f9440547933eefcf000aa78af4821c'Michael Niedermayer2013-09-041-6/+3
|\|
| * alac: Limit max_samples_per_frameMartin Storsjö2013-09-031-1/+2
* | lavc: copy AVCodecContext for threadsPaul B Mahol2013-06-131-0/+1
* | lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol2013-06-061-1/+1
* | alac: frame multi-threading supportPaul B Mahol2013-06-051-2/+11
* | alac: use init_get_bits8()Paul B Mahol2013-05-291-1/+2
* | alac: Fix order of values in commentchinshou2013-03-191-2/+2
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-2/+1
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | 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