aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAgeFilesLines
* Use an intermediate variable for overflow testingVitor Sessak2008-05-241-2/+5
* Handle the case where we do not have enough inputVitor Sessak2008-05-241-3/+5
* Simplify eq()Vitor Sessak2008-05-241-28/+11
* Simplify final()Vitor Sessak2008-05-241-17/+12
* Simplify rms()Vitor Sessak2008-05-241-14/+8
* More simplifications of ra144_decode_frame()Vitor Sessak2008-05-241-9/+5
* Make wavtable a table instead of an arrayVitor Sessak2008-05-241-2/+2
* Make gbuf2 a table instead of an arrayVitor Sessak2008-05-211-7/+6
* Remove unneeded var from contextVitor Sessak2008-05-211-12/+10
* Cosmetics: indentationVitor Sessak2008-05-211-2/+2
* Simplify irms()Vitor Sessak2008-05-211-5/+3
* Simplify add_wav()Vitor Sessak2008-05-211-15/+6
* Only one out of two values of gbuf1 is actually used. Make it half the size.Vitor Sessak2008-05-211-4/+2
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-211-2/+2
* Simplify ra144_decode_frame() by unrolling a senselessVitor Sessak2008-05-211-18/+7
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-211-1/+1
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-171-39/+33
* Minor simplification of rotate_block()Vitor Sessak2008-05-171-2/+2
* Cosmetics: indentationVitor Sessak2008-05-171-1/+1
* Cosmetics: rename variableVitor Sessak2008-05-171-4/+4
* Simplify ra144_decode_frame()Vitor Sessak2008-05-171-4/+1
* Remove a useless temporary bufferVitor Sessak2008-05-171-4/+4
* Remove useless buffersVitor Sessak2008-05-151-6/+2
* Simplify rotate_block()Vitor Sessak2008-05-151-13/+8
* Do not pass the context to functions that do not use itVitor Sessak2008-05-151-10/+9
* Declare vars as const when possibleVitor Sessak2008-05-151-23/+25
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-151-15/+8
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-151-54/+45
* Read the bitstream where the data is actually needed instead of doing it in u...Vitor Sessak2008-05-151-51/+18
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-151-1/+1
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-151-1/+1
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-151-2/+2
* Simplify do_voice().Vitor Sessak2008-05-111-15/+8
* Replace some hardcoded swapping with FFSWAP.Vitor Sessak2008-05-111-15/+9
* Remove unused defines from ra144.Vitor Sessak2008-05-111-5/+0
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-111-11/+3
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-1/+0
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-101-48/+20
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-101-372/+438
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constMichael Niedermayer2008-02-011-2/+2
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-111-6/+2
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-3/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-54/+54
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-061-1/+1
* segfault fixMichael Niedermayer2004-02-061-0/+3
* cleanup ugly code (also appearently works around a bug gcc 3.4 which fails co...Michael Niedermayer2004-02-041-7/+8