aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6d2b6f21eb45ffbda1103c772060303648714832'Michael Niedermayer2013-03-211-1/+1
|\
| * h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-211-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-5/+5
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-061-13/+14
|\|
| * hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-051-13/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-10/+22
|\|
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-10/+22
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-291-2/+0
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-2/+0
* | Fix VA-API decoding artefacts.Edgar Hucek2011-09-111-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-3/+4
|\|
| * doxygen: misc consistency cosmeticsDiego Biurrun2011-07-141-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-5/+5
|\|
| * hwaccel: unbreak buildMans Rullgard2011-07-101-5/+5
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-1/+1
|\|
| * 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
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-9/+9
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-3/+3
| * Add ff_ to AVHWAccel decodersLuca Barbato2011-01-271-1/+1
* | vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-03-291-0/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-3/+3
* | Add ff_ to AVHWAccel decodersLuca Barbato2011-01-281-1/+1
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
* [VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne2010-04-131-1/+1
* 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