summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavs.c
Commit message (Expand)AuthorAgeFilesLines
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-3/+3
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-121-2/+2
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-121-43/+81
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-291-3/+8
* avoid double copying of left border in luma predictionStefan Gehrer2006-07-141-21/+22
* replace run by run+1 in VLC tablesStefan Gehrer2006-07-141-4/+2
* change partition flags SYM -> FWD|SYMStefan Gehrer2006-07-141-14/+6
* set mvP2 also in PSKIP macroblockStefan Gehrer2006-07-141-10/+6
* avoid overflows of qp and pic_typeStefan Gehrer2006-07-141-2/+6
* simplifyMichael Niedermayer2006-07-091-33/+16
* avoid redundant local variablesMichael Niedermayer2006-07-091-11/+7
* simplifyMichael Niedermayer2006-07-091-69/+25
* hopefully better for platforms not supporting misaligned readStefan Gehrer2006-07-061-1/+1
* make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...Stefan Gehrer2006-07-061-8/+22
* even more cbp safetyStefan Gehrer2006-07-051-13/+10
* missed removing this line in my last commitStefan Gehrer2006-07-051-1/+0
* return -1 on bitstream errors instead of continuing, as the following stuff a...Michael Niedermayer2006-07-041-1/+1
* simplify intra prediction mode decodingMichael Niedermayer2006-07-041-10/+7
* check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer2006-07-041-5/+21
* minor simplificationnMichael Niedermayer2006-07-041-4/+2
* cleanup macroblock layer: merged decode of skipped MBsStefan Gehrer2006-07-031-52/+32
* cosmetic patch:Stefan Gehrer2006-07-031-31/+60
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-031-46/+39
* remove unneeded castsMåns Rullgård2006-07-021-5/+5
* get rid of veccpy(), replace with simple assignmentMåns Rullgård2006-07-021-37/+33
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-011-0/+1550
OpenPOWER on IntegriCloud