summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra288.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-231-2/+2
|\
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | ra288: Check block align.Michael Niedermayer2012-11-241-0/+5
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-1/+6
|\ \ | |/
| * ra288dec: set channel layoutJustin Ruggles2012-11-011-1/+6
* | ra288: assert order to be withinn supported range in do_hybrid_window()Michael Niedermayer2012-10-151-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-281-3/+2
|\ \ | |/
| * celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-3/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-4/+5
|\ \ | |/
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-081-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-221-7/+7
|\ \ | |/
| * Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-211-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+1
|\ \ | |/
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-9/+18
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-9/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-101-2/+2
|\ \ | |/
| * ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles2011-11-091-3/+3
* | ra288: try to fix 10l typo that breaks compile on some platformsMichael Niedermayer2011-11-091-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-091-20/+22
|\ \ | |/
| * ra288: return error if input buffer is too smallJustin Ruggles2011-11-081-1/+1
| * ra288: utilize DSPContext.vector_fmul()Justin Ruggles2011-11-081-16/+18
| * ra288: use memcpy() to copy decoded samples to outputJustin Ruggles2011-11-081-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-111-6/+13
|\ \ | |/
| * ra288: log an error message when output buffer is too small.Justin Ruggles2011-10-101-2/+4
| * ra288: use a more descriptive calculation for output data sizeJustin Ruggles2011-10-101-5/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-11/+8
|\ \ | |/
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+8
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | ra288: avoid one multiplyMichael Niedermayer2011-08-091-3/+3
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* ra288: convert VLAs to fixed sizeMåns Rullgård2010-06-271-4/+8
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-4/+0
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+3
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-241-6/+3
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-301-13/+3
* Simplify: avoid duplication backward_filter()Vitor Sessak2008-09-261-20/+15
* Do instead of divising a float by a constant, multiply by its inverseVitor Sessak2008-09-251-2/+2
OpenPOWER on IntegriCloud