summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/alac: don't fail if channels aren't set during init() when extradata ...James Almer2022-07-301-3/+5
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* alac: convert to new channel layout APIAnton Khirnov2022-03-151-10/+6
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec/alac: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec/alac: Check decorr_shift to avoid invalid shiftMichael Niedermayer2020-07-241-0/+3
* avcodec/alac: remove FF_ALLOC_OR_GOTO and gotos labelLimin Wang2020-06-131-8/+7
* avcodec/alac: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-131-1/+1
* avcodec/alac: Fix integer overflow with 24/20bps samplesMichael Niedermayer2020-05-111-2/+2
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-10/+0
* avcodec/alac: Fix integer overflow in LPC coefficient adaptionMichael Niedermayer2020-01-111-1/+1
* avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer2019-12-011-1/+1
* avcodec/alac: Fix integer overflow in LPCMichael Niedermayer2019-10-201-1/+1
* avcodec/alac: Fix invalid shifts in 20/24 bpsMichael Niedermayer2019-09-241-2/+2
* avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction()Michael Niedermayer2019-09-241-1/+1
* avcodec/alac: Check for bps of 0Michael Niedermayer2019-08-261-1/+3
* avcodec/alac: Fix multiple integer overflows in lpc_prediction()Michael Niedermayer2019-08-231-4/+4
* avcodec/alac: Check lpc_quantMichael Niedermayer2019-07-081-1/+1
* lavc/alac: Make a variable unsigned.Carl Eugen Hoyos2019-04-191-1/+1
* avcodec/alac: Avoid unspecific error codes and forward error codesMichael Niedermayer2019-01-011-5/+5
* lavc/alac: Avoid allocating huge memory blocks for malicious alac input.Carl Eugen Hoyos2017-11-041-1/+1
* Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-311-4/+4
|\
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-4/+4
* | Merge commit '796dca027be09334d7bbf4f2ac1200e06bb054cb'Clément Bœsch2017-03-191-1/+1
|\ \ | |/
| * alac: do not return success if nothing was decodedAnton Khirnov2016-08-181-0/+4
* | lavc/alac: Export samplerate.Carl Eugen Hoyos2017-01-311-1/+3
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-14/+14
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-14/+14
* | avcodec/alac: fix 20-bit supportPaul B Mahol2016-05-051-0/+7
* | 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