Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-01avcodec/cfhd: Avoid signed integer overflow in coeffMichael Niedermayer
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-03avcodec/cfhd: Keep track of which subbands have been readMichael Niedermayer
2021-04-03avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and...Michael Niedermayer
2021-04-03avcodec/cfhd: Check transform_type consistentlyMichael Niedermayer
2021-03-15avcodec/cfhd: Fix negative shift in cfhd_decode()Michael Niedermayer
2021-01-29avcodec/cfhd: check peak.offsetMichael Niedermayer
2021-01-17avcodec/cfhd: only increase s->level if transform is supportedPaul B Mahol
2020-12-25avcodec/cfhd: properly handle midstream size changes for transform type 2Paul B Mahol
2020-09-24avcodec/cfhd: check that lowpass_height is >= 3 when used in vertical filterPaul B Mahol
2020-08-30avcodec/cfhd: Check transform typeMichael Niedermayer
2020-08-30avcodec/cfhd: Replace a few literal numbers by named constantsMichael Niedermayer
2020-08-28avcodec/cfhd: Remove unused-but-set variableAndreas Rheinhardt
2020-08-26avcodec/cfhd: add x86 SIMDPaul B Mahol
2020-08-14avcodec: extend CFHD descriptionPaul B Mahol
2020-08-09avcodec/cfhd: improve SampleIndex tag outputPaul B Mahol
2020-08-09avcodec/cfhd: log version tags tooPaul B Mahol
2020-08-09avcodec/cfhd: read prescale table tagPaul B Mahol
2020-08-09avcodec/cfhd: use init_get_bits8()Paul B Mahol
2020-08-09avcodec/cfhd: reindentPaul B Mahol
2020-08-09avcodec/cfhd: check if band encoding is validPaul B Mahol
2020-08-08avcodec/cfhd: add 3d transform supportPaul B Mahol
2020-08-08avcodec/cfhd: remove some unused or only write itemsPaul B Mahol
2020-08-04avcodec/cfhd: fix overflow in multiplication in LUT calculationPaul B Mahol
2020-08-03avcodec/cfhd: correct 71 tag usagePaul B Mahol
2020-08-03avcodec/cfhd: use LUT for 9 and 18 codebook decompandingPaul B Mahol
2020-08-02avcodec/cfhd: set correct bits_per_raw_samplePaul B Mahol
2020-08-02avcodec/cfhd: add more tag namesPaul B Mahol
2020-08-02avcodec: add CFHD encoderPaul B Mahol
2020-08-02avcodec/cfhd: improve decompanding quality with reference implementationPaul B Mahol
2020-08-02avcodec/cfhd: fix non-aligned to 8 height decodingPaul B Mahol
2020-08-02avcodec/cfhd: move if/else out of loop in inverse transformPaul B Mahol
2020-07-04cfhd: Add tag namesKieran Kunhya
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2019-09-16avcodec/cfhd: Check that cropped size is smaller than fullMichael Niedermayer
2019-08-05avcodec/cfhd: Check destination space for bayer before writingMichael Niedermayer
2019-08-05avcodec/cfhd: Fix linesize typeMichael Niedermayer
2019-07-29avcodec/cfhd: add bayer supportPaul B Mahol
2019-06-28avcodec/cfhd: add back alpha processing removed in 9cefb9e7ecPaul B Mahol
2018-08-20avcodec/cfhd: Use the actual count instead of the expected in peak_table()Michael Niedermayer
2018-08-20avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist...Michael Niedermayer
2018-07-18avcodec/cfhd: Use bytestream2 for peaksMichael Niedermayer
2018-07-15libavcodec/cfhd: Fix signed overflow in shiftMichael Niedermayer
2018-05-27lavc/cfhd: interlaced frame decoding addedGagandeep Singh
2018-05-08lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch
2018-04-03lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16Gagandeep Singh
2018-03-22lavc/cfhd: add alpha decompanding in rgba12Gagandeep Singh
2017-10-18avcodec/cfhd: support cropped height tagJames Almer