summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* nellymoser: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* 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
* nellymoserdec: set channels to 1Justin Ruggles2012-11-01
* nellymoserdec: drop support for s16 output.Anton Khirnov2012-09-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* nellymoserdec: Saner and faster IMDCT windowingVitor Sessak2012-02-29
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMTAnton Khirnov2012-01-12
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* nellymoserdec: Indicate that the decoder can handle changed parametersMartin Storsjö2011-12-21
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles2011-10-28
* nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles2011-10-28
* nellymoserdec: fail if output buffer is too smallJustin Ruggles2011-10-28
* nellymoserdec: remove pointless buffer size check.Justin Ruggles2011-10-28
* nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles2011-10-02
* nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles2011-10-02
* nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles2011-10-02
* nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles2011-10-02
* nellymoser: check output buffer size before decodingJustin Ruggles2011-10-02
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Move sine windows to a separate fileMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* cosmetics: indentation and spacingJustin Ruggles2011-01-28
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö2010-06-14
* ReindentMartin Storsjö2010-06-14
* nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö2010-06-14
* ReindentMartin Storsjö2010-06-14
* nellymoserdec: Allow using unusual input block sizesMartin Storsjö2010-06-14
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* 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
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06