| Commit message (Expand) | Author | Age | Files | Lines |
* | nellymoserdec: use dsp functions for overlap and windowing | Justin Ruggles | 2011-10-28 | 1 | -19/+4 |
* | nellymoserdec: do not fail if there is extra data in the packet | Justin Ruggles | 2011-10-28 | 1 | -5/+4 |
* | nellymoserdec: fail if output buffer is too small | Justin Ruggles | 2011-10-28 | 1 | -1/+5 |
* | nellymoserdec: remove pointless buffer size check. | Justin Ruggles | 2011-10-28 | 1 | -5/+0 |
* | nellymoserdec: allocate float_buf only when decoding to int16 | Justin Ruggles | 2011-10-02 | 1 | -1/+7 |
* | nellymoserdec: use NELLY_BUF_LEN instead of 128 | Justin Ruggles | 2011-10-02 | 1 | -1/+1 |
* | nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. | Justin Ruggles | 2011-10-02 | 1 | -2/+2 |
* | nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. | Justin Ruggles | 2011-10-02 | 1 | -7/+22 |
* | nellymoser: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -5/+12 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -2/+2 |
* | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -1/+4 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -1/+1 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -8/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -1/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | nellymoserdec: Increase the log level of messages when failing to decode data | Martin Storsjö | 2010-06-14 | 1 | -1/+1 |
* | Reindent | Martin Storsjö | 2010-06-14 | 1 | -5/+5 |
* | nellymoserdec: Simplify calculation of numbers of blocks | Martin Storsjö | 2010-06-14 | 1 | -14/+7 |
* | Reindent | Martin Storsjö | 2010-06-14 | 1 | -2/+2 |
* | nellymoserdec: Allow using unusual input block sizes | Martin Storsjö | 2010-06-14 | 1 | -0/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -2/+2 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -1/+1 |
* | nellymoser: use constant seed for dithering RNG | Måns Rullgård | 2009-11-29 | 1 | -1/+1 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -1/+1 |
* | Use skip_bits_long() for large skips | David Conrad | 2009-05-14 | 1 | -1/+1 |
* | Support 16K samplerate in Nellymoser. | Alexander Chemeris | 2009-05-11 | 1 | -0/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Get rid of av_random in nellymoserdec.c | Benjamin Larsson | 2009-03-20 | 1 | -4/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | Use shared sine window instead of defining another one. | Vitor Sessak | 2009-01-17 | 1 | -6/+4 |
* | Set channel_layout | Benjamin Larsson | 2008-11-16 | 1 | -0/+1 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -3/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro... | Benjamin Larsson | 2008-07-23 | 1 | -1/+1 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2008-07-05 | 1 | -1/+0 |
* | Add generic ff_sine_window_init function and implement in codecs appropriately | Robert Swain | 2008-06-22 | 1 | -3/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |