summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAge
...
* Remove another useless variable from contextVitor Sessak2008-05-24
* Use an intermediate variable for overflow testingVitor Sessak2008-05-24
* Handle the case where we do not have enough inputVitor Sessak2008-05-24
* Simplify eq()Vitor Sessak2008-05-24
* Simplify final()Vitor Sessak2008-05-24
* Simplify rms()Vitor Sessak2008-05-24
* More simplifications of ra144_decode_frame()Vitor Sessak2008-05-24
* Make wavtable a table instead of an arrayVitor Sessak2008-05-24
* Make gbuf2 a table instead of an arrayVitor Sessak2008-05-21
* Remove unneeded var from contextVitor Sessak2008-05-21
* Cosmetics: indentationVitor Sessak2008-05-21
* Simplify irms()Vitor Sessak2008-05-21
* Simplify add_wav()Vitor Sessak2008-05-21
* Only one out of two values of gbuf1 is actually used. Make it half the size.Vitor Sessak2008-05-21
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-21
* Simplify ra144_decode_frame() by unrolling a senselessVitor Sessak2008-05-21
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-21
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-17
* Minor simplification of rotate_block()Vitor Sessak2008-05-17
* Cosmetics: indentationVitor Sessak2008-05-17
* Cosmetics: rename variableVitor Sessak2008-05-17
* Simplify ra144_decode_frame()Vitor Sessak2008-05-17
* Remove a useless temporary bufferVitor Sessak2008-05-17
* Remove useless buffersVitor Sessak2008-05-15
* Simplify rotate_block()Vitor Sessak2008-05-15
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
* Declare vars as const when possibleVitor Sessak2008-05-15
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-15
* Read the bitstream where the data is actually needed instead of doing it in u...Vitor Sessak2008-05-15
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-15
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-15
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-15
* Simplify do_voice().Vitor Sessak2008-05-11
* Replace some hardcoded swapping with FFSWAP.Vitor Sessak2008-05-11
* Remove unused defines from ra144.Vitor Sessak2008-05-11
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-11
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-10
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* constMichael Niedermayer2008-02-01
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-11
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
* segfault fixMichael Niedermayer2004-02-06