| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0ccddbad200c1d9439c5a836501917d515cddf76' | James Almer | 2017-11-12 | 1 | -3/+7 |
|\ |
|
| * | smacker: limit recursion depth of smacker_decode_bigtree | Andreas Cadhalpun | 2017-11-10 | 1 | -4/+11 |
* | | Merge commit 'cd4663dc80323ba64989d0c103d51ad3ee0e9c2f' | James Almer | 2017-11-12 | 1 | -2/+4 |
|\| |
|
| * | smacker: add sanity check for length in smacker_decode_tree() | Michael Niedermayer | 2017-11-10 | 1 | -1/+6 |
* | | Merge commit '5edded9df31bc4712a023f89941b4c278f1bd6f5' | James Almer | 2017-11-01 | 1 | -7/+8 |
|\| |
|
| * | smacker: Improve error handling | Diego Biurrun | 2017-06-01 | 1 | -23/+24 |
* | | Merge commit 'b98f082d8ddc0a0d8317114d8414ab51de60ef02' | James Almer | 2017-11-01 | 1 | -1/+2 |
|\| |
|
| * | smacker: Check that the data size is a multiple of a sample vector | Michael Niedermayer | 2017-06-01 | 1 | -0/+5 |
| * | vlc: Add header #include when the types are used | Luca Barbato | 2017-05-02 | 1 | -0/+1 |
| * | Use bitstream_init8() where appropriate | Diego Biurrun | 2017-02-07 | 1 | -3/+3 |
| * | smacker: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-24 | 1 | -68/+75 |
* | | smacker: limit recursion depth of smacker_decode_bigtree | Andreas Cadhalpun | 2016-11-23 | 1 | -4/+8 |
* | | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -4/+4 |
|\| |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -4/+4 |
* | | Merge commit '6b96d2dcdaa60d7919d710432c6ca204b7fab0ab' | Derek Buitenhuis | 2016-02-24 | 1 | -14/+1 |
|\| |
|
| * | cosmetics: Drop particularly redundant silly comments | Diego Biurrun | 2016-02-18 | 1 | -14/+1 |
* | | avcodec/smacker: Check that the data size is a multiple of a sample vector | Michael Niedermayer | 2015-11-15 | 1 | -0/+4 |
* | | avcodec/smacker: Check init_get_bits8() for failure | Michael Niedermayer | 2015-09-04 | 1 | -1/+3 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | lavc/smacker: fix mem leak in case of init failure | Lukasz Marek | 2014-11-23 | 1 | -0/+1 |
* | | smacker: remove dead code | Timothy Gu | 2014-07-18 | 1 | -2/+0 |
* | | avcodec/smacker: use av_mallocz_array() | Michael Niedermayer | 2014-04-18 | 1 | -1/+1 |
* | | avformat/smacker: check for format mismatch more completely | Michael Niedermayer | 2013-12-20 | 1 | -1/+1 |
* | | Merge commit 'a837c4f2df96a30bf9aa4115b426d608487c7101' | Michael Niedermayer | 2013-11-17 | 1 | -4/+4 |
|\| |
|
| * | smacker: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -16/+19 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | avcodec/smacker: use init_get_bits8() | Paul B Mahol | 2013-09-12 | 1 | -3/+5 |
* | | avcodec/smacker: fix some memleaks | Michael Niedermayer | 2013-09-12 | 1 | -4/+8 |
* | | avcodec/smacker: remove check that has become redundant | Michael Niedermayer | 2013-09-12 | 1 | -5/+0 |
* | | avcodec/smacker: use the correct field instead of a hardcoded value for the i... | Michael Niedermayer | 2013-09-12 | 1 | -1/+1 |
* | | Merge commit 'f3d57dc69145f1b7acb4870da9ce60378190a1fd' | Michael Niedermayer | 2013-09-12 | 1 | -22/+23 |
|\| |
|
| * | smacker: Free memory properly if the init function fails | Martin Storsjö | 2013-09-11 | 1 | -21/+23 |
* | | Merge commit '0679cec6e8802643bbe6d5f68ca1110a7d3171da' | Michael Niedermayer | 2013-09-12 | 1 | -0/+6 |
|\| |
|
| * | smacker: Make sure we don't fill in huffman codes out of range | Martin Storsjö | 2013-09-11 | 1 | -0/+6 |
* | | Merge commit 'd002fce24a7206e95f9492031f45adc35711e183' | Michael Niedermayer | 2013-09-12 | 1 | -16/+35 |
|\| |
|
| * | smacker: Check malloc return values | Martin Storsjö | 2013-09-11 | 1 | -14/+35 |
* | | smacker: make code independent of sizeof(AVFrame) | Paul B Mahol | 2013-07-31 | 1 | -16/+19 |
* | | Avoid a null pointer dereference on oom when decoding smacker. | Carl Eugen Hoyos | 2013-06-29 | 1 | -0/+2 |
* | | Propagate error return values from the smacker decoder. | Carl Eugen Hoyos | 2013-06-29 | 1 | -11/+17 |
* | | Merge commit 'bbb2945f2dfbc2306c1655bf7eb6e220912a9a7c' | Michael Niedermayer | 2013-06-17 | 1 | -3/+10 |
|\| |
|
| * | smacker: check the return value of smacker_decode_tree | Kostya Shishkov | 2013-06-16 | 1 | -1/+10 |
* | | Merge commit 'f52edef30197735bfb937e9e723ab1e7b31165c6' | Michael Niedermayer | 2013-06-17 | 1 | -1/+1 |
|\| |
|
| * | smacker: fix an off by one in huff.length computation | Kostya Shishkov | 2013-06-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-28 | 1 | -0/+1 |
|\| |
|
| * | smacker: add a clarification notice about audio decoding | Kostya Shishkov | 2013-05-28 | 1 | -0/+1 |
* | | Merge commit '5f30c6c8ed1f006c1b3a547dfe388f3a4a080e4d' | Michael Niedermayer | 2013-05-28 | 1 | -2/+2 |
|\| |
|
| * | Revert "smackaud: clip output samples" | Kostya Shishkov | 2013-05-27 | 1 | -4/+4 |
* | | smacker: remove av_clip_int16() | Michael Niedermayer | 2013-05-20 | 1 | -2/+2 |