summaryrefslogtreecommitdiff
path: root/libavcodec/vp6.c
Commit message (Expand)AuthorAge
...
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-08
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* 10l: init_get_bits want size in bits, not bytesAurelien Jacobs2007-11-27
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-14
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* add a warning message for unsupported kind of encodingAurelien Jacobs2007-09-01
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* simplifyLoren Merritt2007-05-06
* simplifyLoren Merritt2007-05-06
* faster and simpler vp6 bilinear mcLoren Merritt2007-05-06
* set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs2007-05-05
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* cosmetics: reindentAurelien Jacobs2007-01-14
* add support for another variant of vp6Aurelien Jacobs2007-01-14
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* small optimizationAurelien Jacobs2006-12-17
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-24
* document the extradata protocol for VP6FAurelien Jacobs2006-10-23
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-22
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09