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-07-05vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-12rename Vp56Model to VP56Model for consistencyAurelien Jacobs
2008-12-12cosmetics: vertical alignmentAurelien Jacobs
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-15add support for VP6 with huffman encoded blocksAurelien 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-25some simplifications and uniformisationAurelien Jacobs
2007-07-25remove wrong const qualifierAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-02-25Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-01-14add support for another variant of vp6Aurelien Jacobs
2006-12-18Add support for VP60 and VP61.Aurelien Jacobs
2006-10-24Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-25rename vector to vect to avoid clash with Apple gccAurelien Jacobs
2006-09-09VP5 and VP6 video decoderAurelien Jacobs