73 Commits (59eb64ce0e6bf3465d115848d8828be23ae41c75)

Author SHA1 Message Date
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
Michael Niedermayer fe2e1cfc19 avcodec/cfhd: Fix linesize type 5 years ago
Paul B Mahol 630ea6b07f avcodec/cfhd: add bayer support 5 years ago
Paul B Mahol 2edb262759 avcodec/cfhd: add back alpha processing removed in 9cefb9e7ec 5 years ago
Michael Niedermayer 77429b4217 avcodec/cfhd: Use the actual count instead of the expected in peak_table() 6 years ago
Michael Niedermayer 2c1613ac94 avcodec/cfhd: Move peak_table() and difference_coding() calls after the existing coefficient count check 6 years ago
Michael Niedermayer 4a657acaef avcodec/cfhd: Use bytestream2 for peaks 6 years ago
Michael Niedermayer 7334985ffa libavcodec/cfhd: Fix signed overflow in shift 6 years ago
Gagandeep Singh 9cefb9e7ec lavc/cfhd: interlaced frame decoding added 7 years ago
Clément Bœsch 6876a63368 lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT 7 years ago
Gagandeep Singh 673604e0e3 lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16 7 years ago
Gagandeep Singh c64c97b972 lavc/cfhd: add alpha decompanding in rgba12 7 years ago
James Almer d2917501c2 avcodec/cfhd: support cropped height tag 7 years ago
Vodyannikov Aleksandr 47c9365724 avcodec/cfhd: Fix decoding regression due to height check 7 years ago
Michael Niedermayer c709f009da avcodec/cfhd: Fix invalid left shift of negative value 7 years ago