114 Commits (8f85f657d70ad205d553986226005b06d24d897b)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Andreas Rheinhardt e559f8428f avcodec: Remove unnecessary fft, dct inclusions 2 years ago
Lynne 7af43a46d9
twinvq: convert to lavu/tx 2 years ago
Andreas Rheinhardt 6856cabd13 avcodec/metasound_data: Move data shared with twinvq into a new file 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Vittorio Giovara 9386ca98b6 twinvq: convert to new channel layout API 3 years ago
Andreas Rheinhardt f5d6c78a88 avcodec/metasound, twinvqdec: Cleanup generically upon init failure 3 years ago
Limin Wang afaaf27fc4 avcodec/twinvq: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 5 years ago
Michael Niedermayer 97f778e9c5 avcodec/twinvq: Check block_align 5 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer fc9ced41e4 avcodec/twinvq: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer 4ffec6d933 avcodec/twinvq: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 6f48c60956 avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() 11 years ago
Kostya Shishkov 56d061ce9d metasound: add last missing modes (8kHz @ 6kbps per channel) 11 years ago
Kostya Shishkov 669fe50595 twinvq: consume block_align+1 packets as full ones 11 years ago
Kostya Shishkov 1afa8a7568 twinvq: support multiple frames per packet 11 years ago
Michael Niedermayer 2e7a1fdd6d avcodec/twinvq: return the actual number of consumed bytes 11 years ago
Kostya Shishkov 9e7b62f0fb twinvq: set block align for codecs and use it in size checks 12 years ago
Kostya Shishkov 3e5898782d Voxware MetaSound decoder 12 years ago
Kostya Shishkov 86f4c59bd6 twinvq: Split VQF-specific part from common TwinVQ decoder core 12 years ago
Diego Biurrun 4d8d16b596 twinvq: Prefix enums and defines shared with VoxWare MetaSound 12 years ago
Kostya Shishkov bc909626b0 twinvq: move all bitstream reading into single place 12 years ago
Diego Biurrun 9ea24e927e twinvq: Add proper twinvq prefixes to identifiers 12 years ago
Diego Biurrun 03039f4c8c miscellaneous typo fixes 12 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 12 years ago
Diego Biurrun 6c145ecf78 twinvq: K&R formatting cosmetics 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 3b7d43383f twinvq: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer 98b377004d twinvq: make ibps check unsigned 12 years ago
Michael Niedermayer b8dc5f8bb3 twinvq: check bitrate for validity avoid division by 0 12 years ago
Justin Ruggles b5f628e227 twinvq: validate sample rate code 12 years ago
Justin Ruggles 335826cf5f twinvq: set channel layout 12 years ago
Justin Ruggles 8cc72ce5a0 twinvq: validate that channels is not <= 0 12 years ago
Justin Ruggles 1478a3601e twinvq: use planar sample format 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Mans Rullgard 4bf2e7c5f1 twinvq: fix out of bounds array access 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Michael Niedermayer 35f707abe1 twinnvq: remove ;; 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 13 years ago
Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 13 years ago
Justin Ruggles a8a6da4a0e twinvq: check for allocation failure in init_mdct_win() 13 years ago