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-05Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-10move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien 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-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-10-13vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs
2008-06-22vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-08huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-11-2810l: init_get_bits want size in bits, not bytesAurelien Jacobs
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-09-01add a warning message for unsupported kind of encodingAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-06simplifyLoren Merritt
2007-05-06simplifyLoren Merritt
2007-05-06faster and simpler vp6 bilinear mcLoren Merritt
2007-05-05set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs
2007-02-25Use pointers to avoid copying AVFrame.Aurelien Jacobs
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2007-01-14cosmetics: reindentAurelien Jacobs
2007-01-14add support for another variant of vp6Aurelien Jacobs
2006-12-18Add support for VP60 and VP61.Aurelien Jacobs
2006-12-17small optimizationAurelien Jacobs
2006-10-24Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme
2006-10-23document the extradata protocol for VP6FAurelien Jacobs
2006-10-23use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10rename vector to vect to avoid clash with Apple gccAurelien Jacobs
2006-09-09VP5 and VP6 video decoderAurelien Jacobs