summaryrefslogtreecommitdiff
path: root/libavcodec/xvmcvideo.c
Commit message (Expand)AuthorAge
* Fix a bunch of typos in comments.Diego Biurrun2008-03-31
* Remove redundant #ifdef around the complete file.Diego Biurrun2008-03-31
* typo fixesDiego Biurrun2008-03-12
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Remove inline from function that is exported.Ivan Kalvachev2007-09-18
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* Fixes:Dominik Mierzejewski2006-10-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* do not call (av_)abort()Michael Niedermayer2004-10-01
* better cbp handling and small speedup in mpeg12Ivan Kalvachev2004-06-12
* fix typoIvan Kalvachev2004-03-02
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-01
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-25
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-27
* using av_abortAlex Beregszaszi2003-10-11
* ctype.h is a common headerFabrice Bellard2003-09-08
* Add GNU header, remove X includes, add more check for xvmc render packetIvan Kalvachev2003-07-29
* initial XvMC supportIvan Kalvachev2003-07-26