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
2020-08-21lavu/buffer: forward av_buffer_realloc() error code.Nicolas George
2020-08-21lavu/avstring: deprecate av_d2str().Nicolas George
2020-08-20avutil/video_enc_params: fix code commentleozhang
2020-08-04avutil/channel_layout: add 22.2 layoutJan Ekström
2020-08-02hwcontext_vulkan: remove plane size alignment checks when host importingLynne
2020-07-31tests/imgutils: test the output of av_image_fill_* functionsJames Almer
2020-07-30avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by ...Shiyou Yin
2020-07-27hwcontext_vaapi: remove duplicate formats from sw_format listHaihao Xiang
2020-07-27hwcontext_vaapi: avoid fd leak in vaapi_device_deriveHaihao Xiang
2020-07-27avutil/imgutils: always zero data pointers in av_image_fill_pointers()James Almer
2020-07-27avutil/imgutils: don't fill data pointers for missing planesJames Almer
2020-07-23avutil: bump version after addition of MIPS cpu flagsJames Almer
2020-07-23libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang
2020-07-23libavutils: Add parse_r helper for MIPSJiaxun Yang
2020-07-22libavutil/frame: avoid UB when getting plane sizesBrian Kim
2020-07-22avutil/imgutils: add utility to get plane sizesBrian Kim
2020-07-15avutil/timecode: add description for SMPTE binary formatLimin Wang
2020-07-12avutil/hwcontext_vdpau: Correctly initialise pixfmtsPhilip Langdale
2020-07-12avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner
2020-07-10avcodec/hevcdec: Add VDPAU to list of supported formatsManojGuptaBonda
2020-07-02avutil/opt: check return value of av_bprint_finalize()Limin Wang
2020-07-01avutil/avsscanf: Add () to avoid integer overflow in scanexp()Michael Niedermayer
2020-06-30avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer
2020-06-28avutil/timecode: add function av_timecode_get_smpte()Limin Wang
2020-06-14lavu/internal: Fix comment for avpriv_dict_set_timestampJun Zhao
2020-06-13avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macrosLimin Wang
2020-06-13avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang
2020-06-12lavu/hwcontext_vaapi: add vaapi_format_map support for x2rgb10Fei Wang
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-06avutil/dict: av_realloc -> av_realloc_array()Limin Wang
2020-06-06avutil/mathematics: Fix overflow with NaN in av_add_stable()Dale Curtis
2020-06-05avutil/buffer: separate public and internal flags inside AVBuffersJames Almer
2020-06-05avutil/buffer: avutil/buffer: add a mention that some arguments from av_buffe...James Almer
2020-06-05avutil/buffer: use the default allocator if none is provided to av_buffer_poo...James Almer
2020-06-04hwcontext_vulkan: fix make checkheaders failJun Zhao
2020-05-30avutil/attributes: Fix too many warning: false is not defined [-Wundef]Limin Wang
2020-05-27Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis
2020-05-26hwcontext_vulkan: fix uploading and downloading from/to flipped imagesLynne
2020-05-26hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapiLynne
2020-05-26hwcontext_vulkan: initialize the frames context when derivingLynne
2020-05-26hwcontext_vulkan: use dedicated allocation for buffers when necessaryLynne
2020-05-26hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne
2020-05-26avutil/mem: Use max_alloc_size as-isAndreas Rheinhardt
2020-05-25h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov
2020-05-23hwcontext_vulkan: move physical device feature discovery to device_initLynne
2020-05-23hwcontext_vulkan: split uploading and downloading contextsLynne