| Commit message (Expand) | Author | Age | Files | Lines |
* | prevent warnings about functions being possibly unused | Michael Niedermayer | 2007-12-06 | 1 | -2/+2 |
* | thank you for your efforts to keep my code clean, but i would like to | Michael Niedermayer | 2007-12-06 | 1 | -0/+14 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Remove unused functions, fixes the warnings: | Diego Biurrun | 2007-11-16 | 1 | -14/+0 |
* | avoid some halfpel related #ifdef | Aurelien Jacobs | 2007-11-15 | 1 | -5/+3 |
* | Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: | Diego Biurrun | 2007-11-15 | 1 | -0/+2 |
* | Add comments to some #endif directives. | Diego Biurrun | 2007-11-10 | 1 | -7/+6 |
* | cosmetics: Fix vissual --> visual typo. | Diego Biurrun | 2007-11-10 | 1 | -2/+2 |
* | Improve unsupported (pixel) format error message. | Stefano Sabatini | 2007-11-10 | 1 | -1/+1 |
* | warning fixes: | Diego Biurrun | 2007-10-11 | 1 | -3/+1 |
* | some experimental iterative quantization code | Michael Niedermayer | 2007-09-23 | 1 | -2/+123 |
* | make changing spatial_decomposition_count per frame work | Michael Niedermayer | 2007-09-09 | 1 | -10/+19 |
* | do not ignore return of decode_header() | Michael Niedermayer | 2007-09-09 | 1 | -1/+2 |
* | do not force the halfpel filter coeffs to be retransmitted on every frame | Michael Niedermayer | 2007-09-09 | 1 | -3/+2 |
* | allow changing of the spatial_decomposition_count and quantization tables | Michael Niedermayer | 2007-09-09 | 1 | -21/+42 |
* | perform init after reading the values needed for init | Michael Niedermayer | 2007-09-09 | 1 | -29/+35 |
* | unneeded and impossible during init ... | Michael Niedermayer | 2007-09-09 | 1 | -1/+0 |
* | unused | Michael Niedermayer | 2007-09-09 | 1 | -2/+2 |
* | allocate slice buffer after parsing the header containing needed parameters | Michael Niedermayer | 2007-09-09 | 1 | -7/+4 |
* | remove () | Michael Niedermayer | 2007-09-09 | 1 | -1/+1 |
* | spatial_decomposition_count != 5 bugfix | Michael Niedermayer | 2007-09-09 | 1 | -1/+1 |
* | scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) | Michael Niedermayer | 2007-09-09 | 1 | -96/+96 |
* | rename HTAPS -> HTAPS_MAX (later is correct after the previous change) | Michael Niedermayer | 2007-09-08 | 1 | -42/+42 |
* | store halfpel filter coefficients in the header as well as the | Michael Niedermayer | 2007-09-08 | 1 | -38/+114 |
* | remove outcommented code | Michael Niedermayer | 2007-09-08 | 1 | -11/+0 |
* | indention | Michael Niedermayer | 2007-09-08 | 1 | -44/+44 |
* | cleanup mc_block() | Michael Niedermayer | 2007-09-08 | 1 | -35/+150 |
* | add a 8 taps filter for testing | Michael Niedermayer | 2007-09-05 | 1 | -0/+8 |
* | Replace constants by HTAPS (half pel interpolation filter taps) where appropr... | Michael Niedermayer | 2007-09-05 | 1 | -23/+32 |
* | code to do halfpel interpolation per frame (unfinished and under ifdef but it | Michael Niedermayer | 2007-09-05 | 1 | -3/+61 |
* | Cosmetics | Luca Barbato | 2007-09-01 | 1 | -14/+56 |
* | cleanup (remove some old experimentation related code) | Michael Niedermayer | 2007-08-25 | 1 | -301/+2 |
* | we only have 2 wavelets, the 3rd was just for experimentation ... | Michael Niedermayer | 2007-08-25 | 1 | -1/+1 |
* | use 16bit IDWT (a SIMD implementation of it should be >2x faster then with | Michael Niedermayer | 2007-08-25 | 1 | -125/+184 |
* | use more bits on the encoder side | Michael Niedermayer | 2007-08-23 | 1 | -1/+8 |
* | simplify | Michael Niedermayer | 2007-08-22 | 1 | -1/+1 |
* | Change rounding of the horizontal DWT to match the vertical one. | Michael Niedermayer | 2007-08-21 | 1 | -6/+6 |
* | get rid of idiotc double subtraction | Michael Niedermayer | 2007-08-20 | 1 | -2/+2 |
* | Ahem, fix typos overlooked in last commit. | Diego Biurrun | 2007-07-28 | 1 | -2/+2 |
* | cosmetics: misc typo fixes | Diego Biurrun | 2007-07-28 | 1 | -2/+2 |
* | Fix the self tests which are contained in some codecs and are using random(). | Panagiotis Issaris | 2007-07-19 | 1 | -0/+1 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 1 | -2/+2 |
* | include snow encoder only if it is not disabled | Aurelien Jacobs | 2007-07-05 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+3 |
* | fix assert() 2nd try | Michael Niedermayer | 2007-05-30 | 1 | -1/+1 |
* | fix assertion failure | Michael Niedermayer | 2007-05-29 | 1 | -9/+4 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -6/+6 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -2/+2 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -1/+1 |