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