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
|