summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_h264.c
Commit message (Collapse)AuthorAge
* Fix grammar errors in documentationMåns Rullgård2010-06-30
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne2010-04-13
| | | | | | This fixes MR2_MW_A/MR2_TANDBERG_E on Intel Ironlake and NVIDIA HW. Originally committed as revision 22869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cope with rev 22183:Gwenole Beauchesne2010-03-04
| | | | | | Reorder indexes in weight tables. Originally committed as revision 22202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cope with rev 22169 change:Gwenole Beauchesne2010-03-03
| | | | | | Merge weight & offset tables. Originally committed as revision 22170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-23
| | | | | | | This should fix a segfault, also it might be faster on systems where the +52 wasnt free. Originally committed as revision 21406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-09
| | | | | | Patch by Laurent Aimar <fenrir at videolan dot org>. Originally committed as revision 21110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-29
Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk