summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.c
Commit message (Collapse)AuthorAge
...
* 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