summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi.h
Commit message (Collapse)AuthorAge
* Remove inclusion of va.h, not needed anymore after r18256.Gwenole Beauchesne2009-03-31
| | | | Originally committed as revision 18258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve VA API buffers allocation logic. This also reduces struct vaapi_contextGwenole Beauchesne2009-03-31
| | | | | | down to ~60 bytes vs. a few KBs before, and gets rid of explicit VA data types. Originally committed as revision 18256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required va/va.h header, should fix 'make checkheaders'.Diego Biurrun2009-03-30
| | | | Originally committed as revision 18249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add common VA API data structures and helpers.Gwenole Beauchesne2009-03-22
Originally committed as revision 18136 to svn://svn.ffmpeg.org/ffmpeg/trunk