summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.h
Commit message (Collapse)AuthorAge
* setting intra prediction modes to default valuesStefan Gehrer2007-07-07
| | | | | | | in inter macroblocks is now in its own inline function Originally committed as revision 9515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move modification of intra prediction modes intoStefan Gehrer2007-07-07
| | | | | | its own inline function Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-07
| | | | | | own inline function Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-07
| | | | Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-07
| | | | Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-08
Originally committed as revision 8944 to svn://svn.ffmpeg.org/ffmpeg/trunk