summaryrefslogtreecommitdiff
path: root/libavcodec/xvmcvideo.c
Commit message (Collapse)AuthorAge
* Remove inline from function that is exported.Ivan Kalvachev2007-09-18
| | | | | | Issue noticed by Bernhard Rosenkraenzer. Originally committed as revision 10529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
| | | | Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes:Dominik Mierzejewski2006-10-12
| | | | | | | | | xvmcvideo.c: In function ‘XVMC_decode_mb’: xvmcvideo.c:141: warning: ‘return’ with a value, in function returning void Approved by Ivan. Originally committed as revision 6676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
| | | | Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not call (av_)abort()Michael Niedermayer2004-10-01
| | | | Originally committed as revision 3543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better cbp handling and small speedup in mpeg12Ivan Kalvachev2004-06-12
| | | | Originally committed as revision 3219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typoIvan Kalvachev2004-03-02
| | | | Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-01
| | | | Originally committed as revision 2833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-25
| | | | Originally committed as revision 2813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-27
| | | | Originally committed as revision 2442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using av_abortAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ctype.h is a common headerFabrice Bellard2003-09-08
| | | | Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add GNU header, remove X includes, add more check for xvmc render packetIvan Kalvachev2003-07-29
| | | | Originally committed as revision 2097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial XvMC supportIvan Kalvachev2003-07-26
Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk