summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAgeFilesLines
* tiffenc: use av_assert()Michael Niedermayer2012-06-101-1/+1
* tiffenc: fix out of array readMichael Niedermayer2012-05-121-7/+18
* Make tiff-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos2012-04-181-0/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-8/+9
|\
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-041-1/+1
|\ \ | |/
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-1/+1
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | tiffenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-3/+2
* | tiffenc: fix return value.Michael Niedermayer2012-03-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-24/+33
|\ \ | |/
| * tiffenc: switch to encode2().Anton Khirnov2012-02-231-13/+22
| * tiffenc: properly forward error codes in encode_frame().Anton Khirnov2012-02-231-12/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-16/+0
|\ \ | |/
| * lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-271-16/+0
* | Support 64bit tiff images.Carl Eugen Hoyos2012-01-141-1/+9
* | Support tiff RGBA encoding.Carl Eugen Hoyos2011-12-021-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-251-0/+6
|\ \ | |/
| * tiffenc: deprecate using compression_levelAnton Khirnov2011-11-241-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-241-7/+24
|\ \ | |/
| * tiffenc: add a private option for selecting compression algorithmAnton Khirnov2011-11-231-1/+25
| * tiffenc: initialize forgotten avctx.Jean First2011-10-121-0/+1
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-1/+1
* | tiffenc: Enable RGB48LE (16-bit) encoding supportJean First2011-09-251-2/+10
* | tiffenc: initialize forgotten avctx.Jean First2011-09-231-0/+1
* | tiffenc: Add forgotten avclass to context.Jean First2011-09-231-0/+1
* | Allow setting resolution in DPI for Tiff.Carl Eugen Hoyos2011-08-181-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-10/+5
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-10/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-1/+2
|\ \ | |/
| * 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
* | tiffenc: set bpp table for monow/monob formatsStefano Sabatini2011-05-131-1/+2
* | tiffenc: factorize code for monow/monob case in encode_frame() switchStefano Sabatini2011-05-131-4/+1
* | tiffenc: fix bpp value for monow/monob formatsStefano Sabatini2011-05-131-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
OpenPOWER on IntegriCloud