summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer2019-09-06
* avcodec/vorbisdec: Check get_vlc2() failureMichael Niedermayer2019-08-30
* avcodec/vorbisdec: Implement vr->classifications = 1Michael Niedermayer2019-08-05
* avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divideMichael Niedermayer2019-08-05
* avcodec/vorbisdec: Check vlc for floor0 dec vector offsetMichael Niedermayer2019-07-21
* avcodec/vorbisdec: amplitude bits can be more than 25 bitsMichael Niedermayer2019-07-21
* lavc/vorbisdec: Allow avcodec_open2 to call .closeMatt Wolenetz2018-03-07
* avcodec/vorbisdec: add missing commaJames Almer2017-05-04
* Merge commit '0b77a5933635293508e7289e7cf191ed166cf070'James Almer2017-05-04
|\
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-23
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\|
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | vorbisdec: reject rangebits 0 with non-0 partitionsAndreas Cadhalpun2016-01-04
* | vorbisdec: reject channel mapping with less than two channelsAndreas Cadhalpun2016-01-03
* | avcodec/vorbisdec: use init_get_bits8()Paul B Mahol2015-09-03
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit '0025f7408a0fab2cab4a950064e4784a67463994'Michael Niedermayer2015-03-08
|\|
| * vorbis: Check the vlc value in setup_classifsLuca Barbato2015-03-08
* | Merge commit '62de77ffcaebd42fe685b8426da56b89b2532318'Michael Niedermayer2015-03-08
|\|
| * vorbis: Use a local codebook variableLuca Barbato2015-03-08
* | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer2015-02-28
|\|
| * lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* | avcodec/vorbisdec: Fix memleak, call cleanup on memory allocation failureMichael Niedermayer2015-02-22
* | Merge commit '31dc73e92a96f08d07650c0e7d31c0b9a1465d46'Michael Niedermayer2015-02-17
|\|
| * vorbisdec: Check memory allocationsVittorio Giovara2015-02-17
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-14
* | avcodec/vorbisdec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-12-01
* | avcodec/vorbisdec: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-08
* | avcodec/vorbisdec: Fix off by 1 error in ptns_to_readMichael Niedermayer2014-10-04
* | avcodec/vorbisdec: Reset first_frameMichael Niedermayer2014-06-07
* | avcodec/vorbisdec: use av_malloc(z)_array()Michael Niedermayer2014-04-30
* | avcodec/vorbisdec: try to workaround libvorbisenc bugMichael Niedermayer2014-04-30
* | avcodec/vorbisdec: use the stored previous window type only when the actual p...Michael Niedermayer2014-03-11
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | vorbisdec: Check VLC tables during use instead of setupMichael Niedermayer2013-07-01
* | vorbisdec: propagate errors from setup_classifs()Michael Niedermayer2013-07-01
* | Merge commit 'f8a4d5e970f32f8cc747f9fa7bd975ee4a060ea1'Michael Niedermayer2013-06-08
|\|
| * vorbis: return meaningful errorsLuca Barbato2013-06-07