summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-7/+7
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove stray Doxygen grouping command; fixes one Doxygen warning.Diego Biurrun2010-07-021-1/+0
| | | | Originally committed as revision 23996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-11-161-3/+3
| | | | Originally committed as revision 20542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-101-0/+1
| | | | | | | | by video players. Original patch by NVIDIA corporation. Originally committed as revision 20502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify responsibility for freeing a buffer when using vdpau.Carl Eugen Hoyos2009-10-271-1/+3
| | | | Originally committed as revision 20376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-141-0/+86
| | | | | | Since vdpau.h was an installed header this would break API. Originally committed as revision 17225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun2009-02-121-86/+0
| | | | | | 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
* Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos2009-01-201-1/+1
| | | | Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-201-0/+1
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-161-0/+1
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstreamBuffers* as bitstream_buffers*Carl Eugen Hoyos2009-01-071-3/+3
| | | | Originally committed as revision 16491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use <> instead of "" for system headers.Diego Biurrun2009-01-071-2/+2
| | | | Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: Forgot to rename header guard.Carl Eugen Hoyos2009-01-061-3/+3
| | | | Originally committed as revision 16448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vdpau_render.h as vdpau.h.Carl Eugen Hoyos2009-01-051-0/+84
Originally committed as revision 16444 to svn://svn.ffmpeg.org/ffmpeg/trunk