log dsputil.h @ 1653:11433ade9e06 libavcodec

age author description
Wed, 03 Dec 2003 22:23:08 +0000 michael altivec.h bug workaround (untested) libavcodec
Mon, 01 Dec 2003 15:23:14 +0000 michael h263 loop filter libavcodec
Tue, 04 Nov 2003 19:35:43 +0000 romansh * fixes for broken builds on Solaris, OS2 and all bingendian libavcodec
Sat, 25 Oct 2003 00:32:54 +0000 romansh * adding integer/floating point AAN implementations for DCT 2-4-8 libavcodec
Fri, 24 Oct 2003 18:28:01 +0000 romansh * introducing dct248 into the DSP context. libavcodec
Thu, 23 Oct 2003 13:22:20 +0000 michael minor mmx2 optimization if the dct libavcodec
Mon, 13 Oct 2003 17:27:30 +0000 michael mmx2 optimization of huffyuv median encoding libavcodec
Mon, 08 Sep 2003 21:05:43 +0000 bellard removed os_support.h libavcodec
Sat, 21 Jun 2003 01:11:31 +0000 michaelni the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
Fri, 20 Jun 2003 02:22:25 +0000 tmmm 4, not 2 libavcodec
Thu, 19 Jun 2003 01:44:44 +0000 tmmm added support for B-frames and multiple slices libavcodec
Mon, 19 May 2003 13:30:59 +0000 michaelni ASV1 codec libavcodec
Thu, 15 May 2003 23:30:03 +0000 michaelni moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec
Wed, 14 May 2003 23:08:01 +0000 michaelni cleanup libavcodec
Wed, 14 May 2003 12:18:49 +0000 michaelni sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec
Sun, 11 May 2003 10:19:05 +0000 michaelni more idct_permute docs libavcodec
Mon, 05 May 2003 10:00:57 +0000 michaelni doxy libavcodec
Fri, 25 Apr 2003 00:21:53 +0000 michaelni doc fixes (forgot to commit) libavcodec
Sun, 20 Apr 2003 16:16:52 +0000 bellard fixed static init libavcodec
Fri, 04 Apr 2003 14:42:28 +0000 michaelni H264 decoder & demuxer libavcodec
Sat, 15 Mar 2003 02:06:09 +0000 michaelni halfpel MC doxy libavcodec
Thu, 06 Mar 2003 14:42:07 +0000 michaelni typo libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Thu, 06 Mar 2003 10:26:19 +0000 michaelni cosmetics libavcodec
Thu, 06 Mar 2003 10:08:15 +0000 michaelni more dox libavcodec
Mon, 03 Mar 2003 14:54:00 +0000 michaelni MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodec
Tue, 11 Feb 2003 16:57:55 +0000 kabi * prototypes at one place libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Tue, 28 Jan 2003 14:50:26 +0000 bellard win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodec
Sun, 26 Jan 2003 22:29:47 +0000 bellard Altivec on non darwin systems patch by Romain Dolbeau libavcodec
Wed, 15 Jan 2003 19:21:21 +0000 michaelni fixing DCTELEM != short libavcodec
Wed, 15 Jan 2003 18:05:23 +0000 michaelni more compare functions (rd & bit) libavcodec
Sat, 11 Jan 2003 20:51:03 +0000 michaelni altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
Thu, 09 Jan 2003 20:42:37 +0000 michaelni qpel fix libavcodec
Tue, 07 Jan 2003 18:15:48 +0000 bellard fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodec
Sun, 05 Jan 2003 15:57:10 +0000 michaelni qpel in mmx2/3dnow libavcodec
Fri, 27 Dec 2002 23:51:46 +0000 michaelni qpel encoding libavcodec
Tue, 26 Nov 2002 09:21:01 +0000 michaelni altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
Fri, 22 Nov 2002 07:53:06 +0000 kabi * altivec and pix_norm patch by Brian Foley libavcodec
Thu, 14 Nov 2002 19:20:04 +0000 michaelni huffyuv libavcodec
Tue, 12 Nov 2002 15:00:04 +0000 kabi * fixing some minor const warnings libavcodec
Mon, 11 Nov 2002 09:40:17 +0000 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
Tue, 05 Nov 2002 00:07:05 +0000 michaelni lrintf detection (based upon a patch by Franois Revol <revol at free dot fr>) libavcodec
Wed, 30 Oct 2002 20:31:04 +0000 al3x NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> libavcodec
Tue, 29 Oct 2002 22:38:21 +0000 bellard added lrintf for non ISOC libcs (fixme: find a better test) libavcodec
Tue, 29 Oct 2002 22:26:01 +0000 bellard avoid name clash libavcodec
Mon, 28 Oct 2002 00:34:08 +0000 bellard new generic FFT/MDCT code for audio codecs libavcodec
Wed, 23 Oct 2002 15:11:07 +0000 michaelni optimize block_permute() libavcodec
Wed, 16 Oct 2002 19:55:49 +0000 michaelni complete mpeg4 GMC decoding support libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Mon, 23 Sep 2002 08:44:24 +0000 michaelni ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
Thu, 19 Sep 2002 22:14:53 +0000 arpi_esp fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodec
Sat, 14 Sep 2002 19:00:09 +0000 michaelni alignment info libavcodec
Wed, 11 Sep 2002 12:39:53 +0000 michaelni put/avg_pixels16 libavcodec
Mon, 02 Sep 2002 08:48:12 +0000 michaelni altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
Fri, 30 Aug 2002 00:05:28 +0000 michaelni patch by Heliodoro Tammaro <helio at interactives dot org> libavcodec
Thu, 29 Aug 2002 23:55:32 +0000 michaelni slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) libavcodec
Wed, 28 Aug 2002 13:14:36 +0000 michaelni first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
Sun, 25 Aug 2002 21:19:50 +0000 michaelni new ratecontrol code libavcodec
Tue, 11 Jun 2002 13:43:27 +0000 bellard move unaligned access macros to dsputil.h - added unaligned 32 bit store libavcodec