log dsputil.h @ 10424:94595d0e617c libavcodec

age author description
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