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