| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/wmalosslessdec: remove warning message as bug is fixed | Paul B Mahol | 2017-02-01 | 1 | -1/+0 |
* | libavcodec/wmalosslessdec: Check the remaining bits | Michael Niedermayer | 2016-08-21 | 1 | -0/+5 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -3/+3 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
| * | lavc: Use get_bitsz where needed | Andreas Cadhalpun | 2016-01-11 | 1 | -4/+3 |
* | | avcodec/wmalosslessdec: Use unsigned operations for overflowing cases | Michael Niedermayer | 2016-06-06 | 1 | -3/+3 |
* | | wmalossless: allow calling madd_int16 | Christophe Gisquet | 2016-05-03 | 1 | -51/+59 |
* | | avcodec/wmalosslessdec: Fix memset sizeof | Michael Niedermayer | 2016-05-01 | 1 | -1/+1 |
* | | avcodec/wmalosslessdec: silence a sample request | Christophe Gisquet | 2016-05-01 | 1 | -1/+1 |
* | | avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms struct | Paul B Mahol | 2016-05-01 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: fix decoding of raw pcm tiles | Paul B Mahol | 2016-04-30 | 1 | -18/+21 |
* | | avcodec/wmalosslessdec: improve 24bit support | Paul B Mahol | 2016-04-13 | 1 | -9/+9 |
* | | avcodec/wmalosslessdec: improve >2 channel support | Paul B Mahol | 2016-04-13 | 1 | -13/+15 |
* | | avcodec/wmalosslessdec: do not discard last frame | Jakub Stachowski | 2016-04-10 | 1 | -2/+9 |
* | | lavc: use get_bitsz to simplify the code | Andreas Cadhalpun | 2016-01-03 | 1 | -4/+3 |
* | | wmalossless: Warn when decoding 24 bit depth | Vittorio Giovara | 2015-09-14 | 1 | -0/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 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 |
* | | wmalosslessdec: reset frame->nb_samples on packet loss | Andreas Cadhalpun | 2015-07-07 | 1 | -0/+1 |
* | | wmalosslessdec: avoid reading 0 bits with get_bits | Andreas Cadhalpun | 2015-07-07 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -7/+7 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | | avcodec/wmalosslessdec: use sizeof() instead of a literal number | Michael Niedermayer | 2015-02-19 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN() | Michael Niedermayer | 2015-02-18 | 1 | -1/+1 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
| * | wmalosslessdec: fix mclms_coeffs* array size | Michael Niedermayer | 2014-08-05 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: simplify | zhaoxiu.zeng | 2015-02-13 | 1 | -12/+4 |
* | | avcodec/wmalosslessdec: optimize sign operation | zhaoxiu.zeng | 2015-02-13 | 1 | -26/+8 |
* | | avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t | zhaoxiu.zeng | 2015-02-13 | 1 | -2/+2 |
* | | wmalossless: reset lms_update | Christophe Gisquet | 2015-02-07 | 1 | -12/+14 |
* | | avcodec/wmalosslessdec: support 24bit lossless | Michael Niedermayer | 2014-11-22 | 1 | -3/+2 |
* | | libavcodec/wmalosslessdec: add missing emms | Michael Niedermayer | 2014-06-23 | 1 | -0/+1 |
* | | wma lossless: reuse scalarproduct_and_madd_int16 | Christophe Gisquet | 2014-06-06 | 1 | -30/+30 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -6/+10 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -6/+10 |
* | | avcodec/wmalosslessdec: fix mclms_coeffs* array size | Michael Niedermayer | 2014-02-07 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: use sizeof() instead of literal number | Michael Niedermayer | 2014-02-07 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: shrink output on error so no uninitialized data is re... | Michael Niedermayer | 2014-01-11 | 1 | -0/+3 |
* | | avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() fa... | Michael Niedermayer | 2014-01-11 | 1 | -0/+1 |
* | | avcodec/wmalosslessdec: Pass on error code from decode_tilehdr() | Michael Niedermayer | 2014-01-11 | 1 | -2/+2 |
* | | avcodec/wmalosslessdec: completely initialize contains_subframe | Michael Niedermayer | 2013-12-16 | 1 | -3/+3 |
* | | avcodec/wmalosslessdec: fix data flushing at the end | Michael Niedermayer | 2013-10-25 | 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 |
* | | avcodec/wmalosslessdec: check block_align | Michael Niedermayer | 2013-10-02 | 1 | -0/+5 |
* | | avcodec/wmalosslessdec: Fix return code for invalid buffer sizes | Michael Niedermayer | 2013-09-25 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-12 | 1 | -11/+24 |
|\| |
|