| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | flacdec: don't call allocate_buffers() in init_thread_copy() when s->max_bloc... | Paul B Mahol | 2013-06-06 | 1 | -1/+3 |
* | | flacdec: frame multi-threading support | Paul B Mahol | 2013-06-05 | 1 | -2/+13 |
* | | flacdec: use init_get_bits8() | Paul B Mahol | 2013-06-03 | 1 | -1/+2 |
* | | lavc/flacdec: Propagate and return meaningful error codes | James Almer | 2013-03-25 | 1 | -28/+29 |
* | | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | lavc/flacdec: Add frame CRC calculation | James Almer | 2013-03-02 | 1 | -1/+9 |
* | | Merge commit 'cb7b47a61dba0b9329ecede5dd3211dc0662dc05' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\| |
|
| * | flac: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
| * | flac: don't check the number of channels before setting the channel layout. | Tim Walker | 2013-02-06 | 1 | -1/+1 |