Wed, 07 Feb 2007 01:48:09 +0000 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
Tue, 30 Jan 2007 10:31:34 +0000 |
takis |
Add the const specifier as needed to reduce the number of warnings.
libavcodec
|
Thu, 25 Jan 2007 15:23:22 +0000 |
takis |
Silence GCC when incorrectly complaining that the "line" variable could be used
libavcodec
|
Thu, 25 Jan 2007 09:54:22 +0000 |
takis |
Bring down the number of snow.c warnings from 27 to 17 by using the const
libavcodec
|
Thu, 25 Jan 2007 09:43:52 +0000 |
takis |
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses
libavcodec
|
Thu, 18 Jan 2007 13:35:24 +0000 |
takis |
Change the Snow encoder to always use the available MotionEstContext pointer.
libavcodec
|
Wed, 03 Jan 2007 00:48:20 +0000 |
michael |
dead code removial
libavcodec
|
Tue, 02 Jan 2007 12:24:31 +0000 |
michael |
store a few values in the header as difference to the last
libavcodec
|
Fri, 08 Dec 2006 00:35:08 +0000 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
Tue, 14 Nov 2006 03:18:09 +0000 |
mru |
revert bad checkin
libavcodec
|
Tue, 14 Nov 2006 03:12:29 +0000 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
Sun, 12 Nov 2006 21:48:04 +0000 |
mru |
rename squareTbl -> ff_squareTbl
libavcodec
|
Thu, 02 Nov 2006 19:11:20 +0000 |
gpoirier |
outputs bit spent on various encoding functions (motion vectors, overhead, etc)
libavcodec
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavcodec
|
Thu, 12 Oct 2006 20:55:42 +0000 |
michael |
-1 is a valid return value in ratecontrol_1pass() -> 100l for takis
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Tue, 03 Oct 2006 17:12:48 +0000 |
diego |
Remove unused variables and the corresponding warnings along with them.
libavcodec
|
Tue, 26 Sep 2006 14:04:36 +0000 |
takis |
Handle possible failure of ff_eval.
libavcodec
|
Fri, 01 Sep 2006 22:02:38 +0000 |
lorenm |
snow cosmetics: merge the sliced and non-sliced versions of add_yblock
libavcodec
|
Fri, 01 Sep 2006 21:51:35 +0000 |
lorenm |
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same.
libavcodec
|
Tue, 08 Aug 2006 10:24:26 +0000 |
diego |
Fix some "'static' is not at beginning of declaration" warnings.
libavcodec
|
Sun, 04 Jun 2006 21:54:58 +0000 |
michael |
support doing motion estimation and compensation without any residual transform or coding
libavcodec
|
Tue, 30 May 2006 19:45:12 +0000 |
lorenm |
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.
libavcodec
|
Tue, 30 May 2006 19:40:28 +0000 |
lorenm |
Snow: cosmetics
libavcodec
|
Tue, 30 May 2006 16:42:29 +0000 |
lorenm |
Snow: scale predicted mv based on which reference frame the neighbors used.
libavcodec
|
Tue, 30 May 2006 06:49:15 +0000 |
lorenm |
Snow: cosmetics
libavcodec
|
Tue, 30 May 2006 05:44:22 +0000 |
lorenm |
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation.
libavcodec
|
Tue, 30 May 2006 04:51:58 +0000 |
lorenm |
Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.
libavcodec
|
Sun, 28 May 2006 21:44:47 +0000 |
lorenm |
Snow multiple reference frames
libavcodec
|
Sun, 28 May 2006 12:38:10 +0000 |
lorenm |
Snow 1pass ratecontrol
libavcodec
|
Sat, 13 May 2006 10:45:26 +0000 |
michael |
sanity checks, some might have been exploitable ...
libavcodec
|
Mon, 20 Mar 2006 05:52:23 +0000 |
corey |
Snow mmx + sse2 part 2
libavcodec
|
Thu, 16 Mar 2006 19:18:18 +0000 |
gpoirier |
First part of a series of speed-enchancing patches.
libavcodec
|
Tue, 14 Mar 2006 00:22:05 +0000 |
michael |
dont pass intra flag if its always 0
libavcodec
|
Mon, 13 Mar 2006 01:27:13 +0000 |
lorenm |
seed iterative_me with mvs from conventional search.
libavcodec
|
Mon, 13 Mar 2006 01:26:06 +0000 |
lorenm |
obey vqscale in 2nd pass
libavcodec
|
Sat, 11 Mar 2006 00:19:32 +0000 |
michael |
av_free -> av_freep
libavcodec
|
Sat, 11 Mar 2006 00:18:43 +0000 |
michael |
fix %8 != 0 w/h
libavcodec
|
Mon, 30 Jan 2006 23:33:19 +0000 |
mru |
add static keyword to some functions
libavcodec
|
Tue, 24 Jan 2006 10:33:14 +0000 |
diego |
Remove all stray tabs and trailing whitespace, this time for good.
libavcodec
|
Sat, 21 Jan 2006 02:35:03 +0000 |
lorenm |
fix convergence of snow iterative_me
libavcodec
|
Sat, 21 Jan 2006 02:33:01 +0000 |
lorenm |
revert 1.83 because it's not needed
libavcodec
|
Thu, 19 Jan 2006 09:21:39 +0000 |
lorenm |
detect when iterative_me fails to converge, and stop searching
libavcodec
|
Tue, 17 Jan 2006 08:27:39 +0000 |
lorenm |
obmc-aware 4mv
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 12 Jan 2006 21:37:57 +0000 |
michael |
bugs found by valgrind
libavcodec
|
Thu, 12 Jan 2006 05:47:52 +0000 |
lorenm |
faster iterative_me: avoid duplicate mc of neighboring blocks.
libavcodec
|
Sun, 08 Jan 2006 01:50:34 +0000 |
michael |
use h264 MC functions for 2xX Xx2 blocks in snow too
libavcodec
|
Sat, 07 Jan 2006 18:34:19 +0000 |
michael |
use h264 MC functions for rectangular blocks too
libavcodec
|
Sat, 07 Jan 2006 03:39:10 +0000 |
michael |
10l (assertion failure)
libavcodec
|
Wed, 04 Jan 2006 22:34:11 +0000 |
michael |
cleanup
libavcodec
|
Fri, 30 Dec 2005 22:41:32 +0000 |
mmu_man |
:%s/check_block_2p/check_block_inter/g
libavcodec
|
Fri, 30 Dec 2005 21:05:44 +0000 |
mmu_man |
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it
libavcodec
|
Fri, 30 Dec 2005 15:12:02 +0000 |
michael |
mem corruption fix
libavcodec
|
Thu, 29 Dec 2005 02:17:51 +0000 |
michael |
4mv + iter ME 10l fix (still not bugfree but better)
libavcodec
|
Wed, 28 Dec 2005 23:45:16 +0000 |
michael |
10l
libavcodec
|
Wed, 28 Dec 2005 15:43:53 +0000 |
michael |
iterative overlapped block based motion estimation for snow
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Mon, 19 Dec 2005 18:26:17 +0000 |
michael |
10l
libavcodec
|