summaryrefslogtreecommitdiff
path: root/libavcodec/metasound.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
* metasound: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/metasound, twinvqdec: Cleanup generically upon init failureAndreas Rheinhardt2022-02-11
* avcodec/metasound: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-12
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/metasound: Deduplicate dataAndreas Rheinhardt2021-01-08
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/metasound: use init_get_bits8()Paul B Mahol2017-02-03
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-22
|\|
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* | 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
* | Merge commit 'ddb839e9286594ff7a862a956402106fca7055c9'Michael Niedermayer2013-11-14
|\|
| * metasound: add missing modesKostya Shishkov2013-11-14
* | Merge commit '5462dde1947e0ecfcb2db99ae29ce9dee8933b45'Michael Niedermayer2013-11-08
|\|
| * metasound: Fix error message argumentKostya Shishkov2013-11-08
* | metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer2013-10-25
* | Merge commit '9e7b62f0fb7462a902330fcc82cf596388f0187b'Michael Niedermayer2013-08-26
|\|
| * twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-26
* | Merge commit '3e5898782dce60334ab294821ca00b19c648cf66'Michael Niedermayer2013-08-08
|/
* Voxware MetaSound decoderKostya Shishkov2013-08-08