summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Remove unnecessary fft, dct inclusionsAndreas Rheinhardt2022-11-111-1/+0
* twinvq: convert to lavu/txLynne2022-11-061-5/+7
* avcodec/metasound_data: Move data shared with twinvq into a new fileAndreas Rheinhardt2022-10-281-0/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* twinvq: convert to new channel layout APIVittorio Giovara2022-03-151-9/+11
* avcodec/metasound, twinvqdec: Cleanup generically upon init failureAndreas Rheinhardt2022-02-111-4/+1
* avcodec/twinvq: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-131-18/+8
* avcodec/twinvq: Check block_alignMichael Niedermayer2019-11-091-7/+10
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | avcodec/twinvq: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-291-5/+10
* | avcodec/twinvq: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-11-191-5/+5
* | avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-10/+10
* | Merge commit '56d061ce9da954560892e3551513d5ecc0439846'Michael Niedermayer2013-11-261-1/+1
|\ \ | |/
| * metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov2013-11-261-1/+1
* | Merge commit '669fe505952f3d8175b1ad6971033a8e8120523b'Michael Niedermayer2013-11-141-1/+4
|\ \ | |/
| * twinvq: consume block_align+1 packets as full onesKostya Shishkov2013-11-141-0/+3
* | Merge commit '1afa8a7568ba57ad0cd2923f6e641e10d32cded4'Michael Niedermayer2013-11-141-14/+37
|\ \ | |/
| * twinvq: support multiple frames per packetKostya Shishkov2013-11-141-14/+37
* | avcodec/twinvq: return the actual number of consumed bytesMichael Niedermayer2013-10-251-1/+1
* | Merge commit '9e7b62f0fb7462a902330fcc82cf596388f0187b'Michael Niedermayer2013-08-261-1/+7
|\ \ | |/
| * twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-261-1/+7
* | Merge commit '3e5898782dce60334ab294821ca00b19c648cf66'Michael Niedermayer2013-08-081-0/+5
|\ \ | |/
| * Voxware MetaSound decoderKostya Shishkov2013-08-081-0/+5
* | Merge commit '86f4c59bd676672040b89d8fea4c9e3b59bfe7ab'Michael Niedermayer2013-08-061-551/+26
|\ \ | |/
| * twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-051-546/+26
* | Merge commit '4d8d16b596c63de85e52488734338fbb41238058'Michael Niedermayer2013-08-061-71/+76
|\ \ | |/
| * twinvq: Prefix enums and defines shared with VoxWare MetaSoundDiego Biurrun2013-08-051-71/+76
* | Merge commit 'bc909626b0a3c107625f2cb4c85479d18de422a8'Michael Niedermayer2013-08-061-86/+154
|\ \ | |/
| * twinvq: move all bitstream reading into single placeKostya Shishkov2013-08-051-86/+154
* | Merge commit '4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c'Michael Niedermayer2013-08-021-94/+95
|\ \ | |/
| * twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun2013-08-011-94/+95
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-261-4/+4
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2013-07-251-4/+4
* | Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer2013-07-261-14/+14
|\ \ | |/
| * cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-14/+14
* | Merge commit '6c145ecf785dc3d26ba3fed3ea9892cc80244625'Michael Niedermayer2013-07-261-280/+312
|\ \ | |/
| * twinvq: K&R formatting cosmeticsDiego Biurrun2013-07-251-280/+312
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit 'ee6ca11b657515ad736ec0d2b8635e098d0a2680'Michael Niedermayer2013-02-131-9/+5
|\ \ | |/
| * twinvq: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-231-3/+1
|\ \ | |/
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-161-5/+4
|\ \ | |/
| * lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-5/+4