| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify: do not overuse pointer aritmetic | Vitor Sessak | 2008-07-17 | 1 | -8/+5 |
* | Declare parameters of pred() that could be const as such | Vitor Sessak | 2008-07-17 | 1 | -1/+1 |
* | Another simplification | Vitor Sessak | 2008-07-17 | 1 | -3/+1 |
* | Simplify | Vitor Sessak | 2008-07-17 | 1 | -2/+4 |
* | Simplify | Vitor Sessak | 2008-07-17 | 1 | -4/+3 |
* | Declare function parameters as const | Vitor Sessak | 2008-07-17 | 1 | -5/+6 |
* | Revert r14218. FFMAX is a macro, so | Vitor Sessak | 2008-07-14 | 1 | -1/+3 |
* | Simplify | Vitor Sessak | 2008-07-13 | 1 | -3/+1 |
* | Another av_clipf() usage | Vitor Sessak | 2008-07-13 | 1 | -4/+1 |
* | Do not declare as double a var that only stores a float | Vitor Sessak | 2008-07-13 | 1 | -2/+2 |
* | Simplify: use FFMAX | Vitor Sessak | 2008-07-13 | 1 | -2/+1 |
* | Add av_clipf() function to common.h and use it in ra288.c | Vitor Sessak | 2008-07-13 | 1 | -8/+2 |
* | Simplify: glob->phase is always == 3 | Vitor Sessak | 2008-07-06 | 1 | -7/+4 |
* | Remove phasep context var, it is just phase*5 | Vitor Sessak | 2008-07-06 | 1 | -5/+5 |
* | Slighly faster operation | Vitor Sessak | 2008-07-06 | 1 | -1/+1 |
* | Cosmetics: remove braces | Vitor Sessak | 2008-07-06 | 1 | -2/+1 |
* | Another use of scalar_product_float() | Vitor Sessak | 2008-07-06 | 1 | -3/+2 |
* | Do not reimplement memmove() | Vitor Sessak | 2008-07-06 | 1 | -4/+2 |
* | Cosmetics: remove braces | Vitor Sessak | 2008-07-05 | 1 | -2/+1 |
* | Create a function for float dot product instead of duplicating all over the file | Vitor Sessak | 2008-07-05 | 1 | -20/+14 |
* | Write for loops in a more standard way. In my opinion, they are much more rea... | Vitor Sessak | 2008-07-04 | 1 | -14/+32 |
* | Move vars declaration to inner loop when possible | Vitor Sessak | 2008-07-04 | 1 | -12/+9 |
* | Simplify | Vitor Sessak | 2008-07-04 | 1 | -6/+4 |
* | Remove unneeded var | Vitor Sessak | 2008-07-03 | 1 | -3/+1 |
* | Use a matrix instead of a vector | Vitor Sessak | 2008-07-03 | 1 | -1/+1 |
* | Remove useless wrapper around ra288_decode_frame() | Vitor Sessak | 2008-06-30 | 1 | -24/+14 |
* | Remove unpack() function, read the bitstream as needed | Vitor Sessak | 2008-06-30 | 1 | -21/+8 |
* | Clean up error message | Vitor Sessak | 2008-06-30 | 1 | -1/+1 |
* | Rewrite unpack() using the bitstream reader | Vitor Sessak | 2008-06-30 | 1 | -20/+9 |
* | Move function to avoid forward declaration | Vitor Sessak | 2008-06-30 | 1 | -37/+31 |
* | Remove useless initialization | Vitor Sessak | 2008-06-30 | 1 | -8/+1 |
* | Reindent the whole file | Vitor Sessak | 2008-06-30 | 1 | -153/+195 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -16/+16 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -2/+2 |
* | Cook compatibe decoder, patch by Benjamin Larsson | Benjamin Larsson | 2005-12-09 | 1 | -29/+7 |
* | * fixing a few of gcc 'clean-code' warnings | Zdenek Kabelac | 2004-10-06 | 1 | -1/+1 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -2/+2 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -2/+2 |
* | removed unused variables | Fabrice Bellard | 2003-08-24 | 1 | -1/+1 |
* | moved the tables into header files (and applied the 'static' patch). Nick: wh... | Alex Beregszaszi | 2003-06-29 | 1 | -181/+1 |
* | optimization: merge phases 0 and 1 | Nick Kurshev | 2003-06-18 | 1 | -15/+9 |
* | to be more precise | Nick Kurshev | 2003-06-17 | 1 | -1/+1 |
* | finally works now | Nick Kurshev | 2003-06-17 | 1 | -49/+49 |
* | some useful warning | Nick Kurshev | 2003-06-16 | 1 | -6/+19 |
* | * removed redundant includes (they were even wrongly used) | Zdenek Kabelac | 2003-06-13 | 1 | -1/+0 |