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-11-19avutil/frame: fix potential leaks in av_frame_ref()Gil Pedersen
2020-11-19avutil/frame: use av_buffer_replace() to simplify codeGil Pedersen
2020-11-04avutil/hwcontext_cuda: fix edge case with non-even frame heightsTimo Rothenpieler
2020-11-04avutil/hwcontext_cuda: query correct alignment from deviceTimo Rothenpieler
2020-11-03avutil/hwcontext_cuda: increase CUDA frame alignment to 512Timo Rothenpieler
2020-10-25avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable()Michael Niedermayer
2020-10-24avutil/common: Implement av_sat_add64_c() with fewer branchesMichael Niedermayer
2020-10-02avutil/pixdesc: add missing FF_API_PSEUDOPAL checkJames Almer
2020-09-28lavu/buffer: add a convenience function for replacing buffersAnton Khirnov
2020-09-23avutil/pixfmt: improve definition of AVColorRangeJan Ekström
2020-09-19avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer
2020-09-16avutil/cuda_check: add missing dynlink_loader.h includeJames Almer
2020-09-13avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint
2020-09-13avutil/timecode: do not trash bits on invalid av_timecode_get_smpte argumentsMarton Balint
2020-09-13avutil/timecode: cosmetics on av_timecode_get_smpteMarton Balint
2020-09-13avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fpsMarton Balint
2020-08-31hwcontext_vaapi: Don't require a render node when deriving from DRMMark Thompson
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