log dsputil.h @ 9442:a91f60938763 libavcodec

age author description
Wed, 15 Apr 2009 06:20:22 +0000 conrad Move VC1 loop filter to DSPContext libavcodec
Tue, 14 Apr 2009 23:56:10 +0000 conrad VC1: add and use avg_no_rnd chroma MC functions libavcodec
Tue, 14 Apr 2009 23:55:39 +0000 conrad Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only libavcodec
Tue, 14 Apr 2009 19:26:33 +0000 conrad VC1: Do qpel when needed for both MVs in a B frame libavcodec
Tue, 14 Apr 2009 04:07:35 +0000 alexc Mark src constant in copy_block*(). libavcodec
Thu, 19 Feb 2009 00:28:08 +0000 romansh Making the arrays accomodate an extra intra 8x8 cmp function libavcodec
Mon, 09 Feb 2009 23:37:31 +0000 aurel move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil libavcodec
Sun, 08 Feb 2009 17:45:30 +0000 lorenm ff_add_hfyu_median_prediction_mmx2 libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 30 Jan 2009 20:15:48 +0000 alexc Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. libavcodec
Thu, 22 Jan 2009 19:46:23 +0000 alexc Clean up FFT related comments. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
Sun, 11 Jan 2009 10:40:05 +0000 banan Add size that is needed for the wmapro codec libavcodec
Sat, 27 Dec 2008 11:33:26 +0000 diego consistency cosmetics: Rename POWERPC identifiers to PPC. libavcodec
Fri, 19 Dec 2008 09:34:18 +0000 michael Document new idct requirements. libavcodec
Fri, 19 Dec 2008 00:44:51 +0000 darkshikari Move filter_luma_intra into dsputil for later addition of asm. libavcodec
Thu, 18 Dec 2008 02:36:48 +0000 michael H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavcodec
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
Mon, 01 Dec 2008 06:40:36 +0000 kostya enable RV40 decoder libavcodec
Mon, 01 Dec 2008 06:36:22 +0000 kostya RV40 MC functions libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Sat, 04 Oct 2008 10:26:17 +0000 conrad Move VP3 loop filter to DSPContext libavcodec
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