summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu/vulkan: fix handle type for 32-bit targetsKacper Michajłow2023-03-092-1/+5
* vulkan: Fix win/i386 calling conventionMartin Storsjö2023-03-091-4/+4
* avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behaviorMichael Niedermayer2023-02-212-1/+4
* hwcontext_vulkan: remove optional encode/decode extensions from the listLynne2023-02-061-8/+0
* avutil/tests/.gitignore: Add channel_layout testtoolAndreas Rheinhardt2022-09-051-0/+1
* avutil/hwcontext_d3d11va: fix texture_infos writes on non-fixed-size poolsTimo Rothenpieler2022-07-181-1/+12
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* avfilter: add remap opencl filterPaul B Mahol2022-07-071-1/+4
* avutil/mem: Handle fast allocations near UINT_MAX properlyAndreas Rheinhardt2022-07-061-0/+4
* )hwcontext: add a stub implementation for Vulkan functionsLynne2022-07-052-0/+41
* Revert "avutil/channel_layout: av_channel_layout_describe_bprint: Check for b...James Almer2022-07-041-4/+0
* avutil/channel_layout: av_channel_layout_describe_bprint: Check for buffer endMichael Niedermayer2022-07-021-0/+4
* avutil/wchar_filename: Make the header C++ compatibleAndreas Rheinhardt2022-06-281-1/+1
* avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detectionBrad Smith2022-06-251-1/+1
* avutil/x86/float_dsp: Remove obsolete 3dnowext functionAndreas Rheinhardt2022-06-222-29/+1
* avutil/x86/pixelutils: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-222-67/+0
* libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8(), fre...Nil Admirari2022-06-212-0/+139
* avutil/cpu_internal: Fix check for SSE2SLOWAndreas Rheinhardt2022-06-181-2/+5
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-154-38/+43
* avutil: bump version after UUID changesZane van Iperen2022-06-131-1/+1
* avutil/tests/uuid: add uuid testsPierre-Anthony Lemieux2022-06-123-0/+143
* avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122Zane van Iperen2022-06-123-0/+290
* avutil/wchar_filename,file_open: Support long file names on Windowssoftworkz2022-06-092-1/+181
* libavutil/tests/md5: Remove 'volatile workaround' to avoid warningssoftworkz2022-06-081-2/+2
* avutil/avframe: fix channel layout checks in av_frame_copy()James Almer2022-06-051-3/+12
* avutil/csp: create public API for colorspace structsLeo Izen2022-06-014-1/+237
* avutil/mem: fix doc for reallocsZhao Zhili2022-05-261-12/+11
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-251-2/+0
* libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö2022-05-234-3/+25
* avutil/hwcontext_qsv: fix mapping issue between QSV frames and D3D11VA framesTong Wu2022-05-231-3/+4
* avutil/hwcontext_d3d11va: pass the format value from outside for staging textureTong Wu2022-05-231-3/+4
* avutil/hwcontext_qsv: derive QSV frames to D3D11VA framesTong Wu2022-05-231-3/+13
* x86/tx_float: replace fft_sr_avx with fft_sr_fma3Lynne2022-05-212-9/+9
* x86/tx_float: improve temporary register allocation for loadsLynne2022-05-211-24/+24
* lavu/tx: make slow ISA extension penalties smarterLynne2022-05-211-2/+13
* x86/tx_float: add AV_CPU_FLAG_AVXSLOW/SLOW_GATHER flags where appropriateLynne2022-05-211-14/+21
* Revert "x86/tx_float: remove vgatherdpd usage"Lynne2022-05-212-31/+43
* x86/tx_float: remove vgatherdpd usageLynne2022-05-202-43/+31
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-103-43/+72
* avutil/hwcontext_videotoolbox: create real buffer poolZhao Zhili2022-04-291-37/+34
* avutil/timecode: use timecode fps for number of frame digitsMarton Balint2022-04-221-3/+4
* avutil/cpu: #define _GNU_SOURCE before including any standard headersMarton Balint2022-04-221-7/+9
* libavutil/hwcontext_qsv: Align width and heigh when download qsv frameWenbin Chen2022-04-131-5/+42
* libavutil/hwcontext_vaapi: Re-enable support for libva v1Ingo Brückl2022-04-061-1/+56
* avutil/channel_layout: return earlier on UNSPEC layouts in av_channel_layout_...James Almer2022-03-251-5/+9
* avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout...James Almer2022-03-251-0/+6
* avutil/tests/channel_layout: test av_channel_layout_check()James Almer2022-03-251-2/+4
* avutil/tests/channel_layout: test the output of av_channel_layout_subset()James Almer2022-03-251-0/+18
* avutil/tests/channel_layout: test the output of av_channel_layout_standard()James Almer2022-03-251-1/+20
* avutil/tests/channel_layout: test generating a custom layout using ambisonic ...James Almer2022-03-251-0/+2