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
2011-02-13ARM optimised vp56_rac_get_prob()Mans Rullgard
2010-08-12VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser
2010-08-05VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser
2010-08-03Silence unused function warnings in vp56.hJason Garrett-Glaser
2010-08-03VP5/6/8: tweak some arithcoder inliningJason Garrett-Glaser
2010-07-28Reindent after last commit.Alex Converse
2010-07-28ff_prefix non static vp56 functions.Alex Converse
2010-07-24Inline asm for VP56 arith coderEli Friedman
2010-07-24Decode DCT tokens by branching to a different code path for each branchDavid Conrad
2010-07-24Move renormalization of the VP56 arith decoder to before decoding a bitDavid Conrad
2010-07-24Split renorm of vp56 arith decoder to its own functionDavid Conrad
2010-07-24vp56's arith decoder's code_word is only 16 bits, no need for unsigned longDavid Conrad
2010-07-22Much faster VP8 mv and mode predictionJason Garrett-Glaser
2010-07-22Convert vp56_mv to 16-bit.Jason Garrett-Glaser
2010-07-01cosmetic: improve comment breaking at 80 colsAurelien Jacobs
2010-07-01Eliminate another redundant instruction in vp56/8 arithcoderJason Garrett-Glaser
2010-07-01CMOV-ify vp56 arithcoderJason Garrett-Glaser
2010-07-01Optimize vp56 arithmetic decoderJason Garrett-Glaser
2010-07-01renormalize VP5/6/7/8 range coder without loopStefan Gehrer
2010-06-22Native VP8 decoder.David Conrad
2010-06-22Change a / 256 into a >> 8.Ronald S. Bultje
2010-05-01VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-29Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
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