Tue, 16 Mar 2010 01:17:00 +0000 |
mru |
Move H264 dsputil functions into their own struct
libavcodec
|
Sat, 06 Mar 2010 22:37:14 +0000 |
mru |
PPC: move prototypes to headers and make some functions static
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Wed, 15 Apr 2009 06:23:40 +0000 |
conrad |
Altivec version of avg_no_rnd_vc1_chroma_mc8
libavcodec
|
Tue, 14 Apr 2009 23:55:39 +0000 |
conrad |
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
libavcodec
|
Sun, 12 Apr 2009 21:45:26 +0000 |
diego |
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
libavcodec
|
Sat, 14 Mar 2009 19:12:20 +0000 |
diego |
prettyprinting cosmetics
libavcodec
|
Sat, 14 Mar 2009 19:11:56 +0000 |
diego |
Add av_uninit to vsrcBuc variable to work around some
libavcodec
|
Wed, 07 Jan 2009 13:54:26 +0000 |
gpoirier |
Add AltiVec versions of h264_idct_add(8|16|16intra),
libavcodec
|
Tue, 06 Jan 2009 22:29:26 +0000 |
gpoirier |
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
Tue, 06 Jan 2009 10:44:45 +0000 |
gpoirier |
fix compilation with GCC-4.3+
libavcodec
|
Tue, 06 Jan 2009 10:35:06 +0000 |
gpoirier |
offset and weights are signed, fixes some non-bitexact issues.
libavcodec
|
Mon, 05 Jan 2009 23:15:14 +0000 |
gpoirier |
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
Mon, 05 Jan 2009 22:13:42 +0000 |
gpoirier |
AltiVec version of h264_idct(8)_dc_add
libavcodec
|
Sat, 27 Dec 2008 11:21:28 +0000 |
lu_zero |
Cleanup _t types in libavcodec/ppc
libavcodec
|
Thu, 25 Dec 2008 18:27:49 +0000 |
gpoirier |
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
libavcodec
|
Thu, 24 Jul 2008 16:54:51 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Thu, 24 Jul 2008 10:53:32 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
libavcodec
|
Sun, 20 Jul 2008 18:58:30 +0000 |
diego |
cosmetics: Reformat PPC code in libavcodec according to style guidelines.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Thu, 27 Dec 2007 12:31:23 +0000 |
diego |
Add necessary #include, fixes the warnings:
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Fri, 24 Aug 2007 23:49:11 +0000 |
diego |
whitespace/indentation cosmetics
libavcodec
|
Fri, 24 Aug 2007 23:01:50 +0000 |
diego |
Remove HAVE_ALTIVEC preprocessor directives that are only compiled
libavcodec
|
Sun, 12 Aug 2007 13:50:06 +0000 |
gpoirier |
use shorter types vec_"type" instead of the too long vector "type"
libavcodec
|
Sun, 17 Jun 2007 12:38:51 +0000 |
gpoirier |
restore GCC3 support
libavcodec
|
Sun, 17 Jun 2007 09:38:35 +0000 |
gpoirier |
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
libavcodec
|
Sun, 17 Jun 2007 09:37:13 +0000 |
gpoirier |
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter
libavcodec
|
Sun, 17 Jun 2007 09:14:02 +0000 |
gpoirier |
convert h264_deblock_q1 to an inline function.
libavcodec
|