143 Commits (59e6f60a99741137811dea2c2980e1f8adbdf0df)

Author SHA1 Message Date
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 17 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Loren Merritt 1cfe393a25 doxy comment tweaks 18 years ago
Guillaume Poirier bb21f1762a Add doxy comments, based on Loren's explanations posted here: 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Michael Niedermayer d951bb9a5c test DIRECT{0,0} too if flag mv0 is used 18 years ago
Michael Niedermayer 2175b80bed simplify 18 years ago
Michael Niedermayer 3b9cf3bdb3 i think this if() is useless lets abuse our users to test this ;) 18 years ago
Michael Niedermayer 2f16af0667 skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) 18 years ago
Michael Niedermayer 95cefcb4ed 10l 18 years ago
Michael Niedermayer af6a403a05 warn user if the selected diamond size is larger then the motion estimation score cache size 18 years ago
Michael Niedermayer a6daaf7cce limit x/ymin/max to me_range 18 years ago
Guillaume Poirier e828d257e7 Doxygen comments about variables described by Michael here: 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Diego Biurrun c6c367254f spelling cosmetics: cliped --> clipped 18 years ago
Michael Niedermayer dd7e46e7c3 new I/P frame selection heuristic 18 years ago
Michael Niedermayer 95da34cd54 CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks 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
Marco Manfredini 8226ecaa6c Fix CHECK_BIDIR macro so it works with Intel's Compiler 18 years ago
Michael Niedermayer 8437ff75f8 asserts to check if assumed conditions really are true 19 years ago
Steve L'Homme 267f7edcd1 (f)printf --> av_log conversion 19 years ago
Corey Hickey 39a64e3023 sc_factor support for encoding. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Loren Merritt 8bf755d4ff 10l: bidir_refine didn't save the new mvs. also improve speed. 19 years ago
Michael Niedermayer aaaa6f1549 dont discard least significant bits 19 years ago
Michael Niedermayer aacb6acc8a hmm did i mess the scaling of these up at some point? 19 years ago
Michael Niedermayer d4f0c2fcc3 10l (segfault fix) 19 years ago
Michael Niedermayer 316a2ec84c bidir refine support 19 years ago
Michael Niedermayer 377798d6bd minor typo 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 95ae72b7e0 Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Michael Niedermayer 0cc64d3d1c fix assertion failure for mpeg2 encoding 19 years ago
Michael Niedermayer 2f300f8965 motion vector limit for mpeg2 19 years ago
Diego Biurrun bb628dae44 spelling fixes 20 years ago
Michael Niedermayer 725de25c4c fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi' 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer cec1f05fd7 check mb/me_threshold range, fixes assertion failure 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 096c3b7e90 overflow fix 20 years ago
Michael Niedermayer 1c3990dbba H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) 20 years ago
Michael Niedermayer 7494cac0fd fix constrained parameters flag 20 years ago
Michael Niedermayer 155ec6edf8 quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) 20 years ago
Michael Niedermayer 26efc54e4a 4x4 SSE compare function 20 years ago
Michael Niedermayer dbc56b3914 chroma me fix 21 years ago
Michael Niedermayer ae1dbde1cf clip input motion vectors 21 years ago
Michael Niedermayer d4c5d2adf3 nsse weight 21 years ago