173 Commits (34271cabacb20f24ad07bff818e3447330cdd851)

Author SHA1 Message Date
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Diego Biurrun 33ad8c3cab cosmetics: Remove some unnecessary block braces. 13 years ago
Mans Rullgard cb668476ab motion_est: make MotionExtContext.map_generation unsigned 13 years ago
Mans Rullgard e708afd3c0 motion_est: fix some signed overflows 13 years ago
Diego Biurrun 473e547e80 motion_est: remove disabled code 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Diego Biurrun ac4a854811 Remove some non-compiling debug messages. 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Diego Biurrun 09cbf60f8e Replace more disabled printf() calls by av_dlog(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reimar Döffinger b0c73ba11f motion_est: fix implicit truncation warnings 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Niedermayer fd8277ffa0 Optimize bidir_refine a bit. 15 years ago
Michael Niedermayer a69220cce0 Change bidir refine hash code so we only need to perform a single 15 years ago
Michael Niedermayer 2d603902f3 Reduce the size of the bidir refine hashtable from 4096 to 256 and 15 years ago
Michael Niedermayer e056d2a24b Move comment that belonged to cmp() back to cmp(). 15 years ago
Michael Niedermayer 919e749772 slice dice, inline and outline cmp() 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Michael Niedermayer a6f2c0d6e5 Fix regression test failure with pthreads on multiprocessor systems. 16 years ago
Michael Niedermayer 6f55b11ec6 1000l Fix snow regression test that i broke in r15135. 16 years ago
Michael Niedermayer b74ec69366 Warn the user about me_method values that are not supported. 16 years ago
Michael Niedermayer fdbb1feb27 Remove ancient code that hasnt worked in many years. 17 years ago
Michael Niedermayer c192426fd8 Fix return type of ff_init_me(). 17 years ago
Michael Niedermayer 540c5220ff Check dia size a little more. Fixes CID80. 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 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