summaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_h264.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-2/+0
|
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-141-3/+4
|
* hwaccel: unbreak buildMans Rullgard2011-07-101-5/+5
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
|
* vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-091-0/+1
| | | | | | | | This fixes ticket #23. (cherry picked from commit 621f4c98df4ee9fd604a614f31e09eef9dd7d3ca) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-9/+9
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Replace dprintf with av_dlogLuca Barbato2011-01-291-3/+3
| | | | dprintf clashes with POSIX.1-2008
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-271-1/+1
| | | | | | That unbreaks compilation of vaapi and dxva2 Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
| | | | 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-131-1/+1
| | | | | | 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-301-1/+1
| | | | | | 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-041-4/+4
| | | | | | 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-031-4/+4
| | | | | | 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-231-2/+2
| | | | | | | 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-091-14/+1
| | | | | | 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-291-0/+360
Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud