summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAgeFilesLines
* vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-151-1/+26
* vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-1/+2
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-4/+2
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-0/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+2
* vp56: make parse_header return standard error codesLuca Barbato2012-12-141-0/+2
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-1/+1
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-5/+5
* vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-271-2/+2
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-0/+2
* 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
OpenPOWER on IntegriCloud