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-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-19pamdec: fix mono support.Michael Niedermayer
2012-01-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-22pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos
2012-01-20Simplify 32bit pam decoding.Carl Eugen Hoyos
2012-01-17Support 64bit pam decoding.Carl Eugen Hoyos
2012-01-17Support gray8a pam decoding.Carl Eugen Hoyos
2012-01-07Cosmetics: Fix indentation.Carl Eugen Hoyos
2012-01-06pam: Reject 64bpp rgba.ami_stuff
2012-01-05Support 48bpp pam decoding.ami_stuff
2012-01-05Support 16bpp grayscale pam decoding.ami_stuff
2011-12-28Fix a crash when reading gray pam files.Carl Eugen Hoyos
2011-12-28Fix a typo that broke writing (and reading) PAM files.Carl Eugen Hoyos
2011-05-08pnm: Fix spurious error message.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-11Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos
2011-01-10Check for invalid maxval in pgm decoder, fixes issue 2518.Daniel Kang
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2009-12-01Support ASCII pnms.Michael Niedermayer
2009-10-27Move PNM init/end functions to the PNM common code.Diego Biurrun
2009-10-27whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-03-06pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.Justin Ruggles
2009-02-22Support 48-bit RGB PPM image.Peter Ross
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-09-15cosmetics: fix indentation after r15321Justin Ruggles
2008-09-14Return error when trying to decode non-grayscale 16-bit PNM images.Justin Ruggles
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2007-05-11rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs
2007-05-11move pnm parser in its own fileAurelien Jacobs
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-04-10cosmetics after last commitIvo van Poorten
2007-04-10Add support for grayscale images with arbitrary maxvals.Ivo van Poorten
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2006-11-06include parser.h instead of mpegvideo.hBaptiste Coudurier
2006-10-24PGM 16-bit gray supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-08-21segfault fixMichael Niedermayer
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-13merge pam_decode_frame() into pnm_decode_frame()Michael Niedermayer
2004-11-13pnm parserMichael Niedermayer