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