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