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