| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -68/+68 |
|\ |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -68/+68 |
* | | Merge commit '0025f7408a0fab2cab4a950064e4784a67463994' | Michael Niedermayer | 2015-03-08 | 1 | -20/+15 |
|\| |
|
| * | vorbis: Check the vlc value in setup_classifs | Luca Barbato | 2015-03-08 | 1 | -16/+14 |
* | | Merge commit '62de77ffcaebd42fe685b8426da56b89b2532318' | Michael Niedermayer | 2015-03-08 | 1 | -3/+4 |
|\| |
|
| * | vorbis: Use a local codebook variable | Luca Barbato | 2015-03-08 | 1 | -3/+4 |
* | | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' | Michael Niedermayer | 2015-02-28 | 1 | -3/+0 |
|\| |
|
| * | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 1 | -3/+0 |
* | | avcodec/vorbisdec: Fix memleak, call cleanup on memory allocation failure | Michael Niedermayer | 2015-02-22 | 1 | -2/+4 |
* | | Merge commit '31dc73e92a96f08d07650c0e7d31c0b9a1465d46' | Michael Niedermayer | 2015-02-17 | 1 | -4/+9 |
|\| |
|
| * | vorbisdec: Check memory allocations | Vittorio Giovara | 2015-02-17 | 1 | -4/+9 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -5/+5 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -5/+5 |
* | | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head... | Michael Niedermayer | 2014-12-14 | 1 | -1/+1 |
* | | avcodec/vorbisdec: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-12-01 | 1 | -6/+9 |
* | | avcodec/vorbisdec: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-08 | 1 | -10/+10 |
* | | avcodec/vorbisdec: Fix off by 1 error in ptns_to_read | Michael Niedermayer | 2014-10-04 | 1 | -5/+7 |
* | | avcodec/vorbisdec: Reset first_frame | Michael Niedermayer | 2014-06-07 | 1 | -0/+1 |
* | | avcodec/vorbisdec: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-30 | 1 | -9/+9 |
* | | avcodec/vorbisdec: try to workaround libvorbisenc bug | Michael Niedermayer | 2014-04-30 | 1 | -4/+17 |
* | | avcodec/vorbisdec: use the stored previous window type only when the actual p... | Michael Niedermayer | 2014-03-11 | 1 | -7/+9 |
* | | 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 |
* | | vorbisdec: Check VLC tables during use instead of setup | Michael Niedermayer | 2013-07-01 | 1 | -7/+8 |
* | | vorbisdec: propagate errors from setup_classifs() | Michael Niedermayer | 2013-07-01 | 1 | -1/+3 |
* | | Merge commit 'f8a4d5e970f32f8cc747f9fa7bd975ee4a060ea1' | Michael Niedermayer | 2013-06-08 | 1 | -2/+2 |
|\| |
|
| * | vorbis: return meaningful errors | Luca Barbato | 2013-06-07 | 1 | -2/+2 |
* | | Merge commit 'db347280eb3746d7b70888db97f1efe5f06f5624' | Michael Niedermayer | 2013-05-20 | 1 | -6/+16 |
|\| |
|
| * | vorbis: fallback to normal division instead of crashing | Luca Barbato | 2013-05-19 | 1 | -9/+14 |
* | | Merge commit 'ddf1b4a2f8a680126eb611428e4f47e6e5b8c6c0' | Michael Niedermayer | 2013-05-20 | 1 | -4/+4 |
|\| |
|
| * | vorbis: simplify the inner loop in setup_classifs | Luca Barbato | 2013-05-19 | 1 | -4/+4 |
* | | Merge commit '36f10380043c8b8c5cbf8c1add8695089cdaa341' | Michael Niedermayer | 2013-05-20 | 1 | -3/+3 |
|\| |
|
| * | vorbis: use normal integer values for iterators | Luca Barbato | 2013-05-19 | 1 | -3/+3 |
* | | Merge commit '98186578a2a21af5bfe6dd71d222dc270f763c7d' | Michael Niedermayer | 2013-05-20 | 1 | -20/+32 |
|\| |
|
| * | vorbis: refactor vorbis_residue_decode_internal | Luca Barbato | 2013-05-19 | 1 | -20/+32 |
| * | vorbisdec: do not leak the first frame. | Anton Khirnov | 2013-03-10 | 1 | -0/+1 |
* | | vorbisdec: check codebook entry count | Michael Niedermayer | 2013-05-13 | 1 | -0/+5 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | vorbis: unref the skipped first frame. | Hendrik Leppkes | 2013-03-12 | 1 | -0/+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 |
* | | Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5' | Michael Niedermayer | 2013-03-06 | 1 | -8/+36 |
|\| |
|
| * | vorbisdec: check memory allocations | Luca Barbato | 2013-03-06 | 1 | -8/+36 |
* | | Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d' | Michael Niedermayer | 2013-02-26 | 1 | -80/+77 |
|\| |
|
| * | vorbisdec: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 1 | -73/+70 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-25 | 1 | -7/+3 |
|\| |
|
| * | vorbisdec: Accept 0 amplitude_bits | Luca Barbato | 2013-02-25 | 1 | -7/+3 |
* | | Merge commit '5b47c19bfda92273ae49e83db26a565afcaed80a' | Michael Niedermayer | 2013-02-25 | 1 | -0/+10 |
|\| |
|
| * | vorbisdec: Add missing checks | Luca Barbato | 2013-02-25 | 1 | -0/+10 |
* | | Merge commit 'fc386f2eea8d93ecd4f81e1646c835d1645c56a0' | Michael Niedermayer | 2013-02-25 | 1 | -2/+2 |
|\| |
|