summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp6.c
Commit message (Expand)AuthorAgeFilesLines
* vp56: don't reset dimensions to 0 in codec initAurelien Jacobs2008-12-151-1/+2
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-121-6/+6
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-31/+31
* vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs2008-10-131-0/+2
* vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross2008-06-221-1/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-3/+3
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+3
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-081-1/+2
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+0
* constMichael Niedermayer2008-02-011-1/+1
* 10l: init_get_bits want size in bits, not bytesAurelien Jacobs2007-11-271-1/+1
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-141-8/+127
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-251-1/+15
* move all model related tables into their own structAurelien Jacobs2007-09-241-37/+43
* some simplifications and uniformisationAurelien Jacobs2007-09-241-1/+1
* add a warning message for unsupported kind of encodingAurelien Jacobs2007-09-011-1/+3
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+5
* simplifyLoren Merritt2007-05-061-9/+4
* simplifyLoren Merritt2007-05-061-10/+4
* faster and simpler vp6 bilinear mcLoren Merritt2007-05-061-24/+4
* set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs2007-05-051-0/+2
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-251-4/+4
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* cosmetics: reindentAurelien Jacobs2007-01-141-5/+5
* add support for another variant of vp6Aurelien Jacobs2007-01-141-7/+26
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-171-7/+22
* small optimizationAurelien Jacobs2006-12-171-1/+1
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-241-1/+0
* document the extradata protocol for VP6FAurelien Jacobs2006-10-231-0/+5
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-221-0/+4
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-3/+5
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-091-5/+5
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+512
OpenPOWER on IntegriCloud