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
2013-11-16tiffenc: use the AVFrame API properly.Anton Khirnov
2013-06-02tiff: K&R formatting cosmeticsDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-02tiffenc: Check av_malloc() results.Alex Converse
2012-10-02tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse
2012-09-19tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-07cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-23tiffenc: switch to encode2().Anton Khirnov
2012-02-23tiffenc: properly forward error codes in encode_frame().Anton Khirnov
2012-01-27lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov
2011-11-25tiffenc: deprecate using compression_levelAnton Khirnov
2011-11-23tiffenc: add a private option for selecting compression algorithmAnton Khirnov
2011-10-13tiffenc: initialize forgotten avctx.Jean First
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-03use lzw compression in gif encoderBaptiste Coudurier
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28set coded_frameMichael Niedermayer
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-08Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini
2008-02-03Fix warning:Reimar Döffinger
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-14fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer
2007-04-13cosmetics: Fix indentation.Diego Biurrun
2007-04-11cosmetics: indentationDiego Biurrun
2007-04-07TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ...Michael Niedermayer
2007-04-07YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad
2007-04-07s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...Kamil Nowosad
2007-04-05remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer
2007-04-04Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun