summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
OpenPOWER on IntegriCloud