| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec/als: fix address sanitization error in decoder | Umair Khan | 2017-11-16 | 1 | -1/+1 |
* | libavcodec/als: remove check for predictor order of a block | Umair Khan | 2017-11-16 | 1 | -5/+0 |
* | avcodec/alsdec: fix some undefined shifts | Paul B Mahol | 2017-07-04 | 1 | -2/+2 |
* | avcodec/alsdec: remove unused header | Paul B Mahol | 2017-07-04 | 1 | -1/+0 |
* | avcodec/alsdec: call correct function for multi-channel coding | Paul B Mahol | 2017-07-02 | 1 | -1/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+2 |
* | lavc/alsdec: use get_bitsz() to simplify reading of the mantissa | Thilo Borgmann | 2016-09-09 | 1 | -1/+1 |
* | avcodec/alsdec: Fix reading 0 mantisse bits | Michael Niedermayer | 2016-09-08 | 1 | -1/+1 |
* | avcodec/alsdec: Fix raw_mantissa memleak | Michael Niedermayer | 2016-09-08 | 1 | -2/+8 |
* | avcodec/alsdec: Fix mlz memleak | Michael Niedermayer | 2016-09-08 | 1 | -2/+5 |
* | avcodec/alsdec: Remove unused variable | Michael Niedermayer | 2016-08-22 | 1 | -1/+0 |
* | avcodec/alsdec: Implement floating point sample data decoding | Umair Khan | 2016-08-22 | 1 | -2/+282 |
* | avcodec/alsdec: Check r to prevent out of array read | Michael Niedermayer | 2016-06-07 | 1 | -0/+5 |
* | avcodec/alsdec: Fix bitstream reading | Umair Khan | 2016-04-27 | 1 | -3/+4 |
* | avcodec/alsdec: fix max bits in ltp prefix code | Umair Khan | 2016-03-12 | 1 | -1/+1 |
* | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2016-03-09 | 1 | -2/+2 |
* | avcodec/alsdec: treat quant_cof as a signed value | Umair Khan | 2016-03-06 | 1 | -1/+1 |
* | 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 |
| * | alsdec: only adapt order for positive max_order | Andreas Cadhalpun | 2015-05-05 | 1 | -1/+1 |
| * | alsdec: check sample pointer range in revert_channel_correlation | Andreas Cadhalpun | 2015-05-05 | 1 | -3/+23 |
| * | alsdec: limit avctx->bits_per_raw_sample to 32 | Andreas Cadhalpun | 2015-05-05 | 1 | -0/+6 |
* | | avcodec/alsdec: Check for overread | Michael Niedermayer | 2015-06-04 | 1 | -0/+5 |
* | | alsdec: only adapt order for positive max_order | Andreas Cadhalpun | 2015-04-23 | 1 | -1/+1 |
* | | alsdec: check sample pointer range in revert_channel_correlation | Andreas Cadhalpun | 2015-04-22 | 1 | -7/+27 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -18/+18 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -18/+18 |
* | | alsdec: validate time diff index | Andreas Cadhalpun | 2015-04-19 | 1 | -0/+8 |
* | | alsdec: limit avctx->bits_per_raw_sample to 32 | Andreas Cadhalpun | 2015-04-18 | 1 | -0/+6 |
* | | avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev... | Michael Niedermayer | 2015-04-18 | 1 | -2/+2 |
* | | alsdec: ensure channel reordering is reversible | Andreas Cadhalpun | 2015-04-18 | 1 | -1/+5 |
* | | avcodec/alsdec: use av_malloc(z)_array() | Paul B Mahol | 2015-04-14 | 1 | -31/+30 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -4/+4 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -4/+4 |
* | | avcodec/alsdec: use init_get_bits8() | Paul B Mahol | 2015-02-05 | 1 | -1/+2 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -6/+6 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -6/+6 |
* | | avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory... | Michael Niedermayer | 2014-06-08 | 1 | -1/+1 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -2/+7 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -2/+7 |
* | | avcodec/alsdec: check predictor order against block length | Michael Niedermayer | 2014-02-16 | 1 | -1/+5 |
* | | avcodec/alsdec: skip cases where the master channel equals the current channel | Michael Niedermayer | 2013-12-29 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-11 | 1 | -0/+5 |
|\| |
|
| * | alsdec: check block length | Reinhard Tartler | 2013-12-10 | 1 | -0/+5 |
* | | Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00' | Michael Niedermayer | 2013-10-28 | 1 | -0/+2 |
|\| |
|
| * | lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. | Anton Khirnov | 2013-10-28 | 1 | -0/+2 |
* | | 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 |
* | | Update my email address. | Thilo Borgmann | 2013-08-13 | 1 | -2/+2 |
* | | alsdec: minor simplification in read_block() | Michael Niedermayer | 2013-07-24 | 1 | -2/+1 |