Wed, 16 Jul 2008 00:50:12 +0000 |
lorenm |
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
libavcodec
|
Sun, 13 Jul 2008 15:03:58 +0000 |
lorenm |
exploit mdct symmetry
libavcodec
|
Sun, 13 Jul 2008 14:56:01 +0000 |
lorenm |
simplify vorbis windowing
libavcodec
|
Mon, 07 Jul 2008 21:04:29 +0000 |
michael |
Fix x86-64
libavcodec
|
Sun, 06 Jul 2008 06:06:55 +0000 |
kostya |
Add several vector functions used by Monkey's Audio decoder to dsputil
libavcodec
|
Tue, 29 Apr 2008 14:08:01 +0000 |
ramiro |
Typo: distoration -> distortion.
libavcodec
|
Wed, 16 Apr 2008 01:34:55 +0000 |
astrange |
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
libavcodec
|
Wed, 05 Mar 2008 00:43:11 +0000 |
aurel |
remove more useless mpegvideo.h includes
libavcodec
|
Tue, 04 Mar 2008 23:10:47 +0000 |
aurel |
move ff_emulated_edge_mc() to dsputil
libavcodec
|
Tue, 04 Mar 2008 10:26:56 +0000 |
aurel |
move ff_init_scantable() into dsputil
libavcodec
|
Tue, 04 Mar 2008 00:07:41 +0000 |
aurel |
move draw_edges() into dsputil
libavcodec
|
Tue, 26 Feb 2008 14:59:11 +0000 |
michael |
floating point AAN IDCT
libavcodec
|
Fri, 22 Feb 2008 16:53:26 +0000 |
lorenm |
cleaner way of writing packed-byte constants.
libavcodec
|
Thu, 21 Feb 2008 07:55:42 +0000 |
lorenm |
indent
libavcodec
|
Thu, 21 Feb 2008 07:54:46 +0000 |
lorenm |
pseudo-simd add_bytes and diff_bytes
libavcodec
|
Thu, 21 Feb 2008 07:10:46 +0000 |
lorenm |
simd and unroll png_filter_row
libavcodec
|
Fri, 01 Feb 2008 13:49:15 +0000 |
michael |
const src for bswap
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Fri, 21 Dec 2007 12:38:41 +0000 |
diego |
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
libavcodec
|
Fri, 21 Dec 2007 10:20:10 +0000 |
michael |
More consistent { placement.
libavcodec
|
Fri, 21 Dec 2007 10:17:25 +0000 |
michael |
indent
libavcodec
|
Fri, 21 Dec 2007 10:16:22 +0000 |
michael |
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out
libavcodec
|
Fri, 21 Dec 2007 10:01:04 +0000 |
michael |
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
libavcodec
|
Sat, 08 Dec 2007 21:21:11 +0000 |
aurel |
add ff_ prefix to all simple_idct symbols
libavcodec
|
Fri, 09 Nov 2007 22:03:12 +0000 |
michael |
remove useless #ifdef
libavcodec
|
Fri, 09 Nov 2007 21:37:48 +0000 |
michael |
intrax8 decoder patch by "someone"
libavcodec
|
Sat, 29 Sep 2007 22:31:18 +0000 |
lorenm |
sse2 version of compute_autocorr().
libavcodec
|
Sun, 23 Sep 2007 21:59:09 +0000 |
diego |
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Mon, 13 Aug 2007 15:28:29 +0000 |
ramiro |
Add attribute that forces alignment of stack to functions that need it.
libavcodec
|
Thu, 09 Aug 2007 17:01:15 +0000 |
romansh |
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
libavcodec
|