summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-17Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer13-4/+552
2013-08-11Make new VDPAU easier to use by adding context to callback.Reimar Döffinger5-3/+29
2013-08-11vdpau: Add an allocation function for AVVDPAUContext.Reimar Döffinger4-2/+19
2013-08-06Merge commit '2852740e23f91d6775714d7cc29b9a73e1111ce0'Michael Niedermayer7-50/+94
2013-08-06Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer13-552/+4
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-05-06Fix vdpau vc1 interlace modes also when using decoder vc1_vdpau.Rainer Hochecker1-1/+1
2013-03-28Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'Michael Niedermayer8-76/+58
2013-03-27vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau1-0/+12
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-1792/+2255
2013-02-16Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer12-62/+84
2013-02-15h264: deMpegEncContextizeAnton Khirnov34-1718/+2162
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov12-62/+84
2013-01-14Merge commit '200e8ac92007bc2fe30da05d3bd00ab620842a6b'Michael Niedermayer8-37/+237
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
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-27/+23
2011-10-23Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Michael Niedermayer4-7/+7
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-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-10hwaccel: unbreak buildMans Rullgard5-34/+34
2011-07-04ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos1-1/+2
2011-06-27Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos1-1/+2
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun38-259/+259
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-01Allow selecting VDPAU, XvMC via get_format for MPEG-2Reimar Döffinger3-26/+82
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
2010-03-30Fix VDPAU for H.264 streams with long reference frames.Stephen Warren1-1/+1
2010-03-14Cosmetics: Fix a comment.Carl Eugen Hoyos1-1/+1
2010-03-03Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.Carl Eugen Hoyos1-0/+4
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation8-0/+86
2009-03-06Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren1-1/+1
2009-02-26Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation1-1/+1
2009-02-26The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation1-1/+1
2009-02-23100l, always declare variables at the top of a block, not inside a for ()Reimar Döffinger1-1/+2
2009-02-18Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger1-0/+2
2009-02-17Fix MBAFF/PAFF samples.Stephen Warren1-1/+1
2009-02-15Place spaces consistently in pointer types in vdpau.cReimar Döffinger1-17/+17
[next]