summaryrefslogtreecommitdiff
path: root/libavcodec/twinvqdec.c
Commit message (Expand)AuthorAge
* 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: 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
* twinvq: convert to new channel layout APIVittorio Giovara2022-03-15
* avcodec/metasound, twinvqdec: Cleanup generically upon init failureAndreas Rheinhardt2022-02-11
* avcodec/twinvqdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-12
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/twinvq, metasound_data: Deduplicate lsp tablesAndreas Rheinhardt2021-01-08
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/twinvqdec: Correct overflow in block align checkMichael Niedermayer2019-12-31
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/twinvqdec: use init_get_bits8()Paul B Mahol2015-02-07
* | Merge commit '56d061ce9da954560892e3551513d5ecc0439846'Michael Niedermayer2013-11-26
|\|
| * metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov2013-11-26
* | Merge commit '1afa8a7568ba57ad0cd2923f6e641e10d32cded4'Michael Niedermayer2013-11-14
|\|
| * twinvq: support multiple frames per packetKostya Shishkov2013-11-14
* | metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer2013-10-25
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit 'c77d409bf95954aceb762dd800d1ee2868c4b0d4'Michael Niedermayer2013-09-18
|\|
| * twinvqdec: Check the ibps parameter separatelyMartin Storsjö2013-09-17
* | Merge commit '9e7b62f0fb7462a902330fcc82cf596388f0187b'Michael Niedermayer2013-08-26
|\|
| * twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-26
* | Merge commit '86f4c59bd676672040b89d8fea4c9e3b59bfe7ab'Michael Niedermayer2013-08-06
|/
* twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-05