Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-26avcodec/vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale
2015-05-26avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale
2015-02-15Merge commit 'ecbcebde344c9eaeb8877ba2c5d32eb3af621e7f'Michael Niedermayer
2015-02-14vdpau: Adjust necessary #includes for vdpau_internal.hDiego Biurrun
2014-12-27Merge commit '737d35e33408263c04d7730f5487eed0d04938ba'Michael Niedermayer
2014-12-25vdpau: add support for the H.264 High 4:4:4 Predictive profileRémi Denis-Courmont
2014-10-15Merge commit 'd565fef1b83b6c5f8afb32229260b79f67c68109'Michael Niedermayer
2014-10-15vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont
2014-10-06Merge commit 'e3e158e81f0666b8fe66be9ce1cad63a535920e0'Michael Niedermayer
2014-10-06Merge commit '502cde409ca5ee97ef70c2cdede88b9101746ff6'Michael Niedermayer
2014-10-06avcodec/vdpau_internal: add comment to #endifMichael Niedermayer
2014-10-06Merge commit 'ce083282f0a8b7d63c4047c30b7bac498f9806dd'Michael Niedermayer
2014-10-06Merge commit 'fcc1022611f79c2f3aa2f392a5ce14c74be9c1d7'Michael Niedermayer
2014-10-06vdpau: add av_vdpau_bind_context()Rémi Denis-Courmont
2014-10-06vdpau: force reinitialization when output resolution changesRémi Denis-Courmont
2014-10-05vdpau: common support for managing the VdpDecoder in avcodecRémi Denis-Courmont
2014-10-05vdpau: factor out common end-of-frame handlingRémi Denis-Courmont
2014-05-22avcodec/vdpau_internal: move "struct vdpau_picture_context" up to avoid "#else"Michael Niedermayer
2014-05-22Fix compilation error around struct visibility when VDPAU disabled.Dale Curtis
2014-03-21Merge commit '1b1094a19d9e41baf3253c83841f9e5343cecbd0'Michael Niedermayer
2014-03-21Merge commit '7948a51b5c3d08e1a1173442a7ff72b220def303'Michael Niedermayer
2014-03-20vdpau: switch ff_vdpau_get_surface_id from Picture to AVFramewm4
2014-03-20vdpau: don't assume Picture and H264Picture are the samewm4
2014-03-17avcodec/vdpau: fix ff_vdpau_get_surface_id() argument after H264PictureMichael Niedermayer
2013-11-30Merge commit '48e139409556861c9e561ce34133891d8eecc3cf'Michael Niedermayer
2013-11-05Merge commit '70cbf33405f50dfaf77e85f382a188acf17dc71a'Michael Niedermayer
2013-11-05vdpau: Add missing #includes to fix standalone header compilationDiego Biurrun
2013-08-31Fix make checkheaders for vdpau_internal.hCarl Eugen Hoyos
2013-08-18avcodec: fix compilation without vdpauMichael Niedermayer
2013-08-18Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer
2013-08-11vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.Reimar Döffinger
2013-08-06Merge commit 'f824535a4a79c260b59d3178b8d958217caffd78'Michael Niedermayer
2013-08-06Merge commit '2852740e23f91d6775714d7cc29b9a73e1111ce0'Michael Niedermayer
2013-08-06Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer
2013-08-05vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont
2013-08-05vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-01-15Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer
2013-01-15vdpau: Remove av_unused attribute from function declarationRémi Denis-Courmont
2013-01-14Merge commit '44e065d56c87d6a9d0effccec5f31517f72924ec'Michael Niedermayer
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
2011-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-24Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau
2011-10-23mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-30Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation