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
2022-03-19avcodec/pngenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt
2021-02-24lavc: split LSCR decoder out of PNG decoderAnton Khirnov
2017-04-03png: split header state and data state in two separate variables.Ronald S. Bultje
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol
2012-03-23png: make ff_png_pass_mask local to pngdec.Clément Bœsch
2012-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-04-27Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
2011-01-25Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
2010-03-07Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-02-26decode mng color decorrelationLoren Merritt
2008-02-25png filtersLoren Merritt
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-15remove superfluous #includeMåns Rullgård
2007-07-15hardly anything in PNGContext is shared; split itMåns Rullgård
2007-07-15separate en/decoder specific parts from png.cMåns Rullgård