181 Commits (816ebf93201cd11e01b59c136930f317192d160e)

Author SHA1 Message Date
Michael Niedermayer 7e2ea58313 some const 17 years ago
Baptiste Coudurier 8943802849 add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || 17 years ago
Baptiste Coudurier f0a7084088 Add const qualifier, fix warnings: 17 years ago
Diego Biurrun 6a339972af Remove unused variables in test code. 17 years ago
Diego Biurrun 07e4e3ea8b Consistently use TEST as the preprocessor condition to enable test code. 17 years ago
Michael Niedermayer 526e037b95 Remove green clouds. 17 years ago
Michael Niedermayer 1918057c8a prevent warnings about functions being possibly unused 17 years ago
Michael Niedermayer 9a3bb2b89c thank you for your efforts to keep my code clean, but i would like to 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Diego Biurrun eb72cacb21 Remove unused functions, fixes the warnings: 17 years ago
Aurelien Jacobs 87246a01cf avoid some halfpel related #ifdef 17 years ago
Diego Biurrun a0c013de34 Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: 17 years ago
Diego Biurrun 96e2fbf27b Add comments to some #endif directives. 17 years ago
Diego Biurrun f073a3934a cosmetics: Fix vissual --> visual typo. 17 years ago
Stefano Sabatini 2e39d0cd5b Improve unsupported (pixel) format error message. 17 years ago
Diego Biurrun 3ea7841120 warning fixes: 17 years ago
Michael Niedermayer ff193e6419 some experimental iterative quantization code 17 years ago
Michael Niedermayer 8db1372814 make changing spatial_decomposition_count per frame work 17 years ago
Michael Niedermayer dbd6a1fee8 do not ignore return of decode_header() 17 years ago
Michael Niedermayer b85bf991f6 do not force the halfpel filter coeffs to be retransmitted on every frame 17 years ago
Michael Niedermayer e559c30a20 allow changing of the spatial_decomposition_count and quantization tables 17 years ago
Michael Niedermayer 4f90f33ab4 perform init after reading the values needed for init 17 years ago
Michael Niedermayer 081c9d1d7b unneeded and impossible during init ... 17 years ago
Michael Niedermayer 32272f7e95 unused 17 years ago
Michael Niedermayer 014f9d233f allocate slice buffer after parsing the header containing needed parameters 17 years ago
Michael Niedermayer ba8964db60 remove () 17 years ago
Michael Niedermayer 61806e9fa7 spatial_decomposition_count != 5 bugfix 17 years ago
Michael Niedermayer fa731ccd4e scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) 17 years ago
Michael Niedermayer 61d6e445b1 rename HTAPS -> HTAPS_MAX (later is correct after the previous change) 17 years ago
Michael Niedermayer 7d7f57d939 store halfpel filter coefficients in the header as well as the 17 years ago
Michael Niedermayer 4770a97aae remove outcommented code 17 years ago
Michael Niedermayer 65dc0f532d indention 17 years ago
Michael Niedermayer a68ca08e30 cleanup mc_block() 17 years ago
Michael Niedermayer 2b48d8ba4a add a 8 taps filter for testing 17 years ago
Michael Niedermayer 71dce72bee Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. 17 years ago
Michael Niedermayer 5be3a81871 code to do halfpel interpolation per frame (unfinished and under ifdef but it 17 years ago
Luca Barbato 9d14ffbcce Cosmetics 17 years ago
Michael Niedermayer ff06e0677b cleanup (remove some old experimentation related code) 17 years ago
Michael Niedermayer b5b88eb3b4 we only have 2 wavelets, the 3rd was just for experimentation ... 17 years ago
Michael Niedermayer d593e32983 use 16bit IDWT (a SIMD implementation of it should be >2x faster then with 17 years ago
Michael Niedermayer b538791bc9 use more bits on the encoder side 17 years ago
Michael Niedermayer 81717747ab simplify 17 years ago
Michael Niedermayer ce611a27be Change rounding of the horizontal DWT to match the vertical one. 17 years ago
Michael Niedermayer 49ca0e531a get rid of idiotc double subtraction 17 years ago
Diego Biurrun 1903245071 Ahem, fix typos overlooked in last commit. 17 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 17 years ago
Panagiotis Issaris d04d5bcd0e Fix the self tests which are contained in some codecs and are using random(). 17 years ago
Måns Rullgård bad700e346 trivial warning fixes 17 years ago
Aurelien Jacobs 32a4d995ea include snow encoder only if it is not disabled 17 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago