summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov2013-11-26
* twinvq: consume block_align+1 packets as full onesKostya Shishkov2013-11-14
* twinvq: support multiple frames per packetKostya Shishkov2013-11-14
* twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-26
* Voxware MetaSound decoderKostya Shishkov2013-08-08
* twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-05
* twinvq: Prefix enums and defines shared with VoxWare MetaSoundDiego Biurrun2013-08-05
* twinvq: move all bitstream reading into single placeKostya Shishkov2013-08-05
* twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun2013-08-01
* miscellaneous typo fixesDiego Biurrun2013-07-25
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-25
* twinvq: K&R formatting cosmeticsDiego Biurrun2013-07-25
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* twinvq: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* twinvq: validate sample rate codeJustin Ruggles2012-11-01
* twinvq: set channel layoutJustin Ruggles2012-11-01
* twinvq: validate that channels is not <= 0Justin Ruggles2012-11-01
* twinvq: use planar sample formatJustin Ruggles2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* twinvq: fix out of bounds array accessMans Rullgard2012-05-01
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
* twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-11
* twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
* twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23
* Move sine windows to a separate fileMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* twinvq: remove VLAsMåns Rullgård2010-06-25
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09