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-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-07-31avcodec/proresdec2: Constify slice threads' ptr to main contextAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-24avcodec/proresdec2: fix description of known fourccZhao Zhili
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-12-23lavc/proresdec: fix threaded hwaccel decodercombs
2021-11-29lavc/proresdec: add videotoolbox hwaccelrcombs
2021-11-29lavc/proresdec: add scaffolding for hwdec supportrcombs
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