summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
Commit message (Expand)AuthorAge
* 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
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* nellymoser: use constant seed for dithering RNGMåns Rullgård2009-11-29
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Support 16K samplerate in Nellymoser.Alexander Chemeris2009-05-11
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Get rid of av_random in nellymoserdec.cBenjamin Larsson2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-17
* Set channel_layoutBenjamin Larsson2008-11-16
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro...Benjamin Larsson2008-07-23
* Remove unused variable, fixes the warning:Diego Biurrun2008-07-05
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Move declaration a little.Michael Niedermayer2008-05-03
* Setting i to 0 once should do.Michael Niedermayer2008-05-03