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