summaryrefslogtreecommitdiff
path: root/libavcodec/ra288.c
Commit message (Expand)AuthorAge
* ra288: assert order to be withinn supported range in do_hybrid_window()Michael Niedermayer2012-10-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-28
|\
| * celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-22
|\|
| * Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-10
|\|
| * ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles2011-11-09
* | ra288: try to fix 10l typo that breaks compile on some platformsMichael Niedermayer2011-11-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-09
|\|
| * ra288: return error if input buffer is too smallJustin Ruggles2011-11-08
| * ra288: utilize DSPContext.vector_fmul()Justin Ruggles2011-11-08
| * ra288: use memcpy() to copy decoded samples to outputJustin Ruggles2011-11-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-11
|\|
| * ra288: log an error message when output buffer is too small.Justin Ruggles2011-10-10
| * ra288: use a more descriptive calculation for output data sizeJustin Ruggles2011-10-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | ra288: avoid one multiplyMichael Niedermayer2011-08-09
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* ra288: convert VLAs to fixed sizeMåns Rullgård2010-06-27
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-24
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-30
* Simplify: avoid duplication backward_filter()Vitor Sessak2008-09-26
* Do instead of divising a float by a constant, multiply by its inverseVitor Sessak2008-09-25
* Move constant multiplication out of the loopVitor Sessak2008-09-24
* Cosmetics: move convolve() together with the other DSP functionsVitor Sessak2008-09-24
* Simplify: move division by constant off the loopVitor Sessak2008-09-24
* Merge the 2 lpc loops.Michael Niedermayer2008-09-23
* Factorize lpc code slightly.Michael Niedermayer2008-09-23
* Use SAMPLE_FMT_FLT instead of doing the float->int conversion in theVitor Sessak2008-09-17
* Cosmetics: line breaksVitor Sessak2008-09-13
* Simplify: use a single history buffer for gain and a single one forVitor Sessak2008-09-13
* Cosmetics: align spec referencesVitor Sessak2008-09-11