summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
| * vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-27
* | lavc/vp6: Implement "slice" threading for VP6A decodeBen Jackson2012-09-15
* | lavc/vp56: Move golden_frame into VP56ContextBen Jackson2012-09-15
* | lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_contextBen Jackson2012-09-15
* | vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-18
|\|
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * vp56: Drop unnecessary cabac.h #include.Diego Biurrun2012-01-07
| * vp6: Check for huffman tree build errorsLaurent Aimar2011-10-07
* | VP8: Remove no longer used vp8_rac_get_tree_with_offsetDavid Conrad2011-10-26
* | Check for huffman tree building error in vp6 decoder.Laurent Aimar2011-09-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * 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
* | ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-13
|/
* 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