]> git.sesse.net Git - ffmpeg/history - libavcodec/xvmcvideo.c
Remove unreachable else clause, found by dark shikari.
[ffmpeg] / libavcodec / xvmcvideo.c
2008-03-31 Diego BiurrunFix a bunch of typos in comments.
2008-03-31 Diego BiurrunRemove redundant #ifdef around the complete file.
2008-03-12 Diego Biurruntypo fixes
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-09-18 Ivan KalvachevRemove inline from function that is exported.
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2006-10-12 Dominik MierzejewskiFixes:
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-06-12 Ivan Kalvachevbetter cbp handling and small speedup in mpeg12
2004-03-02 Ivan Kalvachevfix typo
2004-03-01 Ivan Kalvachevinitial chroma_format changes,xvmc tweaks and codec_cap
2004-02-25 Steven M. Schultzav_log() patch by ("Steven M. Schultz" <sms at 2BSD...
2003-10-27 Ivan KalvachevXvMC speedup by removing one memcpy and doing MB packing
2003-10-11 Alex Beregszasziusing av_abort
2003-09-08 Fabrice Bellardctype.h is a common header
2003-07-29 Ivan KalvachevAdd GNU header, remove X includes, add more check for...
2003-07-26 Ivan Kalvachevinitial XvMC support