summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_h264.c
Commit message (Expand)AuthorAgeFilesLines
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Cope with rev 22183:Gwenole Beauchesne2010-03-041-4/+4
* Cope with rev 22169 change:Gwenole Beauchesne2010-03-031-4/+4
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-231-2/+2
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-091-14/+1
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-291-0/+360