aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer2014-01-071-21/+22
* Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer2013-06-031-138/+143
|\
| * 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
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-141-2/+1
|\|
| * 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
* | Write tiff tag YCbCrPositioning if chroma_sample_location is top-left.Carl Eugen Hoyos2012-11-051-0/+2
* | tiffenc: fix integer overflowMichael Niedermayer2012-10-191-2/+2
* | lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-121-3/+4
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-26/+26
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-20/+20
* | tiffenc: remove unused variableMichael Niedermayer2012-10-031-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-021-2/+14
|\|
| * tiffenc: Check av_malloc() results.Alex Converse2012-10-011-1/+15
| * tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse2012-10-011-23/+17
* | Merge commit '581281e242609a222233a2e5538b89dfb88fb18e'Michael Niedermayer2012-09-201-1/+2
|\|
| * tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse2012-09-191-3/+19
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-4/+4
|\|
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-4/+4
* | Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency ...Carl Eugen Hoyos2012-08-311-1/+5
* | Cosmetics: Reorder pix_fmts in tiffenc.c.Carl Eugen Hoyos2012-08-311-1/+1
* | Simplify setting colour space for mono* when encoding tiff.Carl Eugen Hoyos2012-08-311-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-2/+2
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | lavc/tiffenc: apply misc doxy fixesStefano Sabatini2012-07-141-17/+19
* | lavc/tiff: add GeoTIFF support to the TIFF decoderThomas Kühnel2012-07-141-2/+2
* | tiffenc: use av_fast_padded_malloc(z)Paul B Mahol2012-07-101-23/+40
* | tiffenc: add .initPaul B Mahol2012-07-101-5/+13
* | tiffenc: PIX_FMT_YUV440P supportPaul B Mahol2012-07-091-1/+2
* | tiffenc: PIX_FMT_GRAY8A supportPaul B Mahol2012-07-061-1/+2
* | tiffenc: PIX_FMT_GRAY16LE supportPaul B Mahol2012-07-061-1/+2
* | tiffenc: merge common codePaul B Mahol2012-07-061-6/+0
* | tiffenc: use av_get_bits_per_pixel() to get bppPaul B Mahol2012-07-061-12/+3
* | tiffenc: use av_pix_fmt_descriptors to set bpp_tab[]Paul B Mahol2012-07-061-10/+4
* | tiffenc: simplify calculation of bpp_tab_sizePaul B Mahol2012-07-061-3/+2
* | 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