summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_mpeg2.c
Commit message (Collapse)AuthorAge
* 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 MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne2009-03-23
Originally committed as revision 18172 to svn://svn.ffmpeg.org/ffmpeg/trunk