summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
Commit message (Expand)AuthorAge
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-05
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAXMartijn van Beurden2022-04-30
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* flac: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/flacdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/flacdec: Avoid undefined shift in error caseMichael Niedermayer2021-03-13
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-28
* avcodec/flacdec: use designated initializers for AVClassPaul B Mahol2020-08-28
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer2017-12-28
* avcodec/flacdec: avoid undefined shiftMichael Niedermayer2017-12-28
* Merge commit '0f5ad12ba2b538cb329c507ecc914e06bfa70194'James Almer2017-11-07
|\
| * flac: Use a local cache for decode_residual()Luca Barbato2017-07-09
* | Merge commit '15f1cc09a406cf6296818d475a256902235eefc4'James Almer2017-11-07
|\|
| * flac: Postpone unlikely condition checksLuca Barbato2017-07-09
| * flac: Convert to the new bitstream readerAlexandra Hájková2017-07-09
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-31
* | avcodec/flacdec: Return error code instead of 0 for failuresMichael Niedermayer2017-05-09
* | avcodec/flacdec: reduce limit for golomb so that the max value does not overflowMichael Niedermayer2017-02-21
* | avcodec/flac: Fix several integer overflowsMichael Niedermayer2017-02-19
* | avcodec/flacdec: Check for invalid vlcsMichael Niedermayer2017-02-04
* | avcodec/flacdec: Fix undefined shift in decode_subframe()Michael Niedermayer2016-12-04
* | avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer2016-12-03
* | avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()Michael Niedermayer2016-12-03
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/flacdec: Attempt to auto-detect old buggy flacMichael Niedermayer2015-05-17
* | lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-17
* | lavc/flacdec: Sanitize FLACSTREAMINFO usage.Carl Eugen Hoyos2015-05-17
* | avcodec/flacdec: fix off by 1 errorMichael Niedermayer2014-11-26
* | avcodec/flacdec: Call ff_flacdsp_init() unconditionallyMichael Niedermayer2014-11-26
* | x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer2014-11-13
* | Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48'Michael Niedermayer2014-11-06
|\|
| * lavc: make avpriv_flac_is_extradata_valid() private on the next bumpAnton Khirnov2014-11-06
* | Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14'Michael Niedermayer2014-11-06
|\|
| * lavc: make avpriv_flac_parse_streaminfo() private on the next bumpAnton Khirnov2014-11-06
* | Merge commit '7703995a2e8760e66ff35148bf029e0f9e30dbe6'Michael Niedermayer2014-09-26
|\|
| * flac: Remove unused headersTristan Matthews2014-09-26
* | avcodec/flacdec: fix handling of av_samples_fill_arrays() return valueMichael Niedermayer2014-08-10
* | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'Michael Niedermayer2014-05-28
|\|
| * flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-28
* | Fix skiping typosMichael Niedermayer2014-04-27