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
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-05-02avcodec/proresdec2: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-01avcodec/proresdec2: Don't apply non-zero offset to null pointerAndreas Rheinhardt
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-09-02avcodec/proresdec2: let long name match one from codec_desc.cPaul B Mahol
2020-08-20libavcodec/proresdec2: Setup qmat_chroma according to RDD36Harry Mallon
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2019-04-01avcodec/proresdec2: decode picture header before frame allocationMichael Niedermayer
2018-12-10avcodec/proresdec2: allow changing resolutionPaul B Mahol
2018-12-07avcodec/proresdec2: add new line at end of debug messagePaul B Mahol
2018-12-02avcodec/proresdec : add 12b decodingMartin Vignali
2018-12-02avcodec/proresdec : add unpack alpha 12 funcMartin Vignali
2018-12-02avcodec/proresdec : make inline func for unpack alphaMartin Vignali
2018-12-02avcodec/proresdec : put unpack alpha func in prores ctxMartin Vignali
2018-12-02avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali
2018-12-02avcodec/proresdec : move dsp init after codec tag checkMartin Vignali
2018-11-05proresdec2: Parse codec_tag and export profile informationVittorio Giovara
2018-11-05prores: Use profile names in the various encoders and decodersVittorio Giovara
2018-08-26avcodec/proresdec2: add frame threading supportPaul B Mahol
2018-04-28avcodec/proresdec2: add missing frame color metadataPaul B Mahol
2018-04-28avcodec/proresdec2: make long name more descriptivePaul B Mahol
2017-11-16avcodec/proresdec: align dequantization matrix buffersJames Almer
2017-10-12lavc/proresdec2: Do not mix variable declaration and statement.Carl Eugen Hoyos
2017-10-04libavcodec/blockdsp : add AVX versionMartin Vignali
2017-10-03avcodec/proresdec2: Use LAST_SKIP_BITS where possibleMichael Niedermayer
2017-10-03avcodec/proresdec2: SKIP_BITS() does not work with len=32Michael Niedermayer
2017-09-24avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shiftMichael Niedermayer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-03-06avcodec/proresdec2: Do not discard frames with bad slicesMichael Niedermayer
2016-05-27avcodec/proresdec2: Add support for grayscale videosHåvard Espeland
2015-10-30lavc/proresdec2: Fix slice_count for very high resolutions.Carl Eugen Hoyos
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-05-15avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-05-22avcodec/proresdec2: Use av_malloc_array()Michael Niedermayer
2013-10-10avcodec/proresdec2: propagate error codesMichael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-09-22Make decoding alpha optional for some codecs.Reimar Döffinger
2013-09-13avcodec/proresdec2: remove duplicated tablesPaul B Mahol
2013-09-09avcodec/proresdec2: return meaningful error codesPaul B Mahol
2013-05-22proresdec: Fix end conditionMichael Niedermayer
2013-05-19proresdec2: Only try to decode alpha plane if four output planes were allocated.Carl Eugen Hoyos
2013-05-18proresdec2: Support decoding transparency information.Kostya Shishkov
2013-03-23lavc/prores: restore pict_type and key_frame setting.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer