]> git.sesse.net Git - ffmpeg/history - libavcodec/tiffenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / tiffenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-03-30 Himangi Saraogitiff: Return more meaningful error codes
2014-12-18 Carl Eugen Hoyostiff: support encoding and decoding 64bit images
2014-12-15 Vittorio Giovaratiff: set the correct return value when check_size...
2014-12-15 Luca Barbatotiff: Check the check_size() return value and forward it
2014-11-24 Vittorio Giovaratiffenc: initialize return value
2014-11-11 Luca Barbatotiff: Use av_mallocz_array
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-06-17 Tristan Matthewstiffenc: fix packet size calculation
2014-04-12 Justin Rugglestiff: use a better name and enum values for Photometric...
2014-03-16 Carl Eugen Hoyostiff: Support rgba encoding
2013-11-16 Anton Khirnovtiffenc: use the AVFrame API properly.
2013-06-02 Diego Biurruntiff: K&R formatting cosmetics
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-12 Anton Khirnovlavc: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-02 Alex Conversetiffenc: Check av_malloc() results.
2012-10-02 Alex Conversetiffenc: Simplify pixel format setup using AVPixFmtDesc...
2012-09-19 Alex Conversetiffenc: Add support for little endian RGB48 and GRAY16
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Clean up the tiffenc pix_fmts declaration...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-23 Anton Khirnovtiffenc: switch to encode2().
2012-02-23 Anton Khirnovtiffenc: properly forward error codes in encode_frame().
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.
2011-11-24 Anton Khirnovtiffenc: deprecate using compression_level
2011-11-23 Anton Khirnovtiffenc: add a private option for selecting compression...
2011-10-12 Jean Firsttiffenc: initialize forgotten avctx.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-14 Diego Biurrundoxygen: consistently place brief description
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-03 Baptiste Coudurieruse lzw compression in gif encoder
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-28 Michael Niedermayerset coded_frame
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-08 Stefano SabatiniAdd a missing comma in tiff_encoder.pix_fmts
2008-02-02 Reimar DöffingerFix warning:
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-14 Michael Niedermayerfix tiff regression test (bitexact flag was ignoredwhic...
2007-04-13 Diego Biurruncosmetics: Fix indentation.
2007-04-11 Diego Biurruncosmetics: indentation
2007-04-07 Michael NiedermayerTIFF-LZW encoding support by (Bartlomiej Wolowiec b...
2007-04-06 Kamil NowosadYUV support patch by (Kamil Nowosad k.nowosad student...
2007-04-06 Kamil Nowosads/invert/photometric_interpretation/ patch by Kamil...
2007-04-05 Michael Niedermayerremove compound literals gcc 2.95 doesnt support taking...
2007-04-04 Diego BiurrunAdd some Doxygen comments, by Kamil Nowosad, k.nowosad...
2007-04-03 Michael Niedermayertiff encoder by (Bartlomiej Wolowiec b.wolowiec stude...