Sun, 18 Jan 2009 22:57:40 +0000 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Fri, 12 Dec 2008 16:21:23 +0000 |
michael |
More POSIX _t namespace cleanup.
libavcodec
|
Tue, 02 Dec 2008 10:43:08 +0000 |
michael |
Fix regression test failure with pthreads on multiprocessor systems.
libavcodec
|
Tue, 25 Nov 2008 00:20:49 +0000 |
mru |
snow: move scratch buffer from stack to malloced buffer in context
libavcodec
|
Tue, 19 Aug 2008 20:04:46 +0000 |
diego |
cosmetics: s/const static/static const/g
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Sat, 08 Mar 2008 20:27:16 +0000 |
diego |
cosmetics: Fix indentation in a few more places.
libavcodec
|
Sat, 08 Mar 2008 20:24:24 +0000 |
diego |
cosmetics: Normalize {} placement after for, while, if.
libavcodec
|
Tue, 04 Mar 2008 00:07:41 +0000 |
aurel |
move draw_edges() into dsputil
libavcodec
|
Thu, 28 Feb 2008 23:44:52 +0000 |
michael |
suppress the second warning
libavcodec
|
Tue, 26 Feb 2008 17:56:00 +0000 |
diego |
cosmetics: Demplayerify indentation.
libavcodec
|
Tue, 26 Feb 2008 17:13:42 +0000 |
diego |
Add comments to some #endif directives.
libavcodec
|
Tue, 26 Feb 2008 17:06:31 +0000 |
diego |
cosmetics: spelling/grammar
libavcodec
|
Tue, 26 Feb 2008 09:35:21 +0000 |
diego |
Remove START_TIMER and STOP_TIMER macros.
libavcodec
|
Mon, 25 Feb 2008 22:44:35 +0000 |
diego |
Remove commented-out av_log calls.
libavcodec
|
Mon, 25 Feb 2008 22:32:52 +0000 |
michael |
Make diego happy.
libavcodec
|
Fri, 01 Feb 2008 14:18:09 +0000 |
michael |
some const
libavcodec
|
Thu, 31 Jan 2008 00:57:48 +0000 |
bcoudurier |
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within ||
libavcodec
|
Thu, 31 Jan 2008 00:56:29 +0000 |
bcoudurier |
Add const qualifier, fix warnings:
libavcodec
|
Tue, 22 Jan 2008 23:47:59 +0000 |
diego |
Remove unused variables in test code.
libavcodec
|
Sun, 20 Jan 2008 23:53:51 +0000 |
diego |
Consistently use TEST as the preprocessor condition to enable test code.
libavcodec
|
Mon, 14 Jan 2008 04:27:03 +0000 |
michael |
Remove green clouds.
libavcodec
|
Thu, 06 Dec 2007 08:38:49 +0000 |
michael |
prevent warnings about functions being possibly unused
libavcodec
|
Thu, 06 Dec 2007 02:02:41 +0000 |
michael |
thank you for your efforts to keep my code clean, but i would like to
libavcodec
|
Fri, 23 Nov 2007 00:52:56 +0000 |
diego |
main() --> main(void)
libavcodec
|
Fri, 16 Nov 2007 23:15:39 +0000 |
diego |
Remove unused functions, fixes the warnings:
libavcodec
|
Thu, 15 Nov 2007 22:32:39 +0000 |
aurel |
avoid some halfpel related #ifdef
libavcodec
|
Thu, 15 Nov 2007 12:40:40 +0000 |
diego |
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
libavcodec
|
Sat, 10 Nov 2007 16:44:37 +0000 |
diego |
Add comments to some #endif directives.
libavcodec
|
Sat, 10 Nov 2007 16:39:54 +0000 |
diego |
cosmetics: Fix vissual --> visual typo.
libavcodec
|
Sat, 10 Nov 2007 16:25:44 +0000 |
diego |
Improve unsupported (pixel) format error message.
libavcodec
|
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
|