| Commit message (Expand) | Author | Age | Files | Lines |
* | nellymoser: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -3/+6 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -2/+2 |
* | nellymoserdec: set channels to 1 | Justin Ruggles | 2012-11-01 | 1 | -0/+1 |
* | nellymoserdec: drop support for s16 output. | Anton Khirnov | 2012-09-16 | 1 | -27/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | nellymoserdec: Saner and faster IMDCT windowing | Vitor Sessak | 2012-02-29 | 1 | -8/+8 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT | Anton Khirnov | 2012-01-12 | 1 | -1/+1 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | nellymoserdec: Indicate that the decoder can handle changed parameters | Martin Storsjö | 2011-12-21 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+25 |
* | 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 |