| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | lavc: make avpriv_flac_parse_streaminfo() private on the next bump | Anton Khirnov | 2014-11-06 | 1 | -2/+2 |
* | | Merge commit '7703995a2e8760e66ff35148bf029e0f9e30dbe6' | Michael Niedermayer | 2014-09-26 | 1 | -1/+0 |
|\| |
|
| * | flac: Remove unused headers | Tristan Matthews | 2014-09-26 | 1 | -2/+0 |
* | | avcodec/flacdec: fix handling of av_samples_fill_arrays() return value | Michael Niedermayer | 2014-08-10 | 1 | -1/+3 |
* | | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' | Michael Niedermayer | 2014-05-28 | 1 | -2/+2 |
|\| |
|
| * | flac: make avpriv_flac_parse_block_header() inline | Anton Khirnov | 2014-05-28 | 1 | -2/+2 |
* | | Fix skiping typos | Michael Niedermayer | 2014-04-27 | 1 | -2/+2 |
* | | avcodec/flacdec: check rice_order against blocksize | Michael Niedermayer | 2014-01-07 | 1 | -0/+6 |
* | | avcodec/flacdec: use get_unary() simplify code | Michael Niedermayer | 2013-10-30 | 1 | -6/+3 |
* | | avcodec/flacdec: make while get_bits loop more robust by checking bits left | Michael Niedermayer | 2013-10-30 | 1 | -1/+4 |
* | | avcodec/flacdec: also do crc check when er compliant is set | Michael Niedermayer | 2013-10-27 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c' | Michael Niedermayer | 2013-07-29 | 1 | -5/+5 |
|\| |
|
| * | flac: use meaningful return values | Luca Barbato | 2013-07-28 | 1 | -32/+32 |
| * | flacdec: drop unnecessary assert | Luca Barbato | 2013-05-16 | 1 | -5/+0 |
* | | lavc: copy AVCodecContext for threads | Paul B Mahol | 2013-06-13 | 1 | -1/+1 |
* | | flacdec: Fix used AVCodecContext | Michael Niedermayer | 2013-06-13 | 1 | -0/+1 |
* | | lavc: add ONLY_IF_THREADS_ENABLED where it is missing | Paul B Mahol | 2013-06-06 | 1 | -1/+1 |