summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAge
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-07
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-11
* VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser2010-08-12
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-04
* Silence unused function warnings in vp56.hJason Garrett-Glaser2010-08-03
* VP5/6/8: tweak some arithcoder inliningJason Garrett-Glaser2010-08-03
* Reindent after last commit.Alex Converse2010-07-28
* ff_prefix non static vp56 functions.Alex Converse2010-07-28
* Inline asm for VP56 arith coderEli Friedman2010-07-23
* Decode DCT tokens by branching to a different code path for each branchDavid Conrad2010-07-23
* Move renormalization of the VP56 arith decoder to before decoding a bitDavid Conrad2010-07-23
* Split renorm of vp56 arith decoder to its own functionDavid Conrad2010-07-23
* vp56's arith decoder's code_word is only 16 bits, no need for unsigned longDavid Conrad2010-07-23
* Much faster VP8 mv and mode predictionJason Garrett-Glaser2010-07-22
* Convert vp56_mv to 16-bit.Jason Garrett-Glaser2010-07-22
* cosmetic: improve comment breaking at 80 colsAurelien Jacobs2010-07-01
* Eliminate another redundant instruction in vp56/8 arithcoderJason Garrett-Glaser2010-06-30
* CMOV-ify vp56 arithcoderJason Garrett-Glaser2010-06-30
* Optimize vp56 arithmetic decoderJason Garrett-Glaser2010-06-30
* renormalize VP5/6/7/8 range coder without loopStefan Gehrer2010-06-30
* Native VP8 decoder.David Conrad2010-06-22
* Change a / 256 into a >> 8.Ronald S. Bultje2010-06-22
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs2009-07-05
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-12
* cosmetics: vertical alignmentAurelien Jacobs2008-12-11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-14
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* remove wrong const qualifierAurelien Jacobs2007-07-25
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
* add support for another variant of vp6Aurelien Jacobs2007-01-14
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17