summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-1792/+2255
2013-02-15h264: deMpegEncContextizeAnton Khirnov34-1718/+2162
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-501/+600
2011-12-30cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun11-31/+32
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-47/+34
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun18-32/+0
2011-10-10vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).Gwenole Beauchesne1-1/+13
2011-10-06vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).Gwenole Beauchesne1-1/+13
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-04-1710l, commit that should have been stashed into the merge.Michael Niedermayer31-46/+46
2011-04-17Merge remote branch 'qatar/master'Michael Niedermayer56-235/+404
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun27-40/+40
2011-04-09vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne1-0/+3
2011-03-30vaapi: allow build against older VA-API 0.31.Gwenole Beauchesne2-2/+3
2011-03-29vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne1-0/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-30Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-29Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-28Add ff_ to AVHWAccel decodersLuca Barbato7-10/+10
2011-01-27Add ff_ to AVHWAccel decodersLuca Barbato7-10/+10
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-01-04VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line.Gwenole Beauchesne1-14/+13
2009-12-28Use VA_INVALID_ID instead of hard coded values.Gwenole Beauchesne3-7/+7
2009-12-28Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().Gwenole Beauchesne5-5/+5
2009-12-28Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().Gwenole Beauchesne5-8/+8
2009-07-29Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun1-2/+0
2009-04-03Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne3-0/+359