Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-07fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs
2009-02-10vp56: alpha_offset is uninitialized on purposeAurelien Jacobs
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-15vp56: don't reset dimensions to 0 in codec initAurelien Jacobs
2008-12-12rename Vp56Model to VP56Model for consistencyAurelien Jacobs
2008-12-12cosmetics: vertical alignmentAurelien Jacobs
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-12-11clear_block mmxLoren Merritt
2008-05-13Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos
2008-05-09ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-09-26simplifyAurelien Jacobs
2007-09-26rename one variable to be consistent with the rest of the fileAurelien Jacobs
2007-09-26consistent spelling: plan => planeAurelien Jacobs
2007-09-25simplifyAurelien Jacobs
2007-09-25cosmetic: indentAurelien Jacobs
2007-09-25add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs
2007-09-25move all model related tables into their own structAurelien Jacobs
2007-09-25rename vp56_b6to3 to vp56_b2pAurelien Jacobs
2007-09-25some simplifications and uniformisationAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-02-25cleanup setting of returned data frameAurelien Jacobs
2007-02-25Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-06ensure that data[0] is set to NULL for next frameAurelien Jacobs
2006-10-22use coded_width and coded_height instead of width and heightAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-14replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs
2006-09-12don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs
2006-09-10rename vector to vect to avoid clash with Apple gccAurelien Jacobs
2006-09-09VP5 and VP6 video decoderAurelien Jacobs