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-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-03-19avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt
2021-03-11avutil/buffer: change public function and struct size parameter types to size_tJames Almer
2021-03-05avutil/{avstring,bprint}: add XML escaping from ffprobe to avutilStefano Sabatini
2021-02-21lavu/tx: support in-place FFT transformsLynne
2021-02-10libavutil/common: Add FFABS64U()Michael Niedermayer
2021-01-26avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer
2021-01-13lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne
2021-01-01mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-03avutil/timecode: add av_timecode_init_from_componentsMarton Balint
2020-11-26libavutil: introduce AVFilmGrainParams side dataLynne
2020-09-28lavu/buffer: add a convenience function for replacing buffersAnton Khirnov
2020-09-13avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint
2020-08-21lavu/avstring: deprecate av_d2str().Nicolas George
2020-08-04avutil/channel_layout: add 22.2 layoutJan Ekström
2020-07-23avutil: bump version after addition of MIPS cpu flagsJames Almer
2020-07-22avutil/imgutils: add utility to get plane sizesBrian Kim
2020-06-12lavu/pix_fmt: add new pixel format x2rgb10Fei Wang
2020-06-11avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data typeLimin Wang
2020-06-10lavu/opt: add a more general child class iteration APIAnton Khirnov
2020-06-08Bump minor versions after branching 4.3n4.4-devMichael Niedermayer
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-06-05avutil/buffer: use the default allocator if none is provided to av_buffer_poo...James Almer
2020-05-25h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov
2020-05-23hwcontext: add av_hwdevice_ctx_create_derived_optsLynne
2020-05-23lavu: add av_gcd_q().Nicolas George
2020-05-22avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint
2020-05-17avutil: bump version after addition of av_sat_add64 and av_sat_sub64James Almer
2020-05-12libavutil: add API for exporting video frame quantizersJuan De León
2020-05-11hwcontext_vulkan: expose enabled device and instance extensionsLynne
2020-04-25lavu/version: bump minor version for DOVI sidedataJun Zhao
2020-03-28avutil/frame: make frame copy functions hwframe awareTimo Rothenpieler
2020-03-19avutil/hwcontext_cuda: add YUVA420P pixel formatYaroslav Pogrebnyak
2020-02-24lavu/pix_fmt: add new pixel format y210Linjie Fu
2020-02-13lavu/tx: implement 32 bit fixed point FFT and MDCTLynne
2020-02-12avutil/log: Add av_log_once() for printing a message just once with a high lo...Michael Niedermayer
2020-02-05lavu: bump minor version for the Vulkan patchsetLynne
2019-12-28avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer
2019-12-26avutil/buffer: add av_buffer_pool_buffer_get_opaqueMarton Balint
2019-11-26avutil/hwcontext_cuda: allow using primary CUDA device contextOleg Dobkin
2019-11-17avutil/eval: add function to track variable useGyan Doshi
2019-10-14avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol
2019-09-04avutil/version: bump for hwcontext_videotoolbox api changeAman Gupta
2019-09-02avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries valueRaphaël Zumer
2019-08-02lavu/tx: add support for double precision FFT and MDCTLynne
2019-07-21Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-devMichael Niedermayer
2019-07-21Bump minor versions to separate 4.2 from masterMichael Niedermayer
2019-06-29avutil: add FF_DECODE_ERROR_DECODE_SLICES for AVFrame.decode_error_flagsAmir Pauker
2019-06-16avutil: add FF_DECODE_ERROR_CONCEALMENT_ACTIVE flag for AVFrame.decode_error_...Amir Pauker