87 Commits (0ba70a679216a504ed4ea6f50c37283cf099e8ae)

Author SHA1 Message Date
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
Andreas Rheinhardt 9e9c99366a avcodec/cfhd, cfhddata: Free VLC as soon as it is not needed 2 years ago
Andreas Rheinhardt 6b1a7fc8bd avcodec/cfhd, cfhddata: Simplify check for escape 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Paul B Mahol 4beac58e90 avcodec/cfhd: fix escape handling for old codebook 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 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 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
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Michael Niedermayer cd6ac013a0 avcodec/cfhd: Avoid signed integer overflow in coeff 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
Michael Niedermayer da8c86dd8b avcodec/cfhd: Keep track of which subbands have been read 4 years ago
Michael Niedermayer 3b88c88fa1 avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and BandSecondPass 4 years ago
Michael Niedermayer 20473a93d2 avcodec/cfhd: Check transform_type consistently 4 years ago
Michael Niedermayer cd3ab3a09b avcodec/cfhd: Fix negative shift in cfhd_decode() 4 years ago
Michael Niedermayer 386faeda5f avcodec/cfhd: check peak.offset 4 years ago
Paul B Mahol f975cf7cc0 avcodec/cfhd: only increase s->level if transform is supported 4 years ago
Paul B Mahol 676689cc7c avcodec/cfhd: properly handle midstream size changes for transform type 2 4 years ago
Paul B Mahol aed8f40d45 avcodec/cfhd: check that lowpass_height is >= 3 when used in vertical filter 4 years ago
Michael Niedermayer 659658d08b avcodec/cfhd: Check transform type 4 years ago
Michael Niedermayer 2359656da2 avcodec/cfhd: Replace a few literal numbers by named constants 4 years ago
Andreas Rheinhardt 5c923ce668 avcodec/cfhd: Remove unused-but-set variable 4 years ago
Paul B Mahol 389cc142fb avcodec/cfhd: add x86 SIMD 4 years ago
Paul B Mahol 9f702fc8f4 avcodec: extend CFHD description 4 years ago
Paul B Mahol 4ad77086b9 avcodec/cfhd: improve SampleIndex tag output 4 years ago
Paul B Mahol 17d1454a5f avcodec/cfhd: log version tags too 4 years ago
Paul B Mahol fc3546bece avcodec/cfhd: read prescale table tag 4 years ago
Paul B Mahol 3ff7171a85 avcodec/cfhd: use init_get_bits8() 4 years ago
Paul B Mahol 25d07e1394 avcodec/cfhd: reindent 4 years ago
Paul B Mahol 8c7ea0c344 avcodec/cfhd: check if band encoding is valid 4 years ago
Paul B Mahol 1006a21512 avcodec/cfhd: add 3d transform support 4 years ago
Paul B Mahol 1c6a010e3b avcodec/cfhd: remove some unused or only write items 4 years ago
Paul B Mahol 6ce4338943 avcodec/cfhd: fix overflow in multiplication in LUT calculation 4 years ago
Paul B Mahol acaed62ad1 avcodec/cfhd: correct 71 tag usage 4 years ago
Paul B Mahol 05e58ce4e2 avcodec/cfhd: use LUT for 9 and 18 codebook decompanding 4 years ago
Paul B Mahol 533d6030ca avcodec/cfhd: set correct bits_per_raw_sample 4 years ago
Paul B Mahol e2b455f933 avcodec/cfhd: add more tag names 4 years ago
Paul B Mahol 4e27817629 avcodec: add CFHD encoder 4 years ago
Paul B Mahol 131d2a3e1c avcodec/cfhd: improve decompanding quality with reference implementation 4 years ago
Paul B Mahol f7e35c8163 avcodec/cfhd: fix non-aligned to 8 height decoding 4 years ago
Paul B Mahol fabbb680d4 avcodec/cfhd: move if/else out of loop in inverse transform 4 years ago
Kieran Kunhya ec33f7793e cfhd: Add tag names 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 9fac243744 avcodec/cfhd: Check that cropped size is smaller than full 5 years ago
Michael Niedermayer 58e084bd2c avcodec/cfhd: Check destination space for bayer before writing 5 years ago