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-10-24avcodec/dnxhddec: Only keep what is used from ScanTableAndreas Rheinhardt
2022-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas 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-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
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-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-25avcodec/dnxhddec: ignore second flag for encoded fieldPaul B Mahol
2021-08-03avcodec/dnxhddec: check and propagate function return valuemaryam ebr
2021-05-10avcodec/dnxhddec: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-26avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2020-01-29avcodec/dnxhddec: properly set colorspacePaul B Mahol
2018-12-26avcodec/dnxhddec: fix block alignmentRamiro Polla
2018-12-03avcodec/dnxhddec: use init_get_bits8()Paul B Mahol
2018-09-06avcodec/dnxhddec: ask for samples with alphaPaul B Mahol
2018-01-05avcodec/dnxhddec: Check dc vlcMichael Niedermayer
2017-11-30avcodec/dnxhddec: Do not overwrite colorspace if the container has set it.Steven Robertson
2017-07-27avcodec/dnxhddec: Move mb height check out of non hr branchMichael Niedermayer
2017-04-11avcodec/dnxhddec: fix -Wformat warning raised by DJGPPJames Almer
2017-04-11avcodec/dnxhddec: add support for very big resolutionsPaul B Mahol
2017-03-31dnxhd: initialize DNXHDContext::avctx to each thread's respective one.Ronald S. Bultje
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-24Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch
2017-02-22avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bitPaul B Mahol
2016-12-03lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos
2016-10-28Adjust printf conversion specifiers to match variable signednessDiego Biurrun
2016-08-03libavcodec/dnxhd: Enable 12-bit DNxHR support.Steven Robertson
2016-07-25avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer
2016-07-20libavcodec/dnxhd: add dnxhr profilesMark Reid
2016-07-16libavcodec/dnxhd: add support more dnxhr header prefixesMark Reid
2016-02-14libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formatsMark Reid
2015-12-04avcodec/dnxhddec: Fix runtime error: left shift of negative valueMichael Niedermayer
2015-11-29avcodec/dnxhddec: Disable 12bit by defaultMichael Niedermayer
2015-11-06avcodec/dnxhddec: Make mb_scan_index a fixed length arrayMichael Niedermayer
2015-10-15dnxhd: interleave AC levels and flagsChristophe Gisquet
2015-10-08dnxhddec: better support for 4:4:4Christophe Gisquet
2015-10-05dnxhd: add better support for CIDs 1270 to 1274Jeremy James
2015-10-05dnxhd: add CID 1270Christophe Gisquet
2015-10-05dnxhd: add decoder support for DNxHRJeremy James
2015-10-05dnxhddec: Introduce DNXHD_VARIABLEChristophe Gisquet
2015-10-05dnxhddec: cleanup frame header parsingChristophe Gisquet
2015-10-02dnxhddec: init scantable once permutation is setChristophe Gisquet