summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.h
Commit message (Collapse)AuthorAge
* have less functions as inlineStefan Gehrer2007-07-25
| | | | Originally committed as revision 9792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial warning fixesMåns Rullgård2007-07-08
| | | | Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-08
| | | | | | make commonly used tables global Originally committed as revision 9532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-07
| | | | | | make commonly used functions global Originally committed as revision 9519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dequantization into its own inline functionStefan Gehrer2007-07-07
| | | | Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-07
| | | | | | are for decoding Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-07
| | | | | | is now in its own inline function Originally committed as revision 9516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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