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
|