summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-03-21Merge commit '6d2b6f21eb45ffbda1103c772060303648714832'Michael Niedermayer8-21/+21
2013-03-21h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov4-9/+9
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327'Michael Niedermayer7-22/+28
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov7-22/+28
2013-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-54/+58
2013-03-05hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun5-54/+57
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
2012-07-28dxva2: Fix some warnings about incompatible pointer typejamal3-3/+3
2012-06-26dxva2_h264: fix signaling of mbaff framesHendrik Leppkes1-1/+2
2012-06-24dxva2_h264: fix signaling of mbaff framesHendrik Leppkes1-1/+2
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
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-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-299/+363
2011-09-30dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos1-6/+8
2011-09-30dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2-9/+24
2011-09-21Fix dxva2 decoding for some H264 samples.Carl Eugen Hoyos1-6/+8
2011-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-10DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf4-18/+18
2011-07-09cosmetic: reindent of dxva2 zigzag workaroundJoakim Plate1-7/+7
2011-07-09Added ability to enable workaround for dxva2 decoding using older ATI cardsJoakim Plate2-2/+17
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ to AVHWAccel decodersLuca Barbato7-10/+10
2011-01-27Add ff_ to AVHWAccel decodersLuca Barbato7-10/+10
2010-10-21Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré1-1/+1
2010-05-14Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar1-8/+8
2010-05-14Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar1-8/+8
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-04Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar1-4/+4
2010-03-03Fixed DXVA2 H264 hwaccel compilation.Laurent Aimar1-4/+4
2010-01-24Added a few missing consts in dxva_h264.Laurent Aimar1-5/+5
2010-01-23Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar4-133/+205
2010-01-23Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer4-25/+30
2010-01-23Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.Laurent Aimar1-22/+22
2010-01-23Reindent the content of one if(){} in ff_dxva2_common_end_frame.Laurent Aimar1-9/+9
2010-01-23Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.Laurent Aimar1-21/+37
[next]