142 Commits (bbd0ebfd835761d1abbe030a8a7866d88b2a8777)

Author SHA1 Message Date
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Himangi Saraogi 0187c2ccda tiff: Return more meaningful error codes 10 years ago
Himangi Saraogi 6ed38b1f65 tiff: Return more meaningful error codes 10 years ago
Carl Eugen Hoyos c2e36e07cd lavc/tiffenc: Support encoding ya16le. 10 years ago
Clément Bœsch ca3c7be7c6 avcodec/tiffenc: remove double ;; 10 years ago
Carl Eugen Hoyos 3a3790b8f8 tiff: support encoding and decoding 64bit images 10 years ago
Michael Niedermayer 4f1923a91b avcodec/tiffenc: Consistently use ADD_ENTRY1() 10 years ago
Vittorio Giovara 10d4c5e55e tiff: set the correct return value when check_size() fails 10 years ago
Luca Barbato 3c27275c13 tiff: Check the check_size() return value and forward it 10 years ago
Vittorio Giovara 0562887a98 tiffenc: initialize return value 10 years ago
Michael Niedermayer bb5e148299 libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Luca Barbato c9c7d59b7d tiff: Use av_mallocz_array 10 years ago
Christophe Gisquet 0e8bfd3c93 avcodec/tiffenc: properly compute packet size 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Tristan Matthews 4910684492 tiffenc: fix packet size calculation 11 years ago
Carl Eugen Hoyos b91bf48f00 lavc/tiffenc: Enable frame-threading. 11 years ago
Justin Ruggles a9b046fb0a tiff: use a better name and enum values for PhotometricInterpretation 11 years ago
Carl Eugen Hoyos 59c1023ef5 Consider aspect ratio when writing tiff dpi. 11 years ago
Carl Eugen Hoyos 5b1b91cfb8 tiff: Support rgba encoding 11 years ago
Anton Khirnov f26f71139f tiffenc: use the AVFrame API properly. 11 years ago
Diego Biurrun 46ce9ded96 tiff: K&R formatting cosmetics 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Carl Eugen Hoyos c673ef1288 Write tiff tag YCbCrPositioning if chroma_sample_location is top-left. 12 years ago
Michael Niedermayer d50aa006fb tiffenc: fix integer overflow 12 years ago
Paul B Mahol a51540d811 lavc: do not use av_pix_fmt_descriptors directly 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 05e5a24f79 tiffenc: remove unused variable 12 years ago
Alex Converse b92dfb56d4 tiffenc: Check av_malloc() results. 12 years ago
Alex Converse 9bc055e358 tiffenc: Simplify pixel format setup using AVPixFmtDescriptor. 12 years ago
Alex Converse 298ed797e1 tiffenc: Add support for little endian RGB48 and GRAY16 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Carl Eugen Hoyos f3683349ae Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency information. 12 years ago
Carl Eugen Hoyos 5eb532a930 Cosmetics: Reorder pix_fmts in tiffenc.c. 12 years ago
Carl Eugen Hoyos a5a90fa577 Simplify setting colour space for mono* when encoding tiff. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Stefano Sabatini 160df9797e lavc/tiffenc: apply misc doxy fixes 13 years ago
Thomas Kühnel 75abfab6c6 lavc/tiff: add GeoTIFF support to the TIFF decoder 13 years ago
Paul B Mahol 9b3f9f43a7 tiffenc: use av_fast_padded_malloc(z) 13 years ago
Paul B Mahol ca16f88c75 tiffenc: add .init 13 years ago
Paul B Mahol 16a433d68b tiffenc: PIX_FMT_YUV440P support 13 years ago
Paul B Mahol a6da14ec3c tiffenc: PIX_FMT_GRAY8A support 13 years ago