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
|
Sun, 02 Jul 2006 01:39:38 +0000 |
mru |
get rid of veccpy(), replace with simple assignment
libavcodec
|
Sat, 01 Jul 2006 22:52:56 +0000 |
michael |
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
libavcodec
|