aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/vp5.c
AgeCommit message (Expand)Author
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-14add support for VP6 with huffman encoded blocksAurelien Jacobs
2007-09-25add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs
2007-09-24move all model related tables into their own structAurelien Jacobs
2007-09-24some simplifications and uniformisationAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-05set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs
2007-02-25Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-10-24Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-09rename vector to vect to avoid clash with Apple gccAurelien Jacobs
2006-09-09VP5 and VP6 video decoderAurelien Jacobs