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