| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -3/+2 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | imc/iac: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -12/+7 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+5 |
* | 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 | -1/+1 |
* | imc: set channels to 1 instead of validating it | Justin Ruggles | 2012-11-01 | 1 | -2/+4 |
* | iac/imc: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -15/+11 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+1 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -2/+0 |
* | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | imc: remove unused field IMCContext.one_div_log2 | Mans Rullgard | 2012-08-06 | 1 | -2/+0 |
* | imc: fix size of a memset() | Mans Rullgard | 2012-08-06 | 1 | -1/+1 |
* | imc: remove empty if() block | Mans Rullgard | 2012-08-06 | 1 | -3/+0 |
* | iac: generate codec tables as they are supposed to be | Kostya Shishkov | 2012-06-09 | 1 | -6/+62 |
* | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 1 | -13/+59 |
* | imc: make IMDCT support stereo output | Kostya Shishkov | 2012-06-05 | 1 | -6/+10 |
* | imc: move channel-specific data into separate context | Kostya Shishkov | 2012-06-05 | 1 | -187/+217 |
* | imc: some cosmetics | Kostya Shishkov | 2012-05-25 | 1 | -181/+204 |
* | fix typo in comment | Kostya Shishkov | 2012-05-20 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -8/+8 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | get_bits: remove A32 variant | Mans Rullgard | 2011-12-16 | 1 | -1/+0 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -10/+19 |
* | imc: return error codes instead of 0 for error conditions. | Justin Ruggles | 2011-11-02 | 1 | -2/+2 |
* | imc: return meaningful error codes instead of -1 | Justin Ruggles | 2011-11-02 | 1 | -9/+10 |
* | imc: do not set channel layout for stereo | Justin Ruggles | 2011-11-02 | 1 | -1/+1 |
* | imc: validate channel count | Justin Ruggles | 2011-11-02 | 1 | -0/+5 |
* | imc: check for ff_fft_init() failure | Justin Ruggles | 2011-11-02 | 1 | -2/+5 |
* | imc: check output buffer size before decoding | Justin Ruggles | 2011-11-02 | 1 | -2/+8 |
* | imc: use DSPContext.bswap16_buf() to byte-swap packet data | Justin Ruggles | 2011-11-02 | 1 | -3/+3 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | imc: fix undefined float to int conversion | Måns Rullgård | 2010-08-19 | 1 | -1/+1 |
* | Make Intel Music Coder output SAMPLE_FMT_FLT | Vitor Sessak | 2010-07-16 | 1 | -7/+6 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+2 |
* | 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 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |