]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vp56.c
align and update doxygen
[frescor/ffmpeg.git] / libavcodec / vp56.c
2009-04-07 aurelfix vp5/vp6 decoding by using new prototype for decode...
2009-02-09 aurelvp56: alpha_offset is uninitialized on purpose
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 aurelcosmetics: vertical alignment
2008-12-11 aurelavoid POSIX reserved _t suffix
2008-12-10 lorenmclear_block mmx
2008-05-13 cehoyosAdd VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
2008-05-08 aurelensure vp56_decode_frame always return unchanged buf_size
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2007-09-25 aurelsimplify
2007-09-25 aurelrename one variable to be consistent with the rest...
2007-09-25 aurelconsistent spelling: plan => plane
2007-09-25 aurelsimplify
2007-09-25 aurelcosmetic: indent
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 aurelrename vp56_b6to3 to vp56_b2p
2007-09-24 aurelsome simplifications and uniformisation
2007-07-05 diegolicense header consistency cosmetics
2007-02-25 aurelcleanup setting of returned data frame
2007-02-25 aurelUse pointers to avoid copying AVFrame.
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-06 aurelensure that data[0] is set to NULL for next frame
2006-10-22 aureluse coded_width and coded_height instead of width and...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-13 aurelreplaces back some C code by dsp.put_pixels_tab[0]...
2006-09-11 aureldon't use dsp.put_pixels_tab[0][0] with unaligned ptr...
2006-09-09 aurelrename vector to vect to avoid clash with Apple gcc
2006-09-09 aurelVP5 and VP6 video decoder