176 Commits (88297e80aa005afc4ebdfb4ab68e38a114439905)

Author SHA1 Message Date
Vitor Sessak ae9b8019ec Read the bitstream where the data is actually needed instead of doing it in unpack_input() 17 years ago
Vitor Sessak ab5e6526a3 Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) 17 years ago
Vitor Sessak cf408d8873 Cosmetics: remove useless parenthesis 17 years ago
Vitor Sessak dbef8b1c84 The first table of decodetable[] is unrelated to the other. Rename it. 17 years ago
Vitor Sessak 1d46ba661c Simplify do_voice(). 17 years ago
Vitor Sessak 0d493edd0b Replace some hardcoded swapping with FFSWAP. 17 years ago
Vitor Sessak cd780422e1 Remove unused defines from ra144. 17 years ago
Vitor Sessak f863bee841 Simplify a list of array allocations with a loop. 17 years ago
Vitor Sessak bf21a10f1c Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. 17 years ago
Vitor Sessak 57ecbbbb1e Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. 17 years ago
Vitor Sessak 47eb818713 cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Michael Niedermayer 96c5ba1584 const 17 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' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Zdenek Kabelac 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
Michael Niedermayer 04a59bfb8d segfault fix 21 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)) 21 years ago
Fabrice Bellard d9c533a521 removed unused variables 22 years ago
Alex Beregszaszi 9085af0751 moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 22 years ago
Zdenek Kabelac 2248dd89ae * removed redundant includes (they were even wrongly used) 22 years ago
Nick Kurshev b8414bbd16 RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga 22 years ago