summaryrefslogtreecommitdiff
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* tiff: Return more meaningful error codesHimangi Saraogi2015-03-30
* tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos2014-12-18
* tiff: set the correct return value when check_size() failsVittorio Giovara2014-12-15
* tiff: Check the check_size() return value and forward itLuca Barbato2014-12-15
* tiffenc: initialize return valueVittorio Giovara2014-11-24
* tiff: Use av_mallocz_arrayLuca Barbato2014-11-11
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* tiffenc: fix packet size calculationTristan Matthews2014-06-17
* tiff: use a better name and enum values for PhotometricInterpretationJustin Ruggles2014-04-12
* tiff: Support rgba encodingCarl Eugen Hoyos2014-03-16
* tiffenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* tiff: K&R formatting cosmeticsDiego Biurrun2013-06-02
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* tiffenc: Check av_malloc() results.Alex Converse2012-10-01
* tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse2012-10-01
* tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse2012-09-19
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö2012-04-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* tiffenc: switch to encode2().Anton Khirnov2012-02-23
* tiffenc: properly forward error codes in encode_frame().Anton Khirnov2012-02-23
* lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-27
* tiffenc: deprecate using compression_levelAnton Khirnov2011-11-24
* tiffenc: add a private option for selecting compression algorithmAnton Khirnov2011-11-23
* tiffenc: initialize forgotten avctx.Jean First2011-10-12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12