log dsputil.h @ 12475:9fef0a8ddd63 libavcodec

age author description
Wed, 08 Sep 2010 15:07:14 +0000 stefano Move mm_support() from libavcodec to libavutil, make it a public libavcodec
Tue, 07 Sep 2010 21:23:45 +0000 stefano Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, libavcodec
Wed, 25 Aug 2010 20:14:21 +0000 mru Remove duplicate definitions of fullpel MC functions libavcodec
Wed, 25 Aug 2010 13:42:28 +0000 rbultje Move vp6_filter_diag4() from DSPContext to VP56DSPContext. libavcodec
Tue, 24 Aug 2010 17:47:05 +0000 mru Remove global mm_flags variable libavcodec
Tue, 03 Aug 2010 20:59:00 +0000 mru Move cavs dsp functions to their own struct libavcodec
Sun, 27 Jun 2010 15:11:38 +0000 cehoyos Add const to some pointer parameters. libavcodec
Thu, 27 May 2010 04:39:27 +0000 conrad Add const to ff_emulated_edge_mc libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sat, 17 Apr 2010 02:04:30 +0000 conrad vp3: DC-only IDCT libavcodec
Tue, 16 Mar 2010 01:17:00 +0000 mru Move H264 dsputil functions into their own struct libavcodec
Sun, 14 Mar 2010 17:50:12 +0000 mru Separate DWT from snow and dsputil libavcodec
Sat, 06 Mar 2010 22:36:59 +0000 mru Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c libavcodec
Sat, 06 Mar 2010 22:36:55 +0000 mru Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c libavcodec
Sat, 06 Mar 2010 22:36:49 +0000 mru Move prototypes for various dsputil init functions to dsputil.h libavcodec
Sat, 06 Mar 2010 14:34:46 +0000 mru Move FFT parts from dsputil.h to fft.h libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Sat, 06 Mar 2010 12:40:43 +0000 mru Move DECLARE_ALIGNED_{8,16} macros to mem.h libavcodec
Sun, 21 Feb 2010 13:28:46 +0000 kostya Bink video decoder libavcodec
Wed, 17 Feb 2010 21:04:56 +0000 mru 10l: remove stray '(' I don't know where it came from libavcodec
Wed, 17 Feb 2010 20:36:12 +0000 mru Add LOCAL_ALIGNED() macro for declaring aligned local arrays libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Wed, 20 Jan 2010 00:39:47 +0000 vitor Floating point discrete cosine transform libavcodec
Thu, 14 Jan 2010 01:32:49 +0000 astrange Implement alpha channel decoding for BGR HuffYUV. libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Sat, 05 Dec 2009 15:09:10 +0000 lorenm refactor and optimize scalarproduct libavcodec
Thu, 05 Nov 2009 18:29:06 +0000 reimar Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec
Wed, 04 Nov 2009 17:30:23 +0000 reimar Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec
Sun, 18 Oct 2009 20:47:25 +0000 lorenm huffyuv: add some const qualifiers libavcodec
Sun, 18 Oct 2009 20:10:10 +0000 lorenm simd add_hfyu_left_prediction libavcodec
Sat, 17 Oct 2009 21:00:39 +0000 jbr Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec
Fri, 16 Oct 2009 23:04:41 +0000 astrange Huffyuv: Add missing const to src pointers in dsputil functions. libavcodec
Thu, 15 Oct 2009 18:04:55 +0000 reimar Add support for hardcoded ff_sin_* tables. libavcodec
Thu, 15 Oct 2009 17:55:51 +0000 reimar Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec
Thu, 15 Oct 2009 11:50:32 +0000 reimar Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec
Wed, 14 Oct 2009 21:41:24 +0000 reimar Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec
Tue, 06 Oct 2009 16:06:15 +0000 cehoyos Move HuffYUV left prediction to dsputil. libavcodec
Sun, 27 Sep 2009 16:51:54 +0000 mru Drop unused args from vector_fmul_add_add, simpify code, and rename libavcodec
Tue, 22 Sep 2009 00:48:41 +0000 mru Add some dsputil functions useful for AAC decoder libavcodec
Mon, 21 Sep 2009 02:56:06 +0000 mru Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Tue, 15 Sep 2009 23:14:55 +0000 mru 10l: fix ff_fft_init_arm() prototype libavcodec
Tue, 15 Sep 2009 21:14:14 +0000 mru Move per-arch fft init bits into the corresponding subdirs libavcodec
Tue, 15 Sep 2009 16:18:16 +0000 vitor Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec
Fri, 11 Sep 2009 02:24:22 +0000 mru ARM: NEON optimised MDCT libavcodec
Fri, 11 Sep 2009 02:24:19 +0000 mru Prepare for optimised forward MDCT implementations libavcodec
Thu, 10 Sep 2009 08:50:03 +0000 mru ARM: NEON optimised FFT and MDCT libavcodec
Sun, 06 Sep 2009 08:56:10 +0000 reimar ff_sine_windows table contains only constant data, too. libavcodec
Sun, 06 Sep 2009 08:53:14 +0000 reimar The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodec
Sat, 29 Aug 2009 16:55:55 +0000 mru One declaration of mm_flags is enough libavcodec
Sat, 29 Aug 2009 16:55:50 +0000 mru Move declarations of some mmx functions to dsputil_mmx.h libavcodec
Sat, 29 Aug 2009 16:55:46 +0000 mru Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 libavcodec
Fri, 28 Aug 2009 23:39:02 +0000 mru Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 libavcodec
Thu, 27 Aug 2009 15:38:59 +0000 vitor Mark parameter src of vector_clipf() as const libavcodec
Thu, 27 Aug 2009 14:49:36 +0000 vitor SSE optimized vector_clipf(). 10% faster TwinVQ decoding. libavcodec
Tue, 16 Jun 2009 09:00:55 +0000 darkshikari idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Fri, 15 May 2009 15:34:22 +0000 ramiro mlp: Simplify adressing of state and coeffs arrays for both filters by making libavcodec
Thu, 30 Apr 2009 12:30:05 +0000 ramiro mlpdec: Move MLP's filter_channel() to dsputils. libavcodec
Wed, 15 Apr 2009 06:22:17 +0000 conrad Split VC1 loop filter into separate functions for h/v and size libavcodec
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