summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.h
Commit message (Expand)AuthorAge
* avcodec/vdpau: Remove deprecated av_vdpau_get_profileAndreas Rheinhardt2021-04-27
* Merge commit '5c1585c4c3b5281835d784c5daef0069915ccd57'James Almer2017-10-21
|\
| * lavc: Drop deprecated VDPAU buffer fieldsVittorio Giovara2017-03-23
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-21
|\|
| * lavc: Drop deprecated VDPAU codec capabilityVittorio Giovara2017-03-23
* | Merge commit '932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a'Clément Bœsch2017-04-15
|\|
| * vdpau: Do not #include vdpau_x11.h from the main vdpau headerDiego Biurrun2016-12-09
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'b10b6ac7a902f28e09e37a29c392e2f0c19e9526'Hendrik Leppkes2015-09-29
|\|
| * vdpau: deprecate av_vdpau_get_profile()Rémi Denis-Courmont2015-09-28
* | avcodec/vdpau: remove incompatible-libav-abi hack from vdpau_render_state structwm42015-09-05
* | Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9'Michael Niedermayer2014-12-27
|\|
| * vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont2014-12-25
* | doc: fix spelling errorsAndreas Cadhalpun2014-12-01
* | Merge commit 'd565fef1b83b6c5f8afb32229260b79f67c68109'Michael Niedermayer2014-10-15
|\|
| * vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont2014-10-15
* | Merge commit 'e3e158e81f0666b8fe66be9ce1cad63a535920e0'Michael Niedermayer2014-10-06
|\|
| * vdpau: add av_vdpau_bind_context()Rémi Denis-Courmont2014-10-06
* | Merge commit '728c4658563dc82115ade0f1679679eddb7be5ff'Michael Niedermayer2013-11-14
|\|
| * vdpau: add a constructor for AVVDPAUContext.Anton Khirnov2013-11-14
* | Merge commit 'ca22d1dea2842fca0422dd1d2bd09e7eb2c8f118'Michael Niedermayer2013-11-14
|\|
| * vdpau: add a convenience function for getting a decoder profile.Anton Khirnov2013-11-14
| * vdpau: Add missing #includes to fix standalone header compilationDiego Biurrun2013-11-04
* | avcodec/vdpau: try to fix version macro useMichael Niedermayer2013-11-14
* | Make new VDPAU easier to use by adding context to callback.Reimar Döffinger2013-08-11
* | vdpau: Add an allocation function for AVVDPAUContext.Reimar Döffinger2013-08-11
* | avcodec/vdpau: include attributes.h, needed for attribute_deprecatedMichael Niedermayer2013-08-06
* | avcodec/vdpau.h: define FF_API_BUFS_VDPAU if its not definedMichael Niedermayer2013-08-06
* | Merge commit 'f824535a4a79c260b59d3178b8d958217caffd78'Michael Niedermayer2013-08-06
|\|
| * vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont2013-08-05
* | avcodec/vdpau.h: define FF_API_CAP_VDPAU if its not definedMichael Niedermayer2013-08-06
* | Merge commit '549294fbbe1c00fee37dc4d3f291b98945e11094'Michael Niedermayer2013-08-06
|\|
| * vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-05
* | Merge commit 'c0d973c41b4568d5bad1295879e35cfa611bdcf2'Michael Niedermayer2013-07-12
|\|
| * vdpau: use the correct namespace for the unionLuca Barbato2013-07-12
* | configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abiStefano Sabatini2013-07-03
* | vdpau.h: change vdpau_render_state layout to match fork if AV_HAVE_INCOMPATIB...Michael Niedermayer2013-03-21
* | vdpau: Rename union, avoid name conflict with vdpauMichael Niedermayer2013-02-06
* | Merge commit '44e065d56c87d6a9d0effccec5f31517f72924ec'Michael Niedermayer2013-01-14
|\|
| * vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-10
|\|
| * lavc doxy: add all installed headers to doxy groups.Anton Khirnov2012-04-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Move the info union to the end of the vdpau_render_state struct.Carl Eugen Hoyos2011-04-20
|/
* Remove stray Doxygen grouping command; fixes one Doxygen warning.Diego Biurrun2010-07-02
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-11-16
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
* Clarify responsibility for freeing a buffer when using vdpau.Carl Eugen Hoyos2009-10-27