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 (Collapse)Author
2013-11-14vdpau: add a constructor for AVVDPAUContext.Anton Khirnov
We will likely want to add new fields to it in the future, so this is needed to avoid breaking ABI.
2013-11-14vdpau: add a convenience function for getting a decoder profile.Anton Khirnov
Based on the code by Rémi Denis-Courmont <remi@remlab.net> from VLC.
2013-11-05vdpau: Add missing #includes to fix standalone header compilationDiego Biurrun
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-05vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont
The bitstream buffers are now private and freed by libavcodec. For backward compatibility, the hold bitstream buffer pointer is left NULL (applications were supposed to av_freep() it). Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-08-05vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-07-12vdpau: use the correct namespace for the unionLuca Barbato
Vdp is used by libvdpau, use AVVDPAU as used for the rest. Reported-by: Alexis Ballier <aballier@gentoo.org>
2013-01-13vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-04-09lavc doxy: add all installed headers to doxy groups.Anton Khirnov
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-07-02Remove stray Doxygen grouping command; fixes one Doxygen warning.Diego Biurrun
Originally committed as revision 23996 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-16Cosmetics: Fix indentation.Carl Eugen Hoyos
Originally committed as revision 20542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
by video players. Original patch by NVIDIA corporation. Originally committed as revision 20502 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-27Clarify responsibility for freeing a buffer when using vdpau.Carl Eugen Hoyos
Originally committed as revision 20376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-14Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun
Since vdpau.h was an installed header this would break API. Originally committed as revision 17225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-12Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun
suggested by Michael, the new names better describe the contents of the files. Originally committed as revision 17168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos
Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-08Rename bitstreamBuffers* as bitstream_buffers*Carl Eugen Hoyos
Originally committed as revision 16491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Use <> instead of "" for system headers.Diego Biurrun
Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-061l: Forgot to rename header guard.Carl Eugen Hoyos
Originally committed as revision 16448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-06Rename vdpau_render.h as vdpau.h.Carl Eugen Hoyos
Originally committed as revision 16444 to svn://svn.ffmpeg.org/ffmpeg/trunk