log dsputil.c @ 12501:b3f9612d4ea7 libavcodec

age author description
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, 03 Aug 2010 20:59:00 +0000 mru Move cavs dsp functions to their own struct libavcodec
Wed, 21 Jul 2010 12:37:37 +0000 flameeyes Make ff_inverse stay with libavutil, and optional copy it to libavcodec. libavcodec
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavcodec
Mon, 28 Jun 2010 10:56:16 +0000 mru Set rv34 (0,0) subpel mc functions to the optimised h264 ones libavcodec
Sun, 27 Jun 2010 15:11:38 +0000 cehoyos Add const to some pointer parameters. libavcodec
Fri, 25 Jun 2010 18:14:07 +0000 darkshikari Make VP8 DSP functions take two strides libavcodec
Tue, 22 Jun 2010 19:24:09 +0000 rbultje Native VP8 decoder. libavcodec
Thu, 27 May 2010 04:39:27 +0000 conrad Add const to ff_emulated_edge_mc libavcodec
Thu, 27 May 2010 04:39:23 +0000 conrad Add more const to _l4 pixel functions 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
Thu, 11 Mar 2010 02:32:01 +0000 mru Add some required casts libavcodec
Sat, 06 Mar 2010 22:37:03 +0000 mru Move ff_spatial_dwt() prototype to snow.h 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 22:36:45 +0000 mru Move some prototypes from dsputil.c to reasonable header files libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Sun, 21 Feb 2010 13:28:46 +0000 kostya Bink video decoder libavcodec
Wed, 17 Feb 2010 20:36:20 +0000 mru Use LOCAL_ALIGNED macro for local arrays libavcodec
Wed, 17 Feb 2010 20:36:10 +0000 mru Simplify some declarations of aligned arrays libavcodec
Fri, 22 Jan 2010 23:40:18 +0000 reimar The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Tue, 19 Jan 2010 22:54:13 +0000 michael Mark the h264 c loop filter as av_always_inline av_flatten to make sure its libavcodec
Tue, 19 Jan 2010 22:46:58 +0000 michael skip outer pixels if possible in h264_loop_filter_luma_c(). libavcodec
Thu, 14 Jan 2010 01:32:49 +0000 astrange Implement alpha channel decoding for BGR HuffYUV. libavcodec
Wed, 13 Jan 2010 02:16:00 +0000 zuxy More av_cold for infrequently called functions. libavcodec
Wed, 30 Dec 2009 11:33:59 +0000 diego Get rid of pointless CONFIG_ANY_H263 preprocessor definition. libavcodec
Wed, 30 Dec 2009 11:22:41 +0000 diego Add required header #includes for mpegvideo.h and config.h. libavcodec
Sat, 05 Dec 2009 15:09:10 +0000 lorenm refactor and optimize scalarproduct libavcodec
Sun, 18 Oct 2009 20:47:25 +0000 lorenm huffyuv: add some const qualifiers libavcodec
Sun, 18 Oct 2009 19:51:18 +0000 jbr add CONFIG_LPC to the build system for lpc dsputil functions. fixes build 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:06:55 +0000 astrange Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodec
Fri, 16 Oct 2009 23:04:41 +0000 astrange Huffyuv: Add missing const to src pointers in dsputil functions. 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 03:01:57 +0000 lorenm extend ff_inverse[], and fix its documentation 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
Wed, 26 Aug 2009 13:17:06 +0000 mru dsputil: declare some arrays 16-byte aligned libavcodec
Wed, 26 Aug 2009 09:10:51 +0000 reimar 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 libavcodec
Tue, 25 Aug 2009 23:28:30 +0000 mru Remove explicit init to zero of static inv_zigzag_direct16 libavcodec
Wed, 19 Aug 2009 21:59:44 +0000 mru Get rid of large stack array in rd8x8_c() libavcodec
Wed, 29 Jul 2009 09:54:49 +0000 diego Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, libavcodec
Wed, 22 Jul 2009 22:27:10 +0000 diego Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodec
Thu, 30 Apr 2009 21:34:56 +0000 ramiro Don't #if a function declaration and properly indent it. libavcodec
Thu, 30 Apr 2009 12:30:05 +0000 ramiro mlpdec: Move MLP's filter_channel() to dsputils. 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
Thu, 26 Mar 2009 01:34:02 +0000 ramiro Use intptr_t when casting pointers to int. libavcodec
Thu, 19 Feb 2009 00:30:24 +0000 romansh Adding 2 intra 8x8 cmp functions: vsad, vsse 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 14:07:08 +0000 diego Remove H.264 encoder initialization. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sat, 27 Dec 2008 11:33:26 +0000 diego consistency cosmetics: Rename POWERPC identifiers to PPC. libavcodec
Sat, 20 Dec 2008 18:06:01 +0000 kostya RV30 decoder 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:36:22 +0000 kostya RV40 MC functions libavcodec
Sat, 08 Nov 2008 00:38:10 +0000 pross Electronic Arts TGQ/TQI/MAD IDCT algorithm libavcodec
Sat, 04 Oct 2008 10:26:17 +0000 conrad Move VP3 loop filter to DSPContext 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
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
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, 29 Apr 2008 14:08:01 +0000 ramiro Typo: distoration -> distortion. 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, 05 Mar 2008 00:43:11 +0000 aurel remove more useless mpegvideo.h includes libavcodec
Tue, 04 Mar 2008 23:10:47 +0000 aurel move ff_emulated_edge_mc() to dsputil 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
Tue, 26 Feb 2008 14:59:11 +0000 michael floating point AAN IDCT libavcodec
Fri, 22 Feb 2008 16:53:26 +0000 lorenm cleaner way of writing packed-byte constants. libavcodec
Thu, 21 Feb 2008 07:55:42 +0000 lorenm indent libavcodec
Thu, 21 Feb 2008 07:54:46 +0000 lorenm pseudo-simd add_bytes and diff_bytes libavcodec
Thu, 21 Feb 2008 07:10:46 +0000 lorenm simd and unroll png_filter_row libavcodec
Fri, 01 Feb 2008 13:49:15 +0000 michael const src for bswap libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Fri, 21 Dec 2007 12:38:41 +0000 diego Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. libavcodec
Fri, 21 Dec 2007 10:20:10 +0000 michael More consistent { placement. libavcodec
Fri, 21 Dec 2007 10:17:25 +0000 michael indent libavcodec
Fri, 21 Dec 2007 10:16:22 +0000 michael ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out libavcodec
Fri, 21 Dec 2007 10:01:04 +0000 michael 30% faster h264_chroma_mc8_c(), this also prevents a possible out of libavcodec
Sat, 08 Dec 2007 21:21:11 +0000 aurel add ff_ prefix to all simple_idct symbols libavcodec
Fri, 09 Nov 2007 22:03:12 +0000 michael remove useless #ifdef libavcodec
Fri, 09 Nov 2007 21:37:48 +0000 michael intrax8 decoder patch by "someone" libavcodec
Sat, 29 Sep 2007 22:31:18 +0000 lorenm sse2 version of compute_autocorr(). libavcodec
Sun, 23 Sep 2007 21:59:09 +0000 diego VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
Mon, 13 Aug 2007 15:28:29 +0000 ramiro Add attribute that forces alignment of stack to functions that need it. libavcodec
Thu, 09 Aug 2007 17:01:15 +0000 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodec
Sat, 28 Jul 2007 18:26:43 +0000 takis Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec
Tue, 24 Jul 2007 08:54:56 +0000 aurel help some gcc version to optimize out those functions 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
Tue, 10 Jul 2007 20:27:50 +0000 aurel cosmetics: indentation libavcodec
Tue, 10 Jul 2007 20:23:08 +0000 aurel Avoid linking with h263.c functions when the relevant codecs libavcodec
Sun, 08 Jul 2007 23:15:02 +0000 mru fix warning libavcodec
Sun, 08 Jul 2007 23:15:00 +0000 mru make arguments to ssd_int8_vs_int16() const libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Sat, 16 Jun 2007 11:44:57 +0000 mru kill some "defined but not used" warnings libavcodec