summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp56.c
Commit message (Expand)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-1/+1
* 10l: missed one reindent.Alex Converse2010-07-281-1/+1
* ff_prefix non static vp56 functions.Alex Converse2010-07-281-4/+4
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-301-17/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs2010-03-031-12/+0
* Plug some memory leaks in the VP6 decoderVitor Sessak2010-03-031-0/+12
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-291-0/+6
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-281-0/+4
* Use av_freep intead of av_free to free pointers in vp56 context.Reimar Döffinger2010-01-231-3/+3
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-071-3/+4
* vp56: alpha_offset is uninitialized on purposeAurelien Jacobs2009-02-091-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* vp56: don't reset dimensions to 0 in codec initAurelien Jacobs2008-12-151-2/+0
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-121-1/+1
* cosmetics: vertical alignmentAurelien Jacobs2008-12-111-1/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-30/+30
* clear_block mmxLoren Merritt2008-12-101-1/+1
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-131-4/+4
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-081-3/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* simplifyAurelien Jacobs2007-09-251-10/+7
* rename one variable to be consistent with the rest of the fileAurelien Jacobs2007-09-251-10/+10
* consistent spelling: plan => planeAurelien Jacobs2007-09-251-14/+14
* simplifyAurelien Jacobs2007-09-251-1/+1
* cosmetic: indentAurelien Jacobs2007-09-251-96/+96
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-251-22/+56
* move all model related tables into their own structAurelien Jacobs2007-09-241-16/+20
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-241-5/+5
* some simplifications and uniformisationAurelien Jacobs2007-09-241-18/+18
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* cleanup setting of returned data frameAurelien Jacobs2007-02-251-3/+2
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-251-25/+25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* ensure that data[0] is set to NULL for next frameAurelien Jacobs2007-02-061-0/+1
* use coded_width and coded_height instead of width and heightAurelien Jacobs2006-10-221-6/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-3/+5
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-131-9/+7
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-111-5/+8
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-091-12/+12
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+662
OpenPOWER on IntegriCloud