summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-31Fix make checkheaders for vdpau_internal.hCarl Eugen Hoyos1-0/+1
2013-08-17avcodec: fix compilation without vdpauMichael Niedermayer1-1/+5
2013-08-17Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer13-4/+552
2013-08-11vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.Reimar Döffinger1-0/+1
2013-08-06Merge commit 'f824535a4a79c260b59d3178b8d958217caffd78'Michael Niedermayer4-1/+25
2013-08-06Merge commit '2852740e23f91d6775714d7cc29b9a73e1111ce0'Michael Niedermayer7-50/+94
2013-08-06Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer13-552/+4
2013-08-05vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont4-1/+25
2013-08-05vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont7-50/+94
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont13-545/+6
2013-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-1792/+2255
2013-02-15h264: deMpegEncContextizeAnton Khirnov34-1718/+2162
2013-01-15Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer8-29/+28
2013-01-14vdpau: Remove av_unused attribute from function declarationRémi Denis-Courmont1-2/+1
2013-01-14Merge commit '44e065d56c87d6a9d0effccec5f31517f72924ec'Michael Niedermayer6-7/+131
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont6-7/+131
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-27/+23
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-636/+803
2011-10-23Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau5-15/+12
2011-10-23mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov5-12/+15
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-03-30Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren3-8/+21
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation8-0/+86
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation9-0/+136
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation9-3/+108
2009-01-11Add missing #include to fix 'make checkheaders'.Diego Biurrun1-0/+1
2009-01-11Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos3-9/+8
2009-01-10Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos3-6/+6
2009-01-10Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos3-5/+4
2009-01-10Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos3-4/+5
2009-01-07Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos3-9/+9
2009-01-07Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2-0/+4
2009-01-04Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation12-4/+353