summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-3/+3
* avcodec/cfhd, cfhddata: Free VLC as soon as it is not neededAndreas Rheinhardt2022-09-051-3/+0
* avcodec/cfhd, cfhddata: Simplify check for escapeAndreas Rheinhardt2022-09-051-2/+2
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/cfhd: fix escape handling for old codebookPaul B Mahol2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-8/+5
* avcodec/cfhd: Avoid signed integer overflow in coeffMichael Niedermayer2022-02-011-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