summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/cfhd: Keep track of which subbands have been readMichael Niedermayer2021-04-03
* avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and...Michael Niedermayer2021-04-03
* avcodec/cfhd: Check transform_type consistentlyMichael Niedermayer2021-04-03
* avcodec/cfhd: Fix negative shift in cfhd_decode()Michael Niedermayer2021-03-14
* avcodec/cfhd: check peak.offsetMichael Niedermayer2021-01-29
* avcodec/cfhd: only increase s->level if transform is supportedPaul B Mahol2021-01-17
* avcodec/cfhd: properly handle midstream size changes for transform type 2Paul B Mahol2020-12-25
* avcodec/cfhd: check that lowpass_height is >= 3 when used in vertical filterPaul B Mahol2020-09-23
* avcodec/cfhd: Check transform typeMichael Niedermayer2020-08-30
* avcodec/cfhd: Replace a few literal numbers by named constantsMichael Niedermayer2020-08-30
* avcodec/cfhd: Remove unused-but-set variableAndreas Rheinhardt2020-08-28
* avcodec/cfhd: add x86 SIMDPaul B Mahol2020-08-26
* avcodec: extend CFHD descriptionPaul B Mahol2020-08-14
* avcodec/cfhd: improve SampleIndex tag outputPaul B Mahol2020-08-09
* avcodec/cfhd: log version tags tooPaul B Mahol2020-08-09
* avcodec/cfhd: read prescale table tagPaul B Mahol2020-08-09
* avcodec/cfhd: use init_get_bits8()Paul B Mahol2020-08-09
* avcodec/cfhd: reindentPaul B Mahol2020-08-09
* avcodec/cfhd: check if band encoding is validPaul B Mahol2020-08-09
* avcodec/cfhd: add 3d transform supportPaul B Mahol2020-08-08
* avcodec/cfhd: remove some unused or only write itemsPaul B Mahol2020-08-08
* avcodec/cfhd: fix overflow in multiplication in LUT calculationPaul B Mahol2020-08-04
* avcodec/cfhd: correct 71 tag usagePaul B Mahol2020-08-03
* avcodec/cfhd: use LUT for 9 and 18 codebook decompandingPaul B Mahol2020-08-03
* avcodec/cfhd: set correct bits_per_raw_samplePaul B Mahol2020-08-02
* avcodec/cfhd: add more tag namesPaul B Mahol2020-08-02
* avcodec: add CFHD encoderPaul B Mahol2020-08-02
* avcodec/cfhd: improve decompanding quality with reference implementationPaul B Mahol2020-08-02
* avcodec/cfhd: fix non-aligned to 8 height decodingPaul B Mahol2020-08-02
* avcodec/cfhd: move if/else out of loop in inverse transformPaul B Mahol2020-08-02
* cfhd: Add tag namesKieran Kunhya2020-07-04
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/cfhd: Check that cropped size is smaller than fullMichael Niedermayer2019-09-16
* avcodec/cfhd: Check destination space for bayer before writingMichael Niedermayer2019-08-05
* avcodec/cfhd: Fix linesize typeMichael Niedermayer2019-08-05
* avcodec/cfhd: add bayer supportPaul B Mahol2019-07-29
* avcodec/cfhd: add back alpha processing removed in 9cefb9e7ecPaul B Mahol2019-06-28
* avcodec/cfhd: Use the actual count instead of the expected in peak_table()Michael Niedermayer2018-08-20
* avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist...Michael Niedermayer2018-08-20
* avcodec/cfhd: Use bytestream2 for peaksMichael Niedermayer2018-07-18
* libavcodec/cfhd: Fix signed overflow in shiftMichael Niedermayer2018-07-15
* lavc/cfhd: interlaced frame decoding addedGagandeep Singh2018-05-27
* lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-08
* lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16Gagandeep Singh2018-04-03
* lavc/cfhd: add alpha decompanding in rgba12Gagandeep Singh2018-03-22
* avcodec/cfhd: support cropped height tagJames Almer2017-10-18
* Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'James Almer2017-10-17
|\
| * Add Cineform HD DecoderKieran Kunhya2017-03-09