Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Mon, 25 Aug 2008 01:59:06 +0000 |
mru |
ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON
libavcodec
|
Sun, 24 Aug 2008 04:03:02 +0000 |
lorenm |
document some dsp alignments
libavcodec
|
Fri, 15 Aug 2008 00:14:07 +0000 |
lorenm |
document some dsp alignments
libavcodec
|
Thu, 14 Aug 2008 14:40:16 +0000 |
superdump |
Add declarations for the sine tables used in wma.c (half window sizes: 128,
libavcodec
|
Wed, 13 Aug 2008 23:35:40 +0000 |
lorenm |
simd int->float
libavcodec
|
Wed, 13 Aug 2008 23:33:48 +0000 |
lorenm |
simd downmix
libavcodec
|
Tue, 12 Aug 2008 00:38:30 +0000 |
lorenm |
mdct wrapper function to match fft
libavcodec
|
Tue, 12 Aug 2008 00:36:36 +0000 |
lorenm |
remove mdct tmp buffer
libavcodec
|
Tue, 12 Aug 2008 00:33:34 +0000 |
lorenm |
optimize imdct_half:
libavcodec
|
Tue, 12 Aug 2008 00:26:58 +0000 |
lorenm |
split-radix FFT
libavcodec
|
Tue, 29 Jul 2008 14:17:13 +0000 |
lorenm |
r14205 broke vorbis float_to_int on ppc
libavcodec
|
Sat, 19 Jul 2008 21:53:54 +0000 |
michael |
Fix h264_loop_filter_strength_mmx2() so it works with PAFF.
libavcodec
|
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
|
Thu, 10 Jul 2008 06:15:13 +0000 |
kostya |
Monkey's Audio decoder vector functions work on input with length
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, 24 Jun 2008 23:51:17 +0000 |
astrange |
Define mm_flags/support to be 0 on architectures where they don't exist.
libavcodec
|
Sun, 22 Jun 2008 15:12:27 +0000 |
superdump |
Add generic ff_sine_window_init function and implement in codecs appropriately
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, 12 Mar 2008 23:58:46 +0000 |
diego |
typo fixes
libavcodec
|
Mon, 10 Mar 2008 18:42:09 +0000 |
diego |
misc spelling fixes
libavcodec
|
Wed, 05 Mar 2008 00:38:14 +0000 |
aurel |
move EDGE_WIDTH definition allong with draw_edges where it belongs
libavcodec
|
Tue, 04 Mar 2008 23:10:47 +0000 |
aurel |
move ff_emulated_edge_mc() to dsputil
libavcodec
|
Tue, 04 Mar 2008 18:35:12 +0000 |
aurel |
Fix compilation on powerpc.
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
|
Sun, 24 Feb 2008 14:46:22 +0000 |
reimar |
__asm __volatile -> asm volatile, improves code consistency and works
libavcodec
|
Thu, 21 Feb 2008 07:10:46 +0000 |
lorenm |
simd and unroll png_filter_row
libavcodec
|
Sat, 16 Feb 2008 19:18:30 +0000 |
mru |
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
libavcodec
|
Fri, 01 Feb 2008 13:49:15 +0000 |
michael |
const src for bswap
libavcodec
|
Sun, 13 Jan 2008 11:02:08 +0000 |
superdump |
Add variable alpha and size of half window for Kaiser-Bessel Derived window
libavcodec
|
Sat, 12 Jan 2008 11:11:19 +0000 |
andoma |
Make the Kaiser-Bessel window generator a common function
libavcodec
|
Fri, 21 Dec 2007 12:38:41 +0000 |
diego |
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
libavcodec
|
Sat, 08 Dec 2007 10:41:18 +0000 |
kostya |
Switch VC-1 decoder to output decoded residual immediately.
libavcodec
|
Sat, 10 Nov 2007 12:24:02 +0000 |
diego |
cosmetics: Fix spacial --> spatial typo in function names.
libavcodec
|
Fri, 09 Nov 2007 21:37:48 +0000 |
michael |
intrax8 decoder patch by "someone"
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Sat, 29 Sep 2007 22:31:18 +0000 |
lorenm |
sse2 version of compute_autocorr().
libavcodec
|
Thu, 27 Sep 2007 11:29:21 +0000 |
takis |
cosmetics: typos
libavcodec
|
Sun, 23 Sep 2007 21:59:09 +0000 |
diego |
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Sun, 26 Aug 2007 22:06:40 +0000 |
diego |
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
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
|
Wed, 22 Aug 2007 22:46:39 +0000 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
libavcodec
|
Thu, 09 Aug 2007 17:01:15 +0000 |
romansh |
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
libavcodec
|
Wed, 11 Jul 2007 23:21:13 +0000 |
iive |
revert commit 9603
libavcodec
|
Wed, 11 Jul 2007 22:05:43 +0000 |
iive |
Integrate reference mpeg IDCT into dsputil.
libavcodec
|
Sun, 08 Jul 2007 23:15:00 +0000 |
mru |
make arguments to ssd_int8_vs_int16() const
libavcodec
|
Sat, 16 Jun 2007 10:44:46 +0000 |
mru |
move dsputil_init_foo() out from #ifdef
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Sun, 13 May 2007 14:01:15 +0000 |
alex |
use DECLARE_ALIGNED from mem.h (which is included through common.h)
libavcodec
|
Sat, 12 May 2007 02:41:25 +0000 |
lorenm |
factor sum_abs_dctelem out of dct_sad, and simd it.
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Fri, 30 Mar 2007 20:56:32 +0000 |
lu_zero |
Typos in comments
libavcodec
|
Fri, 30 Mar 2007 19:15:31 +0000 |
lorenm |
mmx 16-bit ssd. 2.3x faster svq1 encoding.
libavcodec
|
Tue, 30 Jan 2007 10:31:34 +0000 |
takis |
Add the const specifier as needed to reduce the number of warnings.
libavcodec
|
Mon, 18 Dec 2006 22:43:09 +0000 |
gpoirier |
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
libavcodec
|