index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
motion_est.c
Age
Commit message (
Expand
)
Author
2011-06-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-24
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-08
Remove some non-compiling debug messages.
Diego Biurrun
2011-05-10
motion_est: fix ffmpeg compilation with DEBUG defined
Maksym Veremeyenko
2011-05-02
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-30
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-29
Replace more disabled printf() calls by av_dlog().
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-07
motion_est: fix implicit truncation warnings
Reimar Döffinger
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-02
Optimize bidir_refine a bit.
Michael Niedermayer
2010-04-02
Change bidir refine hash code so we only need to perform a single
Michael Niedermayer
2010-04-02
Reduce the size of the bidir refine hashtable from 4096 to 256 and
Michael Niedermayer
2010-04-02
Move comment that belonged to cmp() back to cmp().
Michael Niedermayer
2010-04-02
slice dice, inline and outline cmp()
Michael Niedermayer
2010-03-23
Change ref_index structure so it matches how its organized in h264.
Michael Niedermayer
2010-03-08
Move ff_sqrt() to libavutil/intmath.h
Måns Rullgård
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-18
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2008-12-02
Fix regression test failure with pthreads on multiprocessor systems.
Michael Niedermayer
2008-09-01
1000l Fix snow regression test that i broke in r15135.
Michael Niedermayer
2008-08-31
Warn the user about me_method values that are not supported.
Michael Niedermayer
2008-07-09
Remove ancient code that hasnt worked in many years.
Michael Niedermayer
2008-05-28
Fix return type of ff_init_me().
Michael Niedermayer
2008-05-27
Check dia size a little more. Fixes CID80.
Michael Niedermayer
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-06-12
misc typo fixes
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2007-03-31
doxy comment tweaks
Loren Merritt
2007-03-31
Add doxy comments, based on Loren's explanations posted here:
Guillaume Poirier
2007-02-25
Add av_ prefix to clip functions
Reimar Döffinger
2006-12-22
test DIRECT{0,0} too if flag mv0 is used
Michael Niedermayer
2006-12-21
simplify
Michael Niedermayer
2006-12-21
i think this if() is useless lets abuse our users to test this ;)
Michael Niedermayer
2006-12-21
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...
Michael Niedermayer
2006-12-17
10l
Michael Niedermayer
2006-12-17
warn user if the selected diamond size is larger then the motion estimation s...
Michael Niedermayer
2006-12-17
limit x/ymin/max to me_range
Michael Niedermayer
2006-12-12
Doxygen comments about variables described by Michael here:
Guillaume Poirier
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-02
spelling cosmetics: cliped --> clipped
Diego Biurrun
2006-11-02
new I/P frame selection heuristic
Michael Niedermayer
2006-10-28
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the...
Michael Niedermayer
2006-10-11
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-08-12
Fix CHECK_BIDIR macro so it works with Intel's Compiler
Marco Manfredini
2006-03-10
asserts to check if assumed conditions really are true
Michael Niedermayer
[next]