aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/nellymoserdec.c
Commit message (Expand)AuthorAgeFilesLines
* nellymoser: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-3/+6
* 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-2/+2
* nellymoserdec: set channels to 1Justin Ruggles2012-11-011-0/+1
* nellymoserdec: drop support for s16 output.Anton Khirnov2012-09-161-27/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* nellymoserdec: Saner and faster IMDCT windowingVitor Sessak2012-02-291-8/+8
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMTAnton Khirnov2012-01-121-1/+1
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* nellymoserdec: Indicate that the decoder can handle changed parametersMartin Storsjö2011-12-211-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-12/+25
* nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles2011-10-281-19/+4
* nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles2011-10-281-5/+4
* nellymoserdec: fail if output buffer is too smallJustin Ruggles2011-10-281-1/+5
* nellymoserdec: remove pointless buffer size check.Justin Ruggles2011-10-281-5/+0
* nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles2011-10-021-1/+7
* nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles2011-10-021-1/+1
* nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles2011-10-021-2/+2
* nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles2011-10-021-7/+22
* nellymoser: check output buffer size before decodingJustin Ruggles2011-10-021-5/+12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* Add AVX FFT implementation.Vitor Sessak2011-04-261-2/+2
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-1/+4
* cosmetics: indentation and spacingJustin Ruggles2011-01-281-1/+1
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-8/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-1/+2
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö2010-06-141-1/+1
* ReindentMartin Storsjö2010-06-141-5/+5
* nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö2010-06-141-14/+7
* ReindentMartin Storsjö2010-06-141-2/+2
* nellymoserdec: Allow using unusual input block sizesMartin Storsjö2010-06-141-0/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* 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
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-1/+1
* nellymoser: use constant seed for dithering RNGMåns Rullgård2009-11-291-1/+1
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Use skip_bits_long() for large skipsDavid Conrad2009-05-141-1/+1