Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-24vp56dec: avoid freeing the returned frame before returning it.Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-10-07vp56: Release old pictures after a resolution changesLaurent Aimar
2011-10-07vp6: Check for huffman tree build errorsLaurent Aimar
2011-10-07vp56: Check for missing reference frame dataLaurent Aimar
2011-09-24vp56:Fix error recovery code on size changes in vp5/6 decoderLaurent Aimar
2011-09-22Check for huffman tree building error in vp6 decoder.Laurent Aimar
2011-09-22Release old pictures after a resolution change in vp5/6 decoderLaurent Aimar
2011-09-22Check for missing reference in vp5/6 decoder.Laurent Aimar
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2010-07-2810l: missed one reindent.Alex Converse
2010-07-28ff_prefix non static vp56 functions.Alex Converse
2010-05-01VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-04move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs
2010-03-03Plug some memory leaks in the VP6 decoderVitor Sessak
2010-01-29Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger
2010-01-29vp56: check buffer size to fix a potential segfaultLaurent Aimar
2010-01-23Use av_freep intead of av_free to free pointers in vp56 context.Reimar Döffinger
2009-04-07fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs
2009-02-10vp56: alpha_offset is uninitialized on purposeAurelien Jacobs
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-15vp56: don't reset dimensions to 0 in codec initAurelien Jacobs
2008-12-12rename Vp56Model to VP56Model for consistencyAurelien Jacobs
2008-12-12cosmetics: vertical alignmentAurelien Jacobs
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-12-11clear_block mmxLoren Merritt
2008-05-13Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos
2008-05-09ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-09-26simplifyAurelien Jacobs
2007-09-26rename one variable to be consistent with the rest of the fileAurelien Jacobs
2007-09-26consistent spelling: plan => planeAurelien Jacobs
2007-09-25simplifyAurelien Jacobs
2007-09-25cosmetic: indentAurelien Jacobs
2007-09-25add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs
2007-09-25move all model related tables into their own structAurelien Jacobs
2007-09-25rename vp56_b6to3 to vp56_b2pAurelien Jacobs
2007-09-25some simplifications and uniformisationAurelien Jacobs