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-07-18avutil/hwcontext_d3d11va: fix texture_infos writes on non-fixed-size poolsTimo Rothenpieler
2022-07-13Bump Versions for 5.1 branchMichael Niedermayer
2022-07-07avfilter: add remap opencl filterPaul B Mahol
2022-07-06avutil/mem: Handle fast allocations near UINT_MAX properlyAndreas Rheinhardt
2022-07-05)hwcontext: add a stub implementation for Vulkan functionsLynne
2022-07-04Revert "avutil/channel_layout: av_channel_layout_describe_bprint: Check for b...James Almer
2022-07-02avutil/channel_layout: av_channel_layout_describe_bprint: Check for buffer endMichael Niedermayer
2022-06-28avutil/wchar_filename: Make the header C++ compatibleAndreas Rheinhardt
2022-06-25avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detectionBrad Smith
2022-06-22avutil/x86/float_dsp: Remove obsolete 3dnowext functionAndreas Rheinhardt
2022-06-22avutil/x86/pixelutils: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-06-21libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8(), fre...Nil Admirari
2022-06-18avutil/cpu_internal: Fix check for SSE2SLOWAndreas Rheinhardt
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-06-14avutil: bump version after UUID changesZane van Iperen
2022-06-12avutil/tests/uuid: add uuid testsPierre-Anthony Lemieux
2022-06-12avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122Zane van Iperen
2022-06-09avutil/wchar_filename,file_open: Support long file names on Windowssoftworkz
2022-06-08libavutil/tests/md5: Remove 'volatile workaround' to avoid warningssoftworkz
2022-06-05avutil/avframe: fix channel layout checks in av_frame_copy()James Almer
2022-06-01avutil/csp: create public API for colorspace structsLeo Izen
2022-05-26avutil/mem: fix doc for reallocsZhao Zhili
2022-05-25qsv: add requirement for the mininal version of libmfxHaihao Xiang
2022-05-23libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö
2022-05-23avutil/hwcontext_qsv: fix mapping issue between QSV frames and D3D11VA framesTong Wu
2022-05-23avutil/hwcontext_d3d11va: pass the format value from outside for staging textureTong Wu
2022-05-23avutil/hwcontext_qsv: derive QSV frames to D3D11VA framesTong Wu
2022-05-21x86/tx_float: replace fft_sr_avx with fft_sr_fma3Lynne
2022-05-21x86/tx_float: improve temporary register allocation for loadsLynne
2022-05-21lavu/tx: make slow ISA extension penalties smarterLynne
2022-05-21x86/tx_float: add AV_CPU_FLAG_AVXSLOW/SLOW_GATHER flags where appropriateLynne
2022-05-21Revert "x86/tx_float: remove vgatherdpd usage"Lynne
2022-05-20x86/tx_float: remove vgatherdpd usageLynne
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-04-29avutil/hwcontext_videotoolbox: create real buffer poolZhao Zhili
2022-04-22avutil/timecode: use timecode fps for number of frame digitsMarton Balint
2022-04-22avutil/cpu: #define _GNU_SOURCE before including any standard headersMarton Balint
2022-04-13libavutil/hwcontext_qsv: Align width and heigh when download qsv frameWenbin Chen
2022-04-06libavutil/hwcontext_vaapi: Re-enable support for libva v1Ingo Brückl
2022-03-25avutil/channel_layout: return earlier on UNSPEC layouts in av_channel_layout_...James Almer
2022-03-25avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout...James Almer
2022-03-25avutil/tests/channel_layout: test av_channel_layout_check()James Almer
2022-03-25avutil/tests/channel_layout: test the output of av_channel_layout_subset()James Almer
2022-03-25avutil/tests/channel_layout: test the output of av_channel_layout_standard()James Almer
2022-03-25avutil/tests/channel_layout: test generating a custom layout using ambisonic ...James Almer
2022-03-25avutil/channel_layout: add missing check for AV_CHAN_NONE in av_channel_descr...James Almer
2022-03-25avutil/channel_layout: don't try to print NULL string pointers in av_channel_...James Almer
2022-03-19avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free()James Almer
2022-03-17Fix libversion.sh for split version headers, to unbreak shared library buildsMartin Storsjö
2022-03-16avutil/attributes: add support for clang in AV_NOWARN_DEPRECATEDJames Almer