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-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-30avcodec/proresdata: Move data only used by ff_prores_ks_encoder to itAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-11avcodec/proresenc_kostya: Use av_calloc/av_malloc_array()Andreas Rheinhardt
2022-02-11avcodec/proresenc_kostya: Cleanup generically after init failureAndreas Rheinhardt
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/proresenc_kostya: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-10avcodec/proresenc_kostya: Remove harmful checkAndreas Rheinhardt
2021-03-30avcodec/proresenc_kostya: Factor flushing PutBitContext outAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2018-12-30avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_QAlex Mogurenko
2018-11-05prores: Use profile names in the various encoders and decodersVittorio Giovara
2018-04-22avcodec/prores_ks : use official quant_matrix (for proxy and xq codec luma an...Martin Vignali
2018-04-05avcodec/prores_ks : do not call estimate_alpha at each quantification stepMartin Vignali
2017-06-27avcodec/proresenc_kostya: add 4444XQ profilePaul B Mahol
2017-06-26avcodec/proresenc_kostya: enable frame threadingPaul B Mahol
2017-06-26avcodec/proresenc_kostya: use frame metadata instead of avctxPaul B Mahol
2017-06-25avcodec/prores_kostya: increase bits usage when alpha is usedPaul B Mahol
2017-03-19Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit '05fb4c9aaf84b59f8ab1ce8d4c0f49dd12113024'Michael Niedermayer
2015-04-23Merge commit '0a51c7d42a519c63178a4f3e35b8967f21da3a6a'Michael Niedermayer
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-03-03avcodec/proresenc_kostya: fix coded_frame handlingClément Bœsch
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2014-12-15Merge commit '4690e01c3aaf495c87127e5dc74aa347197dbc0b'Michael Niedermayer
2014-10-11proresenc_ks: use chroma sampling in autoselectionChristophe Gisquet
2014-10-07avcodec/proresenc_kostya: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-08-30proresenc_ks: allow auto-selecting profileChristophe Gisquet
2014-08-19avcodec/proresenc_kostya: allocate 1 slice more to avoid triggering the reall...Michael Niedermayer
2014-08-19avcodec/proresenc_kostya: set initial max_slice_size based on frame_size_uppe...Michael Niedermayer
2014-08-18Merge commit '41e1354c101004ccd46dc08d3dd6e956e83a6b51'Michael Niedermayer
2014-08-18Merge commit '45ce880a9b3e50cfa088f111dffaf8685bd7bc6b'Michael Niedermayer
2014-08-18Merge commit '58b68e4fdea22e22178e237bda950b09cc6f363a'Michael Niedermayer
2014-08-18Merge commit 'b16699f2da9c1d41eff852ec3a0c81f74fd44421'Michael Niedermayer
2014-08-14proresenc_kostya: properly account for alphaChristophe Gisquet
2014-08-12proresenc_kostya: report buffer overflowChristophe Gisquet