summaryrefslogtreecommitdiff
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAge
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* | Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency ...Carl Eugen Hoyos2012-08-31
* | Cosmetics: Reorder pix_fmts in tiffenc.c.Carl Eugen Hoyos2012-08-31
* | Simplify setting colour space for mono* when encoding tiff.Carl Eugen Hoyos2012-08-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | lavc/tiffenc: apply misc doxy fixesStefano Sabatini2012-07-14
* | lavc/tiff: add GeoTIFF support to the TIFF decoderThomas Kühnel2012-07-14
* | tiffenc: use av_fast_padded_malloc(z)Paul B Mahol2012-07-10
* | tiffenc: add .initPaul B Mahol2012-07-10
* | tiffenc: PIX_FMT_YUV440P supportPaul B Mahol2012-07-09
* | tiffenc: PIX_FMT_GRAY8A supportPaul B Mahol2012-07-06
* | tiffenc: PIX_FMT_GRAY16LE supportPaul B Mahol2012-07-06
* | tiffenc: merge common codePaul B Mahol2012-07-06
* | tiffenc: use av_get_bits_per_pixel() to get bppPaul B Mahol2012-07-06
* | tiffenc: use av_pix_fmt_descriptors to set bpp_tab[]Paul B Mahol2012-07-06
* | tiffenc: simplify calculation of bpp_tab_sizePaul B Mahol2012-07-06
* | tiffenc: use av_assert()Michael Niedermayer2012-06-10
* | tiffenc: fix out of array readMichael Niedermayer2012-05-12
* | Make tiff-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos2012-04-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-04
|\|
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | tiffenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* | tiffenc: fix return value.Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * tiffenc: switch to encode2().Anton Khirnov2012-02-23
| * tiffenc: properly forward error codes in encode_frame().Anton Khirnov2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.Anton Khirnov2012-01-27
* | Support 64bit tiff images.Carl Eugen Hoyos2012-01-14
* | Support tiff RGBA encoding.Carl Eugen Hoyos2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-25
|\|
| * tiffenc: deprecate using compression_levelAnton Khirnov2011-11-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-24
|\|
| * tiffenc: add a private option for selecting compression algorithmAnton Khirnov2011-11-23
| * tiffenc: initialize forgotten avctx.Jean First2011-10-12
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* | tiffenc: Enable RGB48LE (16-bit) encoding supportJean First2011-09-25
* | tiffenc: initialize forgotten avctx.Jean First2011-09-23