summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.c
Commit message (Collapse)AuthorAge
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-12
| | | | Originally committed as revision 6994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
| | | | | | This should help building parser without decoder Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-29
| | | | Originally committed as revision 5846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid double copying of left border in luma predictionStefan Gehrer2006-07-14
| | | | Originally committed as revision 5752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace run by run+1 in VLC tablesStefan Gehrer2006-07-14
| | | | Originally committed as revision 5751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change partition flags SYM -> FWD|SYMStefan Gehrer2006-07-14
| | | | Originally committed as revision 5749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set mvP2 also in PSKIP macroblockStefan Gehrer2006-07-14
| | | | Originally committed as revision 5748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid overflows of qp and pic_typeStefan Gehrer2006-07-14
| | | | Originally committed as revision 5746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid redundant local variablesMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully better for platforms not supporting misaligned readStefan Gehrer2006-07-06
| | | | Originally committed as revision 5647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be ↵Stefan Gehrer2006-07-06
| | | | | | worth it Originally committed as revision 5646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* even more cbp safetyStefan Gehrer2006-07-05
| | | | Originally committed as revision 5627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missed removing this line in my last commitStefan Gehrer2006-07-05
| | | | Originally committed as revision 5626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return -1 on bitstream errors instead of continuing, as the following stuff ↵Michael Niedermayer2006-07-04
| | | | | | almost always will be useless until the next startcode Originally committed as revision 5613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify intra prediction mode decodingMichael Niedermayer2006-07-04
| | | | Originally committed as revision 5612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer2006-07-04
| | | | Originally committed as revision 5611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplificationnMichael Niedermayer2006-07-04
| | | | Originally committed as revision 5610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup macroblock layer: merged decode of skipped MBsStefan Gehrer2006-07-03
| | | | | | with non-skipped Originally committed as revision 5603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic patch:Stefan Gehrer2006-07-03
| | | | | | | Doxygen-style comments added some more comments Originally committed as revision 5602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
| | | | Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded castsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of veccpy(), replace with simple assignmentMåns Rullgård2006-07-02
| | | | Originally committed as revision 5568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-01
Originally committed as revision 5567 to svn://svn.ffmpeg.org/ffmpeg/trunk