summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_h264.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-16
|\
| * h264: deMpegEncContextizeAnton Khirnov2013-02-15
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* | Fix VA-API decoding artefacts.Edgar Hucek2011-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * doxygen: misc consistency cosmeticsDiego Biurrun2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * hwaccel: unbreak buildMans Rullgard2011-07-10
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
| * vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-09
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Add ff_ to AVHWAccel decodersLuca Barbato2011-01-27
* | vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-03-29
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ to AVHWAccel decodersLuca Barbato2011-01-28
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* [VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne2010-04-13
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Cope with rev 22183:Gwenole Beauchesne2010-03-04
* Cope with rev 22169 change:Gwenole Beauchesne2010-03-03
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-23
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-09
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-29