]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vp6.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / vp6.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-02-09 aurelmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-15 aurelvp56: don't reset dimensions to 0 in codec init
2008-12-12 aurelrename Vp56Model to VP56Model for consistency
2008-12-11 aurelavoid POSIX reserved _t suffix
2008-10-13 aurelvp6dec: ensure we don't try to use a buffer with negati...
2008-06-22 aurelvp6: ensure that huffman decoding table is sorted with...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-08 aurelhuffman: pass hnode_first as a flag instead of as an...
2008-03-05 aurelremove #include "mpegvideo.h" where it is not needed
2008-02-01 michaelconst
2007-11-27 aurel10l: init_get_bits want size in bits, not bytes
2007-10-14 aureladd support for VP6 with huffman encoded blocks
2007-09-25 aureladd a new vp6a codec (add alpha plan support to vp6)
2007-09-24 aurelmove all model related tables into their own struct
2007-09-24 aurelsome simplifications and uniformisation
2007-09-01 aureladd a warning message for unsupported kind of encoding
2007-07-05 diegoGroup all copyright and author notices together.
2007-05-06 lorenmsimplify
2007-05-06 lorenmsimplify
2007-05-06 lorenmfaster and simpler vp6 bilinear mc
2007-05-05 aurelset CODEC_CAP_DR1 for vp5 and vp6 decoders
2007-02-25 aurelUse pointers to avoid copying AVFrame.
2007-02-25 reimarAdd av_ prefix to clip functions
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-14 aurelcosmetics: reindent
2007-01-14 aureladd support for another variant of vp6
2006-12-17 aurelAdd support for VP60 and VP61.
2006-12-17 aurelsmall optimization
2006-10-24 diegoDon't include inttypes.h/stdint.h directly, there is...
2006-10-23 aureldocument the extradata protocol for VP6F
2006-10-22 aureluse the adjustment value present in FLV to crop VP6...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-09 aurelrename vector to vect to avoid clash with Apple gcc
2006-09-09 aurelVP5 and VP6 video decoder