log cavs.c @ 12488:351a81a23343 libavcodec

age author description
Tue, 03 Aug 2010 20:59:00 +0000 mru Move cavs dsp functions to their own struct libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavcodec
Mon, 15 Feb 2010 16:37:13 +0000 stefang avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 10 Feb 2009 22:38:02 +0000 stefang introduce a macroblock index to avoid a few x*width+y calculations libavcodec
Tue, 10 Feb 2009 20:51:35 +0000 stefang fix multiple slices per frame libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Fri, 16 Jan 2009 17:45:54 +0000 stefang rename XXX_t enums to cavs_XXX to fix POSIX namespace issue libavcodec
Fri, 16 Jan 2009 17:20:17 +0000 stefang rename vector_t to cavs_vector libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 09 Aug 2007 17:01:15 +0000 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodec
Mon, 30 Jul 2007 18:05:46 +0000 romansh replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec
Wed, 25 Jul 2007 05:09:54 +0000 stefang have less functions as inline libavcodec
Sun, 08 Jul 2007 07:37:30 +0000 stefang split decoder-specific parts into their own file libavcodec
Sun, 08 Jul 2007 07:13:25 +0000 stefang prepare splitting decoder-only parts into own file: libavcodec
Sat, 07 Jul 2007 07:35:18 +0000 stefang prepare splitting decoder-only parts into own file: libavcodec
Sat, 07 Jul 2007 07:14:58 +0000 stefang move dequantization into its own inline function libavcodec
Sat, 07 Jul 2007 06:49:20 +0000 stefang cosmetic: rename VLC tables to make clear they libavcodec
Sat, 07 Jul 2007 06:34:30 +0000 stefang setting special motion vectors in intra macroblocks libavcodec
Sat, 07 Jul 2007 06:27:44 +0000 stefang setting intra prediction modes to default values libavcodec
Sat, 07 Jul 2007 06:15:05 +0000 stefang move modification of intra prediction modes into libavcodec
Sat, 07 Jul 2007 05:27:59 +0000 stefang move preparation of chroma intra prediction into its libavcodec
Sat, 07 Jul 2007 05:03:22 +0000 stefang move existing inline functions from cavs.c to cavs.h libavcodec
Sat, 07 Jul 2007 04:58:54 +0000 stefang move context structure definition from cavs.c to cavs.h libavcodec
Sat, 07 Jul 2007 04:54:05 +0000 stefang make vector constants global libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Wed, 09 May 2007 00:03:17 +0000 aurel move cavs parser in it's own file libavcodec
Tue, 08 May 2007 23:58:35 +0000 aurel move defines and enums out of cavsdata.h libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Sat, 05 May 2007 18:32:19 +0000 aurel ff_frame_rate_tab is now declared in mpegvideo.h libavcodec
Sat, 05 May 2007 18:31:34 +0000 aurel avoid a clash between two definitions of SEQ_START_CODE libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sun, 12 Nov 2006 20:23:47 +0000 stefang rename ff_cavs_flush to cavs_flush and make it static libavcodec
Sun, 12 Nov 2006 20:18:07 +0000 stefang move all cavs-parsing to cavs.c libavcodec
Sun, 12 Nov 2006 20:08:09 +0000 mru rename cropTbl -> ff_cropTbl libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sat, 29 Jul 2006 08:45:33 +0000 stefang some MMX optimizations for the CAVS decoder libavcodec
Fri, 14 Jul 2006 19:31:58 +0000 stefang avoid double copying of left border in luma prediction libavcodec
Fri, 14 Jul 2006 19:15:08 +0000 stefang replace run by run+1 in VLC tables libavcodec
Fri, 14 Jul 2006 18:56:17 +0000 stefang change partition flags SYM -> FWD|SYM libavcodec
Fri, 14 Jul 2006 18:48:50 +0000 stefang set mvP2 also in PSKIP macroblock libavcodec
Fri, 14 Jul 2006 18:38:23 +0000 stefang avoid overflows of qp and pic_type libavcodec
Sun, 09 Jul 2006 22:41:42 +0000 michael simplify libavcodec
Sun, 09 Jul 2006 15:35:06 +0000 michael avoid redundant local variables libavcodec
Sun, 09 Jul 2006 15:20:18 +0000 michael simplify libavcodec
Thu, 06 Jul 2006 19:23:21 +0000 stefang hopefully better for platforms not supporting misaligned read libavcodec
Thu, 06 Jul 2006 19:21:00 +0000 stefang make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodec
Wed, 05 Jul 2006 17:11:55 +0000 stefang even more cbp safety libavcodec
Wed, 05 Jul 2006 17:08:13 +0000 stefang missed removing this line in my last commit libavcodec
Tue, 04 Jul 2006 17:08:35 +0000 michael return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodec
Tue, 04 Jul 2006 17:06:43 +0000 michael simplify intra prediction mode decoding libavcodec
Tue, 04 Jul 2006 16:42:22 +0000 michael check cbp for validity, avoids possible out of array reads / segfaults libavcodec
Tue, 04 Jul 2006 16:30:14 +0000 michael minor simplificationn libavcodec
Mon, 03 Jul 2006 18:43:45 +0000 stefang cleanup macroblock layer: merged decode of skipped MBs libavcodec
Mon, 03 Jul 2006 17:37:57 +0000 stefang cosmetic patch: libavcodec
Mon, 03 Jul 2006 00:16:45 +0000 michael CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodec
Sun, 02 Jul 2006 01:52:40 +0000 mru remove unneeded casts libavcodec