| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -19/+19 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -2/+2 |
* | vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge. | Gwenole Beauchesne | 2011-04-09 | 1 | -0/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -2/+2 |
* | Add ff_ to AVHWAccel decoders | Luca Barbato | 2011-01-27 | 1 | -2/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -5/+5 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. | Gwenole Beauchesne | 2010-01-04 | 1 | -14/+13 |
* | Use VA_INVALID_ID instead of hard coded values. | Gwenole Beauchesne | 2009-12-28 | 1 | -3/+3 |
* | Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). | Gwenole Beauchesne | 2009-12-28 | 1 | -1/+1 |
* | Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id(). | Gwenole Beauchesne | 2009-12-28 | 1 | -2/+2 |
* | Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only | Diego Biurrun | 2009-07-29 | 1 | -2/+0 |
* | Add VC-1 bitstream decoding through VA API. | Gwenole Beauchesne | 2009-04-03 | 1 | -0/+355 |