| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pngenc: Use ff_deflate_init/end() wrappers | Andreas Rheinhardt | 2022-03-19 | 1 | -4/+0 |
* | lavc: split LSCR decoder out of PNG decoder | Anton Khirnov | 2021-02-24 | 1 | -0/+5 |
* | png: split header state and data state in two separate variables. | Ronald S. Bultje | 2017-04-03 | 1 | -5/+0 |
* | Remove duplicated png and mng signatures. | Paul B Mahol | 2012-06-15 | 1 | -2/+2 |
* | png: make ff_png_pass_mask local to pngdec. | Clément Bœsch | 2012-03-22 | 1 | -3/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-30 | 1 | -40/+0 |
|\ |
|
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -6/+0 |
* | | Move png mmx functions into x86/png_mmx.c, remove them from DSPContext. | Baptiste Coudurier | 2011-04-27 | 1 | -0/+40 |
* | | Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. | Diego Elio Pettenò | 2011-01-26 | 1 | -6/+0 |
|/ |
|
* | Move some prototypes from dsputil.c to reasonable header files | Måns Rullgård | 2010-03-06 | 1 | -0/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -5/+4 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | decode mng color decorrelation | Loren Merritt | 2008-02-26 | 1 | -0/+2 |
* | png filters | Loren Merritt | 2008-02-25 | 1 | -0/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | remove superfluous #include | Måns Rullgård | 2007-07-15 | 1 | -1/+0 |
* | hardly anything in PNGContext is shared; split it | Måns Rullgård | 2007-07-15 | 1 | -36/+0 |
* | separate en/decoder specific parts from png.c | Måns Rullgård | 2007-07-15 | 1 | -0/+111 |