summaryrefslogtreecommitdiffstats
path: root/libavcodec/alsdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer2015-04-181-2/+2
* | alsdec: ensure channel reordering is reversibleAndreas Cadhalpun2015-04-181-1/+5
* | avcodec/alsdec: use av_malloc(z)_array()Paul B Mahol2015-04-141-31/+30
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-4/+4
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-4/+4
* | avcodec/alsdec: use init_get_bits8()Paul B Mahol2015-02-051-1/+2
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-6/+6
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-6/+6
* | avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory...Michael Niedermayer2014-06-081-1/+1
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-2/+7
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+7
* | avcodec/alsdec: check predictor order against block lengthMichael Niedermayer2014-02-161-1/+5
* | avcodec/alsdec: skip cases where the master channel equals the current channelMichael Niedermayer2013-12-291-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-111-0/+5
|\ \ | |/
| * alsdec: check block lengthReinhard Tartler2013-12-101-0/+5
* | Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer2013-10-281-0/+2
|\ \ | |/
| * lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-0/+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
* | Update my email address.Thilo Borgmann2013-08-131-2/+2
* | alsdec: minor simplification in read_block()Michael Niedermayer2013-07-241-2/+1
* | Merge commit 'ca488ad480360dfafcb5766f7bfbb567a0638979'Michael Niedermayer2013-07-241-64/+75
|\ \ | |/
| * alsdec: Clean up error pathsLuca Barbato2013-07-231-63/+75
* | Merge commit '70ecc175c7b513a153ac87d1c5d219556ca55070'Michael Niedermayer2013-07-241-6/+12
|\ \ | |/
| * alsdec: Fix the clipping rangeLuca Barbato2013-07-231-6/+12
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-4/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer2013-03-141-1/+2
|\ \ | |/
| * av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+2
* | 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-14/+9
|\ \ | |/
| * als: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-14/+9
* | alsdec/read_specific_config: check for init_get_bits failureMichael Niedermayer2013-01-281-1/+3
* | alsdec: Introduce failsafe switch to keep ALSSpecificConfig consistent to the...Thilo Borgmann2013-01-061-4/+5
* | alsdec: Consistently use a period at the end of error messages.Thilo Borgmann2013-01-061-14/+14
* | alsdec: change channel sorting so it match reference implementationPaul B Mahol2013-01-051-2/+5
* | Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol2013-01-041-1/+1
* | alsdec: improve warning message when invalid channel position is foundPaul B Mahol2012-12-231-1/+1
* | alsdec: cosmetics after previous commitPaul B Mahol2012-12-211-8/+8
* | alsdec: channel sortingPaul B Mahol2012-12-211-3/+13
* | alsdec: propagate error codes in read_block()Michael Niedermayer2012-12-131-4/+5
* | alsdec: make return checking for read_*_block_data() consistentMichael Niedermayer2012-12-131-1/+1
* | alsdec: Use AVERROR_INVALIDDATA in read_const_block_dataMichael Niedermayer2012-12-131-1/+1
* | alsdec: check block lengthMichael Niedermayer2012-12-121-2/+8
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | alsdec: fix clipping of weightings for MCC decodingThilo Borgmann2012-10-141-6/+6
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-131-3/+3
|\ \ | |/
OpenPOWER on IntegriCloud