summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAge
...
* 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
* cleanup ugly code (also appearently works around a bug gcc 3.4 which fails co...Michael Niedermayer2004-02-04
* removed unused variablesFabrice Bellard2003-08-24
* moved the tables into header files (and applied the 'static' patch). Nick: wh...Alex Beregszaszi2003-06-29
* * removed redundant includes (they were even wrongly used)Zdenek Kabelac2003-06-13
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code fro...Nick Kurshev2003-06-13