51 Commits (be390a4e2e71e21fd6185185a7f5c882ff16ed05)

Author SHA1 Message Date
Vitor Sessak 96e8987e5b Simplify: do not overuse pointer aritmetic 17 years ago
Vitor Sessak c52d2da905 Declare parameters of pred() that could be const as such 17 years ago
Vitor Sessak efa85e5e45 Another simplification 17 years ago
Vitor Sessak 4a51e06bfc Simplify 17 years ago
Vitor Sessak 02a1eb9329 Simplify 17 years ago
Vitor Sessak e4265007a6 Declare function parameters as const 17 years ago
Vitor Sessak 0e3510a31f Revert r14218. FFMAX is a macro, so 17 years ago
Vitor Sessak b903a9285e Simplify 17 years ago
Vitor Sessak 3819081f75 Another av_clipf() usage 17 years ago
Vitor Sessak aa64ee30d1 Do not declare as double a var that only stores a float 17 years ago
Vitor Sessak 1894db1487 Simplify: use FFMAX 17 years ago
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 17 years ago
Vitor Sessak 5be30c59da Simplify: glob->phase is always == 3 17 years ago
Vitor Sessak f803495415 Remove phasep context var, it is just phase*5 17 years ago
Vitor Sessak eb73742d6e Slighly faster operation 17 years ago
Vitor Sessak 8edfd15175 Cosmetics: remove braces 17 years ago
Vitor Sessak a5f0f504df Another use of scalar_product_float() 17 years ago
Vitor Sessak a03a6db1af Do not reimplement memmove() 17 years ago
Vitor Sessak 647b90ae0e Cosmetics: remove braces 17 years ago
Vitor Sessak 7a64649d68 Create a function for float dot product instead of duplicating all over the file 17 years ago
Vitor Sessak 6f1e7a9e09 Write for loops in a more standard way. In my opinion, they are much more readable now. 17 years ago
Vitor Sessak 69c23e6f33 Move vars declaration to inner loop when possible 17 years ago
Vitor Sessak 12ea267bca Simplify 17 years ago
Vitor Sessak ab52eb8e50 Remove unneeded var 17 years ago
Vitor Sessak 780433976d Use a matrix instead of a vector 17 years ago
Vitor Sessak f38deb4452 Remove useless wrapper around ra288_decode_frame() 17 years ago
Vitor Sessak 6091357fc0 Remove unpack() function, read the bitstream as needed 17 years ago
Vitor Sessak 285ea3e30a Clean up error message 17 years ago
Vitor Sessak a40b2c2a4b Rewrite unpack() using the bitstream reader 17 years ago
Vitor Sessak 4452836391 Move function to avoid forward declaration 17 years ago
Vitor Sessak c1fadf5012 Remove useless initialization 17 years ago
Vitor Sessak eec7ade275 Reindent the whole file 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Michael Niedermayer 3cc89383f7 const 17 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
Benjamin Larsson e0f7e32970 Cook compatibe decoder, patch by Benjamin Larsson 19 years ago
Zdenek Kabelac 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 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
Nick Kurshev cebe4432e9 optimization: merge phases 0 and 1 22 years ago
Nick Kurshev c3b4e0eb15 to be more precise 22 years ago
Nick Kurshev 860208a400 finally works now 22 years ago
Nick Kurshev 0b15bfe7cc some useful warning 22 years ago
Zdenek Kabelac 2248dd89ae * removed redundant includes (they were even wrongly used) 22 years ago