]> git.sesse.net Git - ffmpeg/history - libavcodec/vp6.c
Apply 'cold' attribute to init/uninit functions in libavcodec
[ffmpeg] / libavcodec / vp6.c
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-08 Aurelien Jacobshuffman: pass hnode_first as a flag instead of as an...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-11-27 Aurelien Jacobs10l: init_get_bits want size in bits, not bytes
2007-10-14 Aurelien Jacobsadd support for VP6 with huffman encoded blocks
2007-09-25 Aurelien Jacobsadd a new vp6a codec (add alpha plan support to vp6)
2007-09-24 Aurelien Jacobsmove all model related tables into their own struct
2007-09-24 Aurelien Jacobssome simplifications and uniformisation
2007-09-01 Aurelien Jacobsadd a warning message for unsupported kind of encoding
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-05-06 Loren Merrittsimplify
2007-05-06 Loren Merrittsimplify
2007-05-06 Loren Merrittfaster and simpler vp6 bilinear mc
2007-05-05 Aurelien Jacobsset CODEC_CAP_DR1 for vp5 and vp6 decoders
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-14 Aurelien Jacobscosmetics: reindent
2007-01-14 Aurelien Jacobsadd support for another variant of vp6
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-12-17 Aurelien Jacobssmall optimization
2006-10-24 Steve L'HommeDon't include inttypes.h/stdint.h directly, there is...
2006-10-23 Aurelien Jacobsdocument the extradata protocol for VP6F
2006-10-22 Aurelien Jacobsuse the adjustment value present in FLV to crop VP6...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-09 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder