152 Commits (7d7f57d93932684896e87ee0859086fabe6529e6)

Author SHA1 Message Date
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. 18 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
Panagiotis Issaris d04d5bcd0e Fix the self tests which are contained in some codecs and are using random(). 18 years ago
Måns Rullgård bad700e346 trivial warning fixes 18 years ago
Aurelien Jacobs 32a4d995ea include snow encoder only if it is not disabled 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Michael Niedermayer 61d49d122c fix assert() 2nd try 18 years ago
Michael Niedermayer 1e6b570087 fix assertion failure 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Panagiotis Issaris 9dd6c80453 Add the const specifier as needed to reduce the number of warnings. 18 years ago
Panagiotis Issaris b5bfb9f9de Silence GCC when incorrectly complaining that the "line" variable could be used 18 years ago
Panagiotis Issaris aadcc5cecd Bring down the number of snow.c warnings from 27 to 17 by using the const 18 years ago
Panagiotis Issaris 6884c36c42 Brings down the number of snow.c warnings from 33 to 27 by putting parentheses 18 years ago
Panagiotis Issaris e2158da8cc Change the Snow encoder to always use the available MotionEstContext pointer. 18 years ago
Michael Niedermayer 1e90b34f08 dead code removial 18 years ago
Michael Niedermayer 396a5e6837 store a few values in the header as difference to the last 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Måns Rullgård 1d50395746 rename squareTbl -> ff_squareTbl 18 years ago
Tom Harper a9dc190f17 outputs bit spent on various encoding functions (motion vectors, overhead, etc) 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Michael Niedermayer 5ed0d67da5 -1 is a valid return value in ratecontrol_1pass() -> 100l for takis 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 36c32bdddf Remove unused variables and the corresponding warnings along with them. 18 years ago
Panagiotis Issaris 4156a436e3 Handle possible failure of ff_eval. 18 years ago
Loren Merritt f7e89c73e3 snow cosmetics: merge the sliced and non-sliced versions of add_yblock 18 years ago
Loren Merritt 74e6a8aade fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. 18 years ago
Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 19 years ago
Michael Niedermayer 086bfd256e support doing motion estimation and compensation without any residual transform or coding 19 years ago
Loren Merritt 7374794a89 Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. 19 years ago