| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -2/+2 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -2/+2 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -0/+1 |
|\| |
|
| * | nellymoserdec: set channels to 1 | Justin Ruggles | 2012-11-01 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-16 | 1 | -27/+4 |
|\| |
|
| * | nellymoserdec: drop support for s16 output. | Anton Khirnov | 2012-09-16 | 1 | -27/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -8/+8 |
|\| |
|
| * | nellymoserdec: Saner and faster IMDCT windowing | Vitor Sessak | 2012-02-29 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | 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 |
* | | lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_* | Paul B Mahol | 2012-01-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
|\| |
|
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-22 | 1 | -1/+1 |
|\| |
|
| * | nellymoserdec: Indicate that the decoder can handle changed parameters | Martin Storsjö | 2011-12-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -14/+26 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -12/+25 |
* | | nellymoserdec: Use sidedata to support mid stream sample rate changes. | Michael Niedermayer | 2011-11-30 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-29 | 1 | -28/+14 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-03 | 1 | -16/+41 |
|\| |
|
| * | 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 |
* | | Check output buffer size in nellymoser decoder. | Laurent Aimar | 2011-09-22 | 1 | -0/+3 |
|/ |
|
* | 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 |