Thu, 24 Jul 2008 17:09:28 +0000 |
diego |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
libavcodec
|
Wed, 09 Jul 2008 18:59:52 +0000 |
michael |
New full search ME
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
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
|
Fri, 01 Dec 2006 20:38:54 +0000 |
michael |
remove pretty much useless skiping of some predictors
libavcodec
|
Fri, 01 Dec 2006 09:58:06 +0000 |
michael |
typo in umh
libavcodec
|
Fri, 01 Dec 2006 09:48:33 +0000 |
michael |
UMH support (dia_size=-1 activates it)
libavcodec
|
Fri, 01 Dec 2006 09:46:52 +0000 |
michael |
cosmetic (prevent name clashes of variables in a macro with surrounding code)
libavcodec
|
Thu, 30 Nov 2006 22:44:22 +0000 |
michael |
1 step diamond search around the median MV predictor
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sun, 08 Oct 2006 21:11:03 +0000 |
rathann |
Fixes:
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 07 May 2006 11:48:07 +0000 |
michael |
make zero motion vector threshold user setable
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavcodec
|
Thu, 28 Oct 2004 10:12:57 +0000 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavcodec
|
Mon, 13 Sep 2004 12:37:39 +0000 |
michael |
pre_cmp fix
libavcodec
|
Thu, 26 Aug 2004 20:04:54 +0000 |
michael |
quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily)
libavcodec
|
Sun, 22 Aug 2004 17:16:03 +0000 |
michael |
4x4 SSE compare function
libavcodec
|
Mon, 05 Jul 2004 02:21:38 +0000 |
michael |
shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)
libavcodec
|
Mon, 14 Jun 2004 16:18:04 +0000 |
michael |
fewer overflows
libavcodec
|
Thu, 10 Jun 2004 22:56:43 +0000 |
michael |
clip input motion vectors
libavcodec
|
Tue, 11 May 2004 01:38:46 +0000 |
michael |
moving motion estimation specific variables from MpegEncContext -> MotionEstContext
libavcodec
|
Tue, 11 May 2004 00:58:08 +0000 |
michael |
reduce dependancy between motion estimation and MpegEncContext
libavcodec
|
Thu, 22 Apr 2004 03:31:29 +0000 |
michael |
motion estimation cleanup
libavcodec
|
Fri, 13 Feb 2004 18:39:43 +0000 |
michael |
simplify MV availability check / dont use below last row MV which is always zero
libavcodec
|
Fri, 13 Feb 2004 17:54:10 +0000 |
michael |
multithreaded/SMP motion estimation
libavcodec
|
Sat, 10 Jan 2004 16:04:55 +0000 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
Tue, 30 Dec 2003 16:07:57 +0000 |
michael |
interlaced motion estimation
libavcodec
|
Sun, 24 Aug 2003 22:28:41 +0000 |
bellard |
removed unused variable
libavcodec
|
Thu, 15 May 2003 01:34:47 +0000 |
mellum |
Warning fixes.
libavcodec
|
Thu, 10 Apr 2003 13:18:38 +0000 |
michaelni |
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
libavcodec
|
Mon, 31 Mar 2003 11:13:14 +0000 |
michaelni |
some static -> dynamic alloc & 16->8 bit
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Sun, 19 Jan 2003 17:55:13 +0000 |
michaelni |
finetuneing thresholds/factors
libavcodec
|
Sat, 18 Jan 2003 01:37:42 +0000 |
michaelni |
bugs
libavcodec
|
Sun, 05 Jan 2003 15:57:10 +0000 |
michaelni |
qpel in mmx2/3dnow
libavcodec
|
Thu, 02 Jan 2003 12:48:09 +0000 |
michaelni |
pre motion estimation cleanup/bugfix
libavcodec
|
Wed, 01 Jan 2003 14:36:20 +0000 |
michaelni |
shape adaptive diamonds for EPZS
libavcodec
|
Fri, 27 Dec 2002 23:51:46 +0000 |
michaelni |
qpel encoding
libavcodec
|