| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2 | Michael Niedermayer | 2020-01-06 | 1 | -1/+1 |
* | avcodec/vorbisdec: Check get_vlc2() failure | Michael Niedermayer | 2020-01-06 | 1 | -7/+25 |
* | avcodec/vorbisdec: Implement vr->classifications = 1 | Michael Niedermayer | 2020-01-06 | 1 | -2/+7 |
* | avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divide | Michael Niedermayer | 2020-01-06 | 1 | -0/+3 |
* | avcodec/vorbisdec: Check vlc for floor0 dec vector offset | Michael Niedermayer | 2020-01-06 | 1 | -2/+4 |
* | avcodec/vorbisdec: amplitude bits can be more than 25 bits | Michael Niedermayer | 2020-01-06 | 1 | -3/+4 |
* | lavc/vorbisdec: Allow avcodec_open2 to call .close | Matt Wolenetz | 2018-03-07 | 1 | -0/+1 |
* | avcodec/vorbisdec: add missing comma | James Almer | 2017-05-04 | 1 | -1/+1 |
* | Merge commit '0b77a5933635293508e7289e7cf191ed166cf070' | James Almer | 2017-05-04 | 1 | -1/+1 |
|\ |
|
| * | Use correct printf conversion specifiers for POSIX integer types | Diego Biurrun | 2016-12-23 | 1 | -3/+3 |
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -3/+3 |
* | | 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 | -3/+3 |
* | | vorbisdec: reject rangebits 0 with non-0 partitions | Andreas Cadhalpun | 2016-01-04 | 1 | -0/+5 |
* | | vorbisdec: reject channel mapping with less than two channels | Andreas Cadhalpun | 2016-01-03 | 1 | -0/+5 |
* | | avcodec/vorbisdec: use init_get_bits8() | Paul B Mahol | 2015-09-03 | 1 | -3/+8 |
* | | 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 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | 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 |
|\| |
|