summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAge
* Drop unnecessary av_unused attributes.Diego Biurrun2014-09-05
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
* vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-15
* vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* vp56: make parse_header return standard error codesLuca Barbato2012-12-14
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* 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
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* vp56: Drop unnecessary cabac.h #include.Diego Biurrun2012-01-07
* 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