126 Commits (758a6b3c061141af741c7dd777313f9d944ff86d)

Author SHA1 Message Date
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. 18 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
Loren Merritt d4b287ed36 Snow: cosmetics 19 years ago
Loren Merritt 85fc0e7531 Snow: scale predicted mv based on which reference frame the neighbors used. 19 years ago
Loren Merritt 7f21a9a7b8 Snow: cosmetics 19 years ago
Loren Merritt 871371a768 Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. 19 years ago
Loren Merritt 383f62fdfe Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. 19 years ago
Loren Merritt 8c36eaaa94 Snow multiple reference frames 19 years ago
Loren Merritt 4e64beadf0 Snow 1pass ratecontrol 19 years ago
Michael Niedermayer 3a1a7e32ac sanity checks, some might have been exploitable ... 19 years ago
Robert Edele 561a18d3ba Snow mmx + sse2 part 2 19 years ago
Robert Edele 059715a41c First part of a series of speed-enchancing patches. 19 years ago
Michael Niedermayer fc8c49926c dont pass intra flag if its always 0 19 years ago
Loren Merritt 8f8ae4951e seed iterative_me with mvs from conventional search. 19 years ago
Loren Merritt 07674d518c obey vqscale in 2nd pass 19 years ago
Michael Niedermayer e7c8206e5c av_free -> av_freep 19 years ago
Michael Niedermayer 87f20c2f31 fix %8 != 0 w/h 19 years ago
Dieter ceaf1909c1 add static keyword to some functions 19 years ago
Diego Biurrun 4f59b684a6 Remove all stray tabs and trailing whitespace, this time for good. 19 years ago
Loren Merritt 48d1b9a17c fix convergence of snow iterative_me 19 years ago
Loren Merritt 3de79d0dca revert 1.83 because it's not needed 19 years ago
Loren Merritt d3ac6ed667 detect when iterative_me fails to converge, and stop searching 19 years ago
Loren Merritt b104969fab obmc-aware 4mv 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer c8a596d210 bugs found by valgrind 19 years ago
Loren Merritt 1015631b79 faster iterative_me: avoid duplicate mc of neighboring blocks. 19 years ago
Michael Niedermayer 80e44bc3bf use h264 MC functions for 2xX Xx2 blocks in snow too 19 years ago
Michael Niedermayer 2692ceab8b use h264 MC functions for rectangular blocks too 19 years ago