Thu, 11 Oct 2007 09:35:06 +0000 |
diego |
warning fixes:
libavcodec
|
Sun, 23 Sep 2007 21:11:36 +0000 |
michael |
some experimental iterative quantization code
libavcodec
|
Sun, 09 Sep 2007 18:28:36 +0000 |
michael |
make changing spatial_decomposition_count per frame work
libavcodec
|
Sun, 09 Sep 2007 17:01:11 +0000 |
michael |
do not ignore return of decode_header()
libavcodec
|
Sun, 09 Sep 2007 16:54:00 +0000 |
michael |
do not force the halfpel filter coeffs to be retransmitted on every frame
libavcodec
|
Sun, 09 Sep 2007 15:06:46 +0000 |
michael |
allow changing of the spatial_decomposition_count and quantization tables
libavcodec
|
Sun, 09 Sep 2007 13:47:25 +0000 |
michael |
perform init after reading the values needed for init
libavcodec
|
Sun, 09 Sep 2007 12:46:25 +0000 |
michael |
unneeded and impossible during init ...
libavcodec
|
Sun, 09 Sep 2007 12:36:10 +0000 |
michael |
unused
libavcodec
|
Sun, 09 Sep 2007 12:33:34 +0000 |
michael |
allocate slice buffer after parsing the header containing needed parameters
libavcodec
|
Sun, 09 Sep 2007 12:25:12 +0000 |
michael |
remove ()
libavcodec
|
Sun, 09 Sep 2007 12:24:45 +0000 |
michael |
spatial_decomposition_count != 5 bugfix
libavcodec
|
Sun, 09 Sep 2007 12:22:11 +0000 |
michael |
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
libavcodec
|
Sat, 08 Sep 2007 14:52:21 +0000 |
michael |
rename HTAPS -> HTAPS_MAX (later is correct after the previous change)
libavcodec
|
Sat, 08 Sep 2007 14:51:13 +0000 |
michael |
store halfpel filter coefficients in the header as well as the
libavcodec
|
Sat, 08 Sep 2007 03:16:24 +0000 |
michael |
remove outcommented code
libavcodec
|
Sat, 08 Sep 2007 03:15:42 +0000 |
michael |
indention
libavcodec
|
Sat, 08 Sep 2007 03:14:20 +0000 |
michael |
cleanup mc_block()
libavcodec
|
Wed, 05 Sep 2007 01:49:14 +0000 |
michael |
add a 8 taps filter for testing
libavcodec
|
Wed, 05 Sep 2007 00:49:09 +0000 |
michael |
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate.
libavcodec
|
Wed, 05 Sep 2007 00:06:34 +0000 |
michael |
code to do halfpel interpolation per frame (unfinished and under ifdef but it
libavcodec
|
Sat, 01 Sep 2007 14:00:47 +0000 |
lu_zero |
Cosmetics
libavcodec
|
Sat, 25 Aug 2007 03:19:39 +0000 |
michael |
cleanup (remove some old experimentation related code)
libavcodec
|
Sat, 25 Aug 2007 03:04:13 +0000 |
michael |
we only have 2 wavelets, the 3rd was just for experimentation ...
libavcodec
|
Sat, 25 Aug 2007 03:00:51 +0000 |
michael |
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with
libavcodec
|
Thu, 23 Aug 2007 10:49:14 +0000 |
michael |
use more bits on the encoder side
libavcodec
|
Wed, 22 Aug 2007 17:26:49 +0000 |
michael |
simplify
libavcodec
|
Tue, 21 Aug 2007 16:29:40 +0000 |
michael |
Change rounding of the horizontal DWT to match the vertical one.
libavcodec
|
Mon, 20 Aug 2007 22:18:26 +0000 |
michael |
get rid of idiotc double subtraction
libavcodec
|
Sat, 28 Jul 2007 12:50:28 +0000 |
diego |
Ahem, fix typos overlooked in last commit.
libavcodec
|
Sat, 28 Jul 2007 12:46:26 +0000 |
diego |
cosmetics: misc typo fixes
libavcodec
|
Thu, 19 Jul 2007 08:47:07 +0000 |
takis |
Fix the self tests which are contained in some codecs and are using random().
libavcodec
|
Sun, 08 Jul 2007 23:14:54 +0000 |
mru |
trivial warning fixes
libavcodec
|
Thu, 05 Jul 2007 22:57:52 +0000 |
aurel |
include snow encoder only if it is not disabled
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Wed, 30 May 2007 21:38:57 +0000 |
michael |
fix assert() 2nd try
libavcodec
|
Tue, 29 May 2007 16:51:55 +0000 |
michael |
fix assertion failure
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Sat, 24 Feb 2007 09:41:43 +0000 |
diego |
cosmetics: Fix another common typo, dependAnt --> dependEnt.
libavcodec
|
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
|