summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAge
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* avcodec/vorbisdec: Check codebook float values to be finiteMichael Niedermayer2023-04-22
* avcodec/vorbisdec: export skip_samples instead of dropping framesJames Almer2023-03-22
* vorbisdec: convert to lavu/txLynne2022-11-06
* avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt2022-10-03
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-28
* avcodec/vorbisdec: Move ff_vorbis_inverse_coupling() to vorbisdsp.cAndreas Rheinhardt2022-09-19
* lavc/vorbisdec: use intermediate variablesRémi Denis-Courmont2022-09-19
* lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont2022-09-19
* lavc/vorbisdec: use ptrdiff_t to iterate over intptr_tRémi Denis-Courmont2022-09-19
* avcodec/vorbisdec: don't use a flag to determine if frames have been outputJyrki Vesterinen2022-09-14
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* vorbis: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/vorbisdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-18
* 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
|\|