summaryrefslogtreecommitdiff
path: root/libavcodec/twinvqdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/metasound_data: Move data shared with twinvq into a new fileAndreas Rheinhardt2022-10-281-1/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-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: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* twinvq: convert to new channel layout APIVittorio Giovara2022-03-151-9/+9
* avcodec/metasound, twinvqdec: Cleanup generically upon init failureAndreas Rheinhardt2022-02-111-1/+1
* avcodec/twinvqdec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-121-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/twinvq, metasound_data: Deduplicate lsp tablesAndreas Rheinhardt2021-01-081-8/+9
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-101-1/+1
* avcodec/twinvqdec: Correct overflow in block align checkMichael Niedermayer2019-12-311-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/twinvqdec: use init_get_bits8()Paul B Mahol2015-02-071-2/+3
* | Merge commit '56d061ce9da954560892e3551513d5ecc0439846'Michael Niedermayer2013-11-261-0/+1
|\ \ | |/
| * metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov2013-11-261-0/+1
* | Merge commit '1afa8a7568ba57ad0cd2923f6e641e10d32cded4'Michael Niedermayer2013-11-141-5/+9
|\ \ | |/
| * twinvq: support multiple frames per packetKostya Shishkov2013-11-141-5/+9
* | metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer2013-10-251-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit 'c77d409bf95954aceb762dd800d1ee2868c4b0d4'Michael Niedermayer2013-09-181-3/+2
|\ \ | |/
| * twinvqdec: Check the ibps parameter separatelyMartin Storsjö2013-09-171-0/+4
* | Merge commit '9e7b62f0fb7462a902330fcc82cf596388f0187b'Michael Niedermayer2013-08-261-6/+3
|\ \ | |/
| * twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-261-6/+3
* | Merge commit '86f4c59bd676672040b89d8fea4c9e3b59bfe7ab'Michael Niedermayer2013-08-061-4/+9
|/
* twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-051-0/+421