| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/wavpack: Check shift | Michael Niedermayer | 2017-03-21 | 1 | -0/+6 |
* | avcodec/wavpack: Fix multiple integer overflows | Michael Niedermayer | 2017-03-16 | 1 | -6/+6 |
* | avcodec/wavpack: Fix runtime error: shift exponent 32 is too large for 32-bit... | Michael Niedermayer | 2017-03-14 | 1 | -1/+1 |
* | avcodec/wavpack: Fix runtime error: left shift of negative value -5 | Michael Niedermayer | 2017-03-08 | 1 | -1/+1 |
* | avcodec/wavpack: Fix runtime error: left shift of negative value -2 | Michael Niedermayer | 2017-03-05 | 1 | -2/+2 |
* | avcodec/wavpack: Check bitrate_acc for overflow | Michael Niedermayer | 2017-03-05 | 1 | -3/+9 |
* | avcodec/wavpack: Fix 280:22: runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-02-25 | 1 | -1/+1 |
* | avcodec/wavpack: Check post_shift | Michael Niedermayer | 2017-02-25 | 1 | -0/+3 |
* | avcodec/wavpacl: Fix runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-02-19 | 1 | -1/+1 |
* | avcodec/wavpack: Treat the first block coding too many channels as an error | Michael Niedermayer | 2016-12-07 | 1 | -1/+1 |
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -3/+3 |
|\ |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -3/+3 |
| * | lavc: Use get_bitsz where needed | Andreas Cadhalpun | 2016-01-11 | 1 | -1/+1 |
* | | lavc: use get_bitsz to simplify the code | Andreas Cadhalpun | 2016-01-03 | 1 | -1/+1 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | 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 |
* | | wavpack: limit extra_bits to 32 and use get_bits_long | Andreas Cadhalpun | 2015-07-02 | 1 | -2/+6 |
* | | wavpack: use get_bits_long to read up to 32 bits | Andreas Cadhalpun | 2015-06-28 | 1 | -2/+2 |
* | | avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl... | Michael Niedermayer | 2015-05-03 | 1 | -0/+8 |
* | | wavpack: check number of channels | Christophe Gisquet | 2014-08-22 | 1 | -1/+4 |
* | | wavpack: report if there is no bits left | Christophe Gisquet | 2014-08-19 | 1 | -0/+4 |
* | | avcodec/wavpack: fix () in macros | Michael Niedermayer | 2014-06-18 | 1 | -1/+1 |
* | | avcodec/wavpack: initialize pointers to silence warning about them possibly b... | Michael Niedermayer | 2014-05-07 | 1 | -1/+1 |
* | | avcodec/wavpack fix *void pointer arithmetic | Michael Niedermayer | 2013-12-23 | 1 | -3/+3 |
* | | avcodec/wavpack: clear remainder of data in case of error in wv_unpack_mono/s... | Michael Niedermayer | 2013-12-23 | 1 | -0/+13 |
* | | avcodec/wavpack: use init_get_bits8() | Paul B Mahol | 2013-10-30 | 1 | -2/+4 |
* | | Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00' | Michael Niedermayer | 2013-10-28 | 1 | -3/+5 |
|\| |
|
| * | lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. | Anton Khirnov | 2013-10-28 | 1 | -3/+5 |
* | | 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 |
* | | WavPack encoder | Paul B Mahol | 2013-08-14 | 1 | -159/+1 |
* | | lavc: copy AVCodecContext for threads | Paul B Mahol | 2013-06-13 | 1 | -0/+8 |
* | | wavpack: add missing .\n to entropy error message | Paul B Mahol | 2013-06-08 | 1 | -1/+1 |
* | | wavpack: frame multi-threading support | Paul B Mahol | 2013-06-05 | 1 | -2/+4 |
* | | wavpack: remove redundant error log message | Paul B Mahol | 2013-06-03 | 1 | -3/+1 |
* | | Merge commit '89806691b1c39181c63d95e0fddc30f11e2a7b04' | Michael Niedermayer | 2013-05-29 | 1 | -5/+10 |
|\| |
|
| * | wavpack: check that all the channels were coded. | Anton Khirnov | 2013-05-28 | 1 | -0/+5 |
| * | wavpack: check that there aren't too many blocks per packet | Anton Khirnov | 2013-05-28 | 1 | -0/+5 |
* | | Merge commit '7d039e70a5ff23a7deaa866684d2e8872acc5169' | Michael Niedermayer | 2013-05-29 | 1 | -17/+18 |
|\| |
|
| * | wavpack: extract channel information from the bitstream | Anton Khirnov | 2013-05-28 | 1 | -17/+18 |
* | | Merge commit '78f75b6fa421dd39a715588e9487579f1ce5bada' | Michael Niedermayer | 2013-05-29 | 1 | -22/+44 |
|\| |
|
| * | wavpack: extract sample rate from the bitstream | Anton Khirnov | 2013-05-28 | 1 | -23/+43 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-28 | 1 | -40/+12 |
|\| |
|
| * | matroskadec: export full wavpack blocks. | Anton Khirnov | 2013-05-28 | 1 | -40/+12 |
* | | Merge commit '5074f4545c439420daebe4c2f28ed216440b6ec7' | Michael Niedermayer | 2013-05-28 | 1 | -19/+14 |
|\| |
|
| * | wavpack demuxer: export full wavpack blocks. | Anton Khirnov | 2013-05-28 | 1 | -19/+14 |
* | | Merge commit '72dee5f40b236c5eb9e68df39df80c68392269e3' | Michael Niedermayer | 2013-05-28 | 1 | -4/+1 |
|\| |
|