| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-10 | 1 | -2/+2 |
|\ |
|
| * | ra288: fix formatting of LOCAL_ALIGNED_16 | Justin Ruggles | 2011-11-09 | 1 | -3/+3 |
* | | ra288: try to fix 10l typo that breaks compile on some platforms | Michael Niedermayer | 2011-11-09 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-09 | 1 | -20/+22 |
|\ \
| |/ |
|
| * | ra288: return error if input buffer is too small | Justin Ruggles | 2011-11-08 | 1 | -1/+1 |
| * | ra288: utilize DSPContext.vector_fmul() | Justin Ruggles | 2011-11-08 | 1 | -16/+18 |
| * | ra288: use memcpy() to copy decoded samples to output | Justin Ruggles | 2011-11-08 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 1 | -6/+13 |
|\ \
| |/ |
|
| * | ra288: log an error message when output buffer is too small. | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
| * | ra288: use a more descriptive calculation for output data size | Justin Ruggles | 2011-10-10 | 1 | -5/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -11/+8 |
|\ \
| |/ |
|
| * | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+8 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | ra288: avoid one multiply | Michael Niedermayer | 2011-08-09 | 1 | -3/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | ra288: convert VLAs to fixed size | Måns Rullgård | 2010-06-27 | 1 | -4/+8 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -4/+0 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | 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 | -2/+3 |
* | Do not reimplement ff_celp_lp_synthesis_filterf(). | Vitor Sessak | 2009-02-24 | 1 | -6/+3 |
* | Use ff_dot_productf() in ra288.c | Vitor Sessak | 2008-10-30 | 1 | -13/+3 |
* | Simplify: avoid duplication backward_filter() | Vitor Sessak | 2008-09-26 | 1 | -20/+15 |
* | Do instead of divising a float by a constant, multiply by its inverse | Vitor Sessak | 2008-09-25 | 1 | -2/+2 |
* | Move constant multiplication out of the loop | Vitor Sessak | 2008-09-24 | 1 | -4/+4 |
* | Cosmetics: move convolve() together with the other DSP functions | Vitor Sessak | 2008-09-24 | 1 | -7/+7 |
* | Simplify: move division by constant off the loop | Vitor Sessak | 2008-09-24 | 1 | -2/+3 |
* | Merge the 2 lpc loops. | Michael Niedermayer | 2008-09-23 | 1 | -4/+2 |
* | Factorize lpc code slightly. | Michael Niedermayer | 2008-09-23 | 1 | -9/+7 |
* | Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the | Vitor Sessak | 2008-09-17 | 1 | -4/+4 |
* | Cosmetics: line breaks | Vitor Sessak | 2008-09-13 | 1 | -3/+2 |
* | Simplify: use a single history buffer for gain and a single one for | Vitor Sessak | 2008-09-13 | 1 | -22/+25 |
* | Cosmetics: align spec references | Vitor Sessak | 2008-09-11 | 1 | -7/+7 |
* | Rename function: s/colmult/apply_window/ | Vitor Sessak | 2008-09-11 | 1 | -4/+4 |
* | misc spelling/wording/grammar fixes | Diego Biurrun | 2008-09-11 | 1 | -15/+15 |
* | Convert table to integer. | Vitor Sessak | 2008-09-10 | 1 | -1/+1 |
* | Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco... | Vitor Sessak | 2008-09-04 | 1 | -40/+3 |
* | Check *data_size in decode_frame() | Vitor Sessak | 2008-08-06 | 1 | -0/+3 |
* | Cosmetics: alignment | Vitor Sessak | 2008-08-06 | 1 | -2/+2 |
* | Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This | Vitor Sessak | 2008-08-06 | 1 | -21/+18 |
* | Rename prodsum() function to convolve() | Vitor Sessak | 2008-08-05 | 1 | -3/+3 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -1/+7 |
* | Do not declare a counter as unsigned when it is not needed | Vitor Sessak | 2008-07-29 | 1 | -1/+1 |
* | Cosmetics: rename loop counter vars to i,j | Vitor Sessak | 2008-07-29 | 1 | -33/+33 |
* | Cosmetics: new line | Vitor Sessak | 2008-07-28 | 1 | -0/+1 |
* | Remove the now useless phase variable from context | Vitor Sessak | 2008-07-28 | 1 | -3/+1 |
* | Cosmetics: make comment match var name | Vitor Sessak | 2008-07-28 | 1 | -1/+1 |
* | Cosmetics: align comments | Vitor Sessak | 2008-07-28 | 1 | -3/+3 |