summaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_mpeg4.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace dprintf with av_dlogLuca Barbato2011-01-301-2/+2
| | | | | dprintf clashes with POSIX.1-2008 (cherry picked from commit dfd2a005eb29e4b9f2fdb97036eb7d5c38ae4bd4)
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-281-2/+2
| | | | | | | That unbreaks compilation of vaapi and dxva2 Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit d1b6f33bf2ce56f013a1c5a013a19671c0f30ea0)
* vaapi: add missing #include "h263.h"Måns Rullgård2010-06-271-0/+1
| | | | Originally committed as revision 23833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use VA_INVALID_ID instead of hard coded values.Gwenole Beauchesne2009-12-281-2/+2
| | | | Originally committed as revision 20948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().Gwenole Beauchesne2009-12-281-1/+1
| | | | Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().Gwenole Beauchesne2009-12-281-2/+2
| | | | Originally committed as revision 20941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne2009-12-201-0/+2
| | | | Originally committed as revision 20901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne2009-04-021-0/+175
Originally committed as revision 18307 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud