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 (Collapse)Author
2013-12-09p*menc: use the AVFrame API properly.Anton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-28pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö
This fixes boken fate tests with MSVC with DLLs, broken since b5f536d24. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-02-23pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov
2013-01-06pnm: return meaningful error codes.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-01-22pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos
Reported and reviewed by Derek Buitenhuis. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-15Merge libavcore into libavutilReinhard Tartler
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-01-11Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos
Originally committed as revision 26304 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-10Check for invalid maxval in pgm decoder, fixes issue 2518.Daniel Kang
Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-01Support ASCII pnms.Michael Niedermayer
Implements issue1452. Originally committed as revision 20687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-27Move PNM init/end functions to the PNM common code.Diego Biurrun
This is done in preparation for the PNM encoder/decoder split. Originally committed as revision 20382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-27whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun
Originally committed as revision 20381 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.Justin Ruggles
Originally committed as revision 17848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Support 48-bit RGB PPM image.Peter Ross
Originally committed as revision 17511 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-15cosmetics: fix indentation after r15321Justin Ruggles
Originally committed as revision 15332 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-14Return error when trying to decode non-grayscale 16-bit PNM images.Justin Ruggles
Fixes issue 566. Originally committed as revision 15321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-11rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs
Originally committed as revision 8996 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-11move pnm parser in its own fileAurelien Jacobs
Originally committed as revision 8988 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-10cosmetics after last commitIvo van Poorten
Originally committed as revision 8705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-10Add support for grayscale images with arbitrary maxvals.Ivo van Poorten
The image data is rescaled to the nearest pix_fmt it will fit in (gray8 or gray16). Conversion is done inside the codec in order to avoid the need for 14 (or 65534) new pix_fmt's. Originally committed as revision 8704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-06include parser.h instead of mpegvideo.hBaptiste Coudurier
Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-24PGM 16-bit gray supportKostya Shishkov
Originally committed as revision 6780 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-21segfault fixMichael Niedermayer
Originally committed as revision 4531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine ↵Roine Gustafsson
users.sourceforge net] Originally committed as revision 4213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-12various security fixes and precautionary checksMichael Niedermayer
Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13merge pam_decode_frame() into pnm_decode_frame()Michael Niedermayer
Originally committed as revision 3677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13pnm parserMichael Niedermayer
Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-11move p*m from image/lavf -> image2/lavcMichael Niedermayer
video/audio_codec_id in AVFormatParameters to override/help demuxer av_guess_codec() to guess the default codecs based upon muxer + filename Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk