Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Wed, 30 May 2007 09:32:25 +0000 |
benoit |
rename attribute_unused to av_unused and moves its declaration to common.h
libavcodec
|
Sat, 31 Mar 2007 23:58:33 +0000 |
lorenm |
doxy comment tweaks
libavcodec
|
Sat, 31 Mar 2007 22:39:43 +0000 |
gpoirier |
Add doxy comments, based on Loren's explanations posted here:
libavcodec
|
Fri, 22 Dec 2006 23:30:57 +0000 |
michael |
test DIRECT{0,0} too if flag mv0 is used
libavcodec
|
Wed, 20 Dec 2006 17:11:54 +0000 |
michael |
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)
libavcodec
|
Wed, 20 Dec 2006 01:30:17 +0000 |
michael |
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though)
libavcodec
|
Tue, 12 Dec 2006 13:31:12 +0000 |
michael |
mv overflow in map fix (untested except regression tests)
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Tue, 05 Dec 2006 12:35:47 +0000 |
michael |
10l umh search needs hex size 2 now after the last change
libavcodec
|
Tue, 05 Dec 2006 12:34:52 +0000 |
michael |
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2
libavcodec
|
Sat, 02 Dec 2006 14:19:49 +0000 |
diego |
spelling cosmetics: cliped --> clipped
libavcodec
|
Sat, 02 Dec 2006 11:24:41 +0000 |
michael |
fix indention
libavcodec
|
Sat, 02 Dec 2006 10:58:20 +0000 |
michael |
dia_size=-1 -> funny_diamond_search()
libavcodec
|
Sat, 02 Dec 2006 10:45:51 +0000 |
michael |
hexagon search
libavcodec
|