summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/flacdec: Fix signed integre overflowMichael Niedermayer2023-05-061-1/+1
* libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCMMartijn van Beurden2022-12-261-22/+196
* avcodec/flac: smallest frame is 10 bytesPaul B Mahol2022-09-051-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.hAndreas Rheinhardt2022-09-021-0/+1
* avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid()Andreas Rheinhardt2022-09-021-2/+1
* avcodec/flacdec: Don't infer max_framesize unnecessarilyAndreas Rheinhardt2022-09-021-6/+0
* avcodec/flacdec: Shorten nameAndreas Rheinhardt2022-09-021-40/+40
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-051-3/+3
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAXMartijn van Beurden2022-04-301-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-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* flac: convert to new channel layout APIAnton Khirnov2022-03-151-5/+4
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec/flacdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/flacdec: Avoid undefined shift in error caseMichael Niedermayer2021-03-131-1/+1
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-281-1/+3
* avcodec/flacdec: use designated initializers for AVClassPaul B Mahol2020-08-281-4/+4
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-14/+0
* avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer2017-12-281-1/+1
* avcodec/flacdec: avoid undefined shiftMichael Niedermayer2017-12-281-1/+1
* Merge commit '0f5ad12ba2b538cb329c507ecc914e06bfa70194'James Almer2017-11-071-6/+9
|\
| * flac: Use a local cache for decode_residual()Luca Barbato2017-07-091-6/+9
* | Merge commit '15f1cc09a406cf6296818d475a256902235eefc4'James Almer2017-11-071-8/+9
|\ \ | |/
| * flac: Postpone unlikely condition checksLuca Barbato2017-07-091-8/+9
| * flac: Convert to the new bitstream readerAlexandra Hájková2017-07-091-29/+29
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* | avcodec/flacdec: Return error code instead of 0 for failuresMichael Niedermayer2017-05-091-2/+2
* | avcodec/flacdec: reduce limit for golomb so that the max value does not overflowMichael Niedermayer2017-02-211-1/+2
* | avcodec/flac: Fix several integer overflowsMichael Niedermayer2017-02-191-2/+2
* | avcodec/flacdec: Check for invalid vlcsMichael Niedermayer2017-02-041-1/+7
* | avcodec/flacdec: Fix undefined shift in decode_subframe()Michael Niedermayer2016-12-041-1/+1
* | avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer2016-12-031-2/+6
* | avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()Michael Niedermayer2016-12-031-1/+2
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/flacdec: Attempt to auto-detect old buggy flacMichael Niedermayer2015-05-171-0/+29
* | lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-171-1/+23
* | lavc/flacdec: Sanitize FLACSTREAMINFO usage.Carl Eugen Hoyos2015-05-171-37/+46
* | avcodec/flacdec: fix off by 1 errorMichael Niedermayer2014-11-261-1/+1
* | avcodec/flacdec: Call ff_flacdsp_init() unconditionallyMichael Niedermayer2014-11-261-1/+1
* | x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer2014-11-131-3/+3
* | Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48'Michael Niedermayer2014-11-061-1/+1
|\ \ | |/
| * lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov2014-11-061-1/+1