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
2015-01-22lavc/pnm: Support decoding ya16.Carl Eugen Hoyos
2014-08-03avcodec/pnm: check buf[0] before using buf[1]Michael Niedermayer
2013-08-03pnmdec: always output native pixel formatMichael Niedermayer
2013-07-29pnm: do not set avctx->coded_framePaul B Mahol
2013-07-29pnm: fix 255 < maxval < 65535 for pam with depth 1Paul B Mahol
2013-07-29Revert "pnm: remove nonsense code"Paul B Mahol
2013-07-28Assume gray8 if 1 < maxval <= 255 in pgm.Carl Eugen Hoyos
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
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ö
2013-02-24pnm: use av_pix_fmt_desc_get()Michael Niedermayer
2013-02-24Merge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d'Michael Niedermayer
2013-02-23pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov
2013-01-07Merge commit '57d11e5e28bfe0bc445ad78fc033aafa73068bb4'Michael Niedermayer
2013-01-06pnm: return meaningful error codes.Anton Khirnov
2012-11-05pnm: cosmetics: reindentPaul B Mahol
2012-11-05pnm: remove duplicated check for maxval > 255Paul B Mahol
2012-11-05pnm: remove nonsense codePaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07pnmdec: make ff_pnm_decode_header() more robustMichael Niedermayer
2012-08-07pnmdec: make pnm_get more robustMichael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
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