summaryrefslogtreecommitdiff
path: root/libavcodec/xvmcvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-4/+0
* Fixes:Dominik Mierzejewski2006-10-121-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* do not call (av_)abort()Michael Niedermayer2004-10-011-1/+1
* better cbp handling and small speedup in mpeg12Ivan Kalvachev2004-06-121-57/+16
* fix typoIvan Kalvachev2004-03-021-1/+1
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-011-17/+51
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-251-1/+1
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-271-13/+50
* using av_abortAlex Beregszaszi2003-10-111-2/+1
* ctype.h is a common headerFabrice Bellard2003-09-081-3/+0
* Add GNU header, remove X includes, add more check for xvmc render packetIvan Kalvachev2003-07-291-10/+33
* initial XvMC supportIvan Kalvachev2003-07-261-0/+267