54 Commits (ffac8784d615af55978b9deaee561397f6fc0e37)

Author SHA1 Message Date
  Vitor Sessak 13b6729361 Use an intermediate variable for overflow testing 17 years ago
  Vitor Sessak 84490b744e Handle the case where we do not have enough input 17 years ago
  Vitor Sessak be2c232f43 Simplify eq() 17 years ago
  Vitor Sessak 2279dd9e41 Simplify final() 17 years ago
  Vitor Sessak 0853393979 Simplify rms() 17 years ago
  Vitor Sessak c2c237a0d5 More simplifications of ra144_decode_frame() 17 years ago
  Vitor Sessak d548f09ff6 Make wavtable a table instead of an array 17 years ago
  Vitor Sessak afe359c110 Make gbuf2 a table instead of an array 18 years ago
  Vitor Sessak 53da3f5f92 Remove unneeded var from context 18 years ago
  Vitor Sessak 3ceac114ee Cosmetics: indentation 18 years ago
  Vitor Sessak c32985829a Simplify irms() 18 years ago
  Vitor Sessak bf6497e911 Simplify add_wav() 18 years ago
  Vitor Sessak c7666095fa Only one out of two values of gbuf1 is actually used. Make it half the size. 18 years ago
  Vitor Sessak 65189c6cac Make etable1 and etable2 tables instead of arrays. 18 years ago
  Vitor Sessak 59ffb6e2cc Simplify ra144_decode_frame() by unrolling a senseless 18 years ago
  Vitor Sessak 432a54ef80 Use ff_sqrt() function instead of using a table 18 years ago
  Vitor Sessak 47abbd3eb9 Cosmetics: move function to remove forward declarations 18 years ago
  Vitor Sessak f1bf6ba3db Minor simplification of rotate_block() 18 years ago
  Vitor Sessak f54b42736d Cosmetics: indentation 18 years ago
  Vitor Sessak 0c62d04e00 Cosmetics: rename variable 18 years ago
  Vitor Sessak 37e77035f2 Simplify ra144_decode_frame() 18 years ago
  Vitor Sessak e1a51a578e Remove a useless temporary buffer 18 years ago
  Vitor Sessak 0ba20fa566 Remove useless buffers 18 years ago
  Vitor Sessak be4488dcbe Simplify rotate_block() 18 years ago
  Vitor Sessak 177fa453db Do not pass the context to functions that do not use it 18 years ago
  Vitor Sessak e9de4f5640 Declare vars as const when possible 18 years ago
  Vitor Sessak 4aa485a3f6 Do not copy tables to a context var, use them directly 18 years ago
  Vitor Sessak bd0d10c2f1 Remove unneeded fields from the decoder context 18 years ago
  Vitor Sessak ae9b8019ec Read the bitstream where the data is actually needed instead of doing it in unpack_input() 18 years ago
  Vitor Sessak ab5e6526a3 Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) 18 years ago
  Vitor Sessak cf408d8873 Cosmetics: remove useless parenthesis 18 years ago
  Vitor Sessak dbef8b1c84 The first table of decodetable[] is unrelated to the other. Rename it. 18 years ago
  Vitor Sessak 1d46ba661c Simplify do_voice(). 18 years ago
  Vitor Sessak 0d493edd0b Replace some hardcoded swapping with FFSWAP. 18 years ago
  Vitor Sessak cd780422e1 Remove unused defines from ra144. 18 years ago
  Vitor Sessak f863bee841 Simplify a list of array allocations with a loop. 18 years ago
  Vitor Sessak bf21a10f1c Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. 18 years ago
  Vitor Sessak 57ecbbbb1e Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. 18 years ago
  Vitor Sessak 47eb818713 cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, 18 years ago
  Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 18 years ago
  Michael Niedermayer 96c5ba1584 const 18 years ago
  Aurelien Jacobs 295f373792 various simplifications around recent av_clip_int16() usage 18 years ago
  Aurelien Jacobs aee481cebe use av_clip_int16() where it makes sense 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 19 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 20 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 20 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 20 years ago
  Zdenek Kabelac 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 21 years ago
  Michael Niedermayer 04a59bfb8d segfault fix 22 years ago
  Michael Niedermayer 8a1f657b28 cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Måns Rullgård)) 22 years ago