log dsputil.c @ 5542:b0a566346fb1 libavcodec

age author description
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
Sat, 16 Jun 2007 11:44:54 +0000 mru kill a warning on 64-bit machines libavcodec
Fri, 15 Jun 2007 18:18:31 +0000 aurel use if() instead of #ifdef and ensure all possible optimisations are enabled libavcodec
Fri, 15 Jun 2007 08:15:45 +0000 takis Correct signature of just_return(). libavcodec
Thu, 14 Jun 2007 08:44:41 +0000 diego Simplify init preprocessor statements. libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Wed, 23 May 2007 09:07:57 +0000 takis Reindent libavcodec
Wed, 23 May 2007 09:07:23 +0000 takis Make the compilation of h264idct.c optional. libavcodec
Mon, 14 May 2007 14:28:13 +0000 takis Make vp3dsp*.c compilation optional. libavcodec
Sat, 12 May 2007 02:41:25 +0000 lorenm factor sum_abs_dctelem out of dct_sad, and simd it. libavcodec
Fri, 30 Mar 2007 19:15:31 +0000 lorenm mmx 16-bit ssd. 2.3x faster svq1 encoding. libavcodec
Tue, 27 Feb 2007 00:24:49 +0000 diego The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Mon, 11 Dec 2006 15:53:55 +0000 takis Adding H.264 DCT. libavcodec
Mon, 11 Dec 2006 09:19:58 +0000 mru improved stack misalignment warning libavcodec
Thu, 07 Dec 2006 18:35:58 +0000 michael better warning libavcodec
Thu, 07 Dec 2006 18:33:00 +0000 michael ff_check_alignment to warn the user about a missaligned stack libavcodec
Sun, 26 Nov 2006 18:25:07 +0000 gpoirier Move copy_block* functions to dsp dsputil.h libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Sun, 12 Nov 2006 21:48:04 +0000 mru rename squareTbl -> ff_squareTbl libavcodec
Sun, 12 Nov 2006 20:08:09 +0000 mru rename cropTbl -> ff_cropTbl libavcodec
Sun, 12 Nov 2006 18:49:36 +0000 mru rename inverse -> ff_inverse libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 01 Oct 2006 21:25:17 +0000 lorenm approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec
Sat, 16 Sep 2006 22:26:09 +0000 diego ADI Blackfin optimizations libavcodec
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavcodec
Sat, 02 Sep 2006 04:58:51 +0000 kostya Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. libavcodec
Sat, 02 Sep 2006 04:52:00 +0000 kostya New function for chroma MC (will be used in VC-1) libavcodec
Thu, 31 Aug 2006 04:44:54 +0000 kostya New qpel MC functions conforming to VC-1 standard. libavcodec
Mon, 28 Aug 2006 09:33:01 +0000 lorenm mmx implementation of deblocking strength decision. libavcodec
Thu, 10 Aug 2006 19:06:25 +0000 lorenm sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodec
Thu, 03 Aug 2006 03:18:47 +0000 lorenm sse & sse2 implementations of vorbis channel coupling. libavcodec
Sun, 30 Jul 2006 03:45:02 +0000 kostya New functions in DSPContext for VC-1 decoding libavcodec
Fri, 07 Jul 2006 11:08:58 +0000 diego Fix compilation with --disable-decoders. libavcodec
Mon, 03 Jul 2006 00:16:45 +0000 michael CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodec
Fri, 30 Jun 2006 07:50:30 +0000 gpoirier Disable w53 and w97 cmp methods when snow encoder is disabled libavcodec
Tue, 30 May 2006 05:44:22 +0000 lorenm Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. libavcodec
Tue, 04 Apr 2006 09:23:45 +0000 lorenm mmx implementation of 3-point GMC. (5x faster than C) libavcodec
Fri, 31 Mar 2006 20:43:37 +0000 michael remove mpegvideo.c img resample dependancy libavcodec
Thu, 23 Mar 2006 20:16:36 +0000 lorenm prefetch pixels for future motion compensation. 2-5% faster h264. libavcodec
Fri, 17 Mar 2006 12:08:46 +0000 gpoirier 10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodec
Thu, 16 Mar 2006 19:18:18 +0000 gpoirier First part of a series of speed-enchancing patches. libavcodec
Fri, 10 Feb 2006 06:55:25 +0000 lorenm h264: special case dc-only idct. ~1% faster overall libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Mon, 09 Jan 2006 03:38:37 +0000 lorenm tweak h264_biweight libavcodec
Sun, 08 Jan 2006 01:50:34 +0000 michael use h264 MC functions for 2xX Xx2 blocks in snow too libavcodec