summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vorbisdec: Check codebook float values to be finiteMichael Niedermayer2023-04-221-0/+4
* avcodec/vorbisdec: export skip_samples instead of dropping framesJames Almer2023-03-221-8/+3
* vorbisdec: convert to lavu/txLynne2022-11-061-9/+23
* avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt2022-10-031-0/+1
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-3/+1
* avcodec/vorbisdec: Move ff_vorbis_inverse_coupling() to vorbisdsp.cAndreas Rheinhardt2022-09-191-23/+0
* lavc/vorbisdec: use intermediate variablesRémi Denis-Courmont2022-09-191-12/+12
* lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont2022-09-191-1/+1
* lavc/vorbisdec: use ptrdiff_t to iterate over intptr_tRémi Denis-Courmont2022-09-191-2/+1
* avcodec/vorbisdec: don't use a flag to determine if frames have been outputJyrki Vesterinen2022-09-141-1/+5
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* vorbis: convert to new channel layout APIAnton Khirnov2022-03-151-10/+17
* avcodec/vorbisdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-181-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-4/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer2019-09-061-1/+1
* avcodec/vorbisdec: Check get_vlc2() failureMichael Niedermayer2019-08-301-7/+25
* avcodec/vorbisdec: Implement vr->classifications = 1Michael Niedermayer2019-08-051-2/+7
* avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divideMichael Niedermayer2019-08-051-0/+3
* avcodec/vorbisdec: Check vlc for floor0 dec vector offsetMichael Niedermayer2019-07-211-2/+4
* avcodec/vorbisdec: amplitude bits can be more than 25 bitsMichael Niedermayer2019-07-211-3/+4
* lavc/vorbisdec: Allow avcodec_open2 to call .closeMatt Wolenetz2018-03-071-0/+1
* avcodec/vorbisdec: add missing commaJames Almer2017-05-041-1/+1
* Merge commit '0b77a5933635293508e7289e7cf191ed166cf070'James Almer2017-05-041-1/+1
|\
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-231-3/+3
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-3/+3
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-4/+4
|\ \ | |/
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-3/+3
* | vorbisdec: reject rangebits 0 with non-0 partitionsAndreas Cadhalpun2016-01-041-0/+5
* | vorbisdec: reject channel mapping with less than two channelsAndreas Cadhalpun2016-01-031-0/+5
* | avcodec/vorbisdec: use init_get_bits8()Paul B Mahol2015-09-031-3/+8
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-68/+68
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-68/+68
* | Merge commit '0025f7408a0fab2cab4a950064e4784a67463994'Michael Niedermayer2015-03-081-20/+15
|\ \ | |/
| * vorbis: Check the vlc value in setup_classifsLuca Barbato2015-03-081-16/+14
* | Merge commit '62de77ffcaebd42fe685b8426da56b89b2532318'Michael Niedermayer2015-03-081-3/+4
|\ \ | |/
| * vorbis: Use a local codebook variableLuca Barbato2015-03-081-3/+4
* | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer2015-02-281-3/+0
|\ \ | |/
| * lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-281-3/+0