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