358 Commits (c1a3d17491d03447ee9452b34d17e6939798c29e)

Author SHA1 Message Date
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Andreas Rheinhardt e34d5d1e3b avcodec/tiff: Don't cast const away 1 year ago
Michael Niedermayer 6e98cf0280
avcodec/tiff: add a zero DNG_LINEARIZATION_TABLE check 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Michael Niedermayer 9ea2c79631
avcodec/tiff: Prettify code in dng_blit() 2 years ago
Michael Niedermayer 44f45711cc
avcodec/tiff: Check camera_calibration for 0 2 years ago
Michael Niedermayer 65ce417828
avcodec/tiff: Ignore tile_count 2 years ago
Michael Niedermayer ff2d1bbe73
avcodec/tiff: Avoid 0.0/0.0 in camera_xyz_coeff() 2 years ago
Mark Reid 15df8261be avcodec/tiff: add read support for compressed rgb floating point formats 2 years ago
Andreas Rheinhardt 87cc318bc2 avcodec/tiff: Remove commented-out code 2 years ago
Paul B Mahol 0ca738673a avcodec/tiff: support multiple black levels 2 years ago
Paul B Mahol 1452445116 avcodec/tiff: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM 2 years ago
Paul B Mahol 91897110b0 avcodec/tiff: improve color handling in DNG 2 years ago
Paul B Mahol baf9099cf3 avcodec/tiff: add packed/planar 32bit float support 2 years ago
Paul B Mahol ec8be8a913 avcodec/tiff: improve lut handling for DNG 2 years ago
Michael Niedermayer 43a4854510
avcodec/tiff: Fix loop detection 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Carl Eugen Hoyos ff6044b921 lavc/tiff: Support multi-component files without RowsPerStrip tag. 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Niklas Haas 61ffa23c2e avcodec/codec_internal: add cap for ICC profile support 3 years ago
Michael Niedermayer 76112c2b41 avcodec/tiff: Check tile_length and tile_width 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Michael Niedermayer 75f3d1b822 avcodec/tiff: Check pixel format types for dng 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt b303f1e083 avcodec/mathops: Move bitswap_32() to its only user 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Paul B Mahol 4a5ee8c399 avcodec/tiff: do not abort on zero denominator 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Michael Niedermayer afdbc940c6 avcodec/tiff: Remove messing with jpeg context 3 years ago
Michael Niedermayer cfa1f0e214 avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions 3 years ago
Michael Niedermayer d6c16f42cc avcodec/tiff: Pass max_pixels to mjpeg context 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt b0cd60bd97 avcodec/tiff: Don't use separate temporary buffer for fax 4 years ago
Andreas Rheinhardt e5d6af7b35 avcodec/tiff: Avoid forward declarations 4 years ago
James Almer fc2e022a14 avcodec/tiff: use av_packet_alloc() to allocate AVPackets 4 years ago
Andreas Rheinhardt 74bffc00c5 avcodec: Constify some AVPackets 4 years ago
Andreas Rheinhardt ad58113afe avcodec/tiff_data: Move data to its only user 4 years ago
Michael Niedermayer 292e41ce65 avcodec/tiff: Disallow striped and tiled tiffs except for DNG 4 years ago
Andreas Rheinhardt 1d2d91d1cf avcodec/tiff: Make decoder init-threadsafe 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Paul B Mahol da5b3d0028 avcodec/tiff: do not abort decoding if strips are available 4 years ago
Michael Niedermayer d54c24acde avcodec/tiff: Fix default white level 4 years ago
Lynne 7ad085b2c4
tiff: remove tiff type check for ICC profiles 4 years ago
Michael Niedermayer b9ea493afe avcodec/tiff: Check jpeg context against jpeg frame parameters 5 years ago
Michael Niedermayer ad29f9e47c avcodec/tiff: Restrict tag order based on specification 5 years ago
Michael Niedermayer ca47402a06 avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8 5 years ago
Michael Niedermayer 7577f8332a avcodec/tiff: Check the linearization table size 5 years ago