summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra288.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-9/+18
* ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles2011-11-091-3/+3
* 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
* 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
* 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
* 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
* Move constant multiplication out of the loopVitor Sessak2008-09-241-4/+4
* Cosmetics: move convolve() together with the other DSP functionsVitor Sessak2008-09-241-7/+7
* Simplify: move division by constant off the loopVitor Sessak2008-09-241-2/+3
* Merge the 2 lpc loops.Michael Niedermayer2008-09-231-4/+2
* Factorize lpc code slightly.Michael Niedermayer2008-09-231-9/+7
* Use SAMPLE_FMT_FLT instead of doing the float->int conversion in theVitor Sessak2008-09-171-4/+4
* Cosmetics: line breaksVitor Sessak2008-09-131-3/+2
* Simplify: use a single history buffer for gain and a single one forVitor Sessak2008-09-131-22/+25
* Cosmetics: align spec referencesVitor Sessak2008-09-111-7/+7
* Rename function: s/colmult/apply_window/Vitor Sessak2008-09-111-4/+4
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-111-15/+15
* Convert table to integer.Vitor Sessak2008-09-101-1/+1
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-041-40/+3
* Check *data_size in decode_frame()Vitor Sessak2008-08-061-0/+3
* Cosmetics: alignmentVitor Sessak2008-08-061-2/+2
* Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. ThisVitor Sessak2008-08-061-21/+18
* Rename prodsum() function to convolve()Vitor Sessak2008-08-051-3/+3
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-1/+7
* Do not declare a counter as unsigned when it is not neededVitor Sessak2008-07-291-1/+1
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-291-33/+33
* Cosmetics: new lineVitor Sessak2008-07-281-0/+1
* Remove the now useless phase variable from contextVitor Sessak2008-07-281-3/+1
* Cosmetics: make comment match var nameVitor Sessak2008-07-281-1/+1
* Cosmetics: align commentsVitor Sessak2008-07-281-3/+3
* Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/Vitor Sessak2008-07-281-11/+13
* Declare temporary buffers to be only of the necessary sizeVitor Sessak2008-07-281-3/+3
* Remove redundant commentsVitor Sessak2008-07-281-2/+0
* Cosmetics: do not align with now removed next instructionVitor Sessak2008-07-281-1/+1
OpenPOWER on IntegriCloud