| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM | Martijn van Beurden | 2022-12-26 | 1 | -22/+196 |
* | avcodec/flac: smallest frame is 10 bytes | Paul B Mahol | 2022-09-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.h | Andreas Rheinhardt | 2022-09-02 | 1 | -0/+1 |
* | avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid() | Andreas Rheinhardt | 2022-09-02 | 1 | -2/+1 |
* | avcodec/flacdec: Don't infer max_framesize unnecessarily | Andreas Rheinhardt | 2022-09-02 | 1 | -6/+0 |
* | avcodec/flacdec: Shorten name | Andreas Rheinhardt | 2022-09-02 | 1 | -40/+40 |
* | avcodec/flacdsp: Remove unused function parameter | Andreas Rheinhardt | 2022-08-05 | 1 | -3/+3 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAX | Martijn van Beurden | 2022-04-30 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | flac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -5/+4 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+1 |
* | avcodec/flacdec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/flacdec: Avoid undefined shift in error case | Michael Niedermayer | 2021-03-13 | 1 | -1/+1 |
* | avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders | Michael Niedermayer | 2020-11-28 | 1 | -1/+3 |
* | avcodec/flacdec: use designated initializers for AVClass | Paul B Mahol | 2020-08-28 | 1 | -4/+4 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -14/+0 |
* | avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() | Michael Niedermayer | 2017-12-28 | 1 | -1/+1 |
* | avcodec/flacdec: avoid undefined shift | Michael Niedermayer | 2017-12-28 | 1 | -1/+1 |
* | Merge commit '0f5ad12ba2b538cb329c507ecc914e06bfa70194' | James Almer | 2017-11-07 | 1 | -6/+9 |
|\ |
|
| * | flac: Use a local cache for decode_residual() | Luca Barbato | 2017-07-09 | 1 | -6/+9 |
* | | Merge commit '15f1cc09a406cf6296818d475a256902235eefc4' | James Almer | 2017-11-07 | 1 | -8/+9 |
|\| |
|
| * | flac: Postpone unlikely condition checks | Luca Barbato | 2017-07-09 | 1 | -8/+9 |
| * | flac: Convert to the new bitstream reader | Alexandra Hájková | 2017-07-09 | 1 | -29/+29 |
| * | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+1 |
* | | avcodec/flacdec: Return error code instead of 0 for failures | Michael Niedermayer | 2017-05-09 | 1 | -2/+2 |
* | | avcodec/flacdec: reduce limit for golomb so that the max value does not overflow | Michael Niedermayer | 2017-02-21 | 1 | -1/+2 |
* | | avcodec/flac: Fix several integer overflows | Michael Niedermayer | 2017-02-19 | 1 | -2/+2 |
* | | avcodec/flacdec: Check for invalid vlcs | Michael Niedermayer | 2017-02-04 | 1 | -1/+7 |
* | | avcodec/flacdec: Fix undefined shift in decode_subframe() | Michael Niedermayer | 2016-12-04 | 1 | -1/+1 |
* | | avcodec/flac: forward errors from ff_flac_parse_streaminfo() | Michael Niedermayer | 2016-12-03 | 1 | -2/+6 |
* | | avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed() | Michael Niedermayer | 2016-12-03 | 1 | -1/+2 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/flacdec: Attempt to auto-detect old buggy flac | Michael Niedermayer | 2015-05-17 | 1 | -0/+29 |
* | | lavc/flac: Fix encoding and decoding with high lpc. | Carl Eugen Hoyos | 2015-05-17 | 1 | -1/+23 |
* | | lavc/flacdec: Sanitize FLACSTREAMINFO usage. | Carl Eugen Hoyos | 2015-05-17 | 1 | -37/+46 |
* | | avcodec/flacdec: fix off by 1 error | Michael Niedermayer | 2014-11-26 | 1 | -1/+1 |
* | | avcodec/flacdec: Call ff_flacdsp_init() unconditionally | Michael Niedermayer | 2014-11-26 | 1 | -1/+1 |
* | | x86/flacdsp: add SSE2 and AVX decorrelate functions | James Almer | 2014-11-13 | 1 | -3/+3 |
* | | Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48' | Michael Niedermayer | 2014-11-06 | 1 | -1/+1 |
|\| |
|
| * | lavc: make avpriv_flac_is_extradata_valid() private on the next bump | Anton Khirnov | 2014-11-06 | 1 | -1/+1 |
* | | Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14' | Michael Niedermayer | 2014-11-06 | 1 | -2/+2 |
|\| |
|