169 Commits (f298507323a688bf89e9d3b44d7529edf80de909)

Author SHA1 Message Date
Niklas Haas 703288cec6 avcodec/internal: add FFCodec.color_ranges 6 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 11 months ago
Andreas Rheinhardt c14dc99f44 avcodec/tiff: Improve inclusions 12 months ago
Andreas Rheinhardt 1d66a122df avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE 1 year ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 1 year ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 1 year ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 3 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 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
Martin Storsjö f2da2e1458 libavcodec: Split version.h 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 2b54a29762 avcodec/tiffenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Steinar H. Gunderson 80286671c5 avcodec/put_bits: Fix LZW warning 5 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Vittorio Giovara 6c445990e6 tiffenc: Check zlib support for deflate option during initialization 9 years ago
Vittorio Giovara 9f732e4c99 tiffenc: Check av_pix_fmt_desc_get() return value 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 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 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 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