summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\
| * vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
| * vp56: Release old pictures after a resolution changesLaurent Aimar2011-10-07
| * vp6: Check for huffman tree build errorsLaurent Aimar2011-10-07
| * vp56: Check for missing reference frame dataLaurent Aimar2011-10-07
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05
* | vp56:Fix error recovery code on size changes in vp5/6 decoderLaurent Aimar2011-09-24
* | Check for huffman tree building error in vp6 decoder.Laurent Aimar2011-09-22
* | Release old pictures after a resolution change in vp5/6 decoderLaurent Aimar2011-09-22
* | Check for missing reference in vp5/6 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 deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-30
|/
* 10l: missed one reindent.Alex Converse2010-07-28
* ff_prefix non static vp56 functions.Alex Converse2010-07-28
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs2010-03-03
* Plug some memory leaks in the VP6 decoderVitor Sessak2010-03-03
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-28
* Use av_freep intead of av_free to free pointers in vp56 context.Reimar Döffinger2010-01-23
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-07
* vp56: alpha_offset is uninitialized on purposeAurelien Jacobs2009-02-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* vp56: don't reset dimensions to 0 in codec initAurelien Jacobs2008-12-15
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-12
* cosmetics: vertical alignmentAurelien Jacobs2008-12-11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* clear_block mmxLoren Merritt2008-12-10
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-13
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-08
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* simplifyAurelien Jacobs2007-09-25
* rename one variable to be consistent with the rest of the fileAurelien Jacobs2007-09-25
* consistent spelling: plan => planeAurelien Jacobs2007-09-25
* simplifyAurelien Jacobs2007-09-25
* cosmetic: indentAurelien Jacobs2007-09-25
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* license header consistency cosmeticsDiego Biurrun2007-07-05