5527 Commits (2831837182fe26f0a19a4d366f3f0553311f1291)

Author SHA1 Message Date
Nil Admirari cc5844da98 libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8(), freeenv_utf8() and getenv_dup() 2 years ago
Andreas Rheinhardt ac322ec214 avutil/cpu_internal: Fix check for SSE2SLOW 2 years ago
Andreas Rheinhardt 40e6575aa3 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2 years ago
Zane van Iperen ff59ecc4de avutil: bump version after UUID changes 2 years ago
Pierre-Anthony Lemieux 7c2f029ede
avutil/tests/uuid: add uuid tests 2 years ago
Zane van Iperen 76e95daa08
avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122 2 years ago
softworkz c5aba39a04 avutil/wchar_filename,file_open: Support long file names on Windows 2 years ago
softworkz 22ab2a375d libavutil/tests/md5: Remove 'volatile workaround' to avoid warnings 2 years ago
James Almer 5929ea6d4b avutil/avframe: fix channel layout checks in av_frame_copy() 2 years ago
Leo Izen d42b410e05 avutil/csp: create public API for colorspace structs 3 years ago
Zhao Zhili 5d8d3c1ac2 avutil/mem: fix doc for reallocs 3 years ago
Haihao Xiang 478e1a98a2 qsv: add requirement for the mininal version of libmfx 3 years ago
Martin Storsjö 4cdc14aa95 libavutil: Deprecate av_fopen_utf8, provide an avpriv version 3 years ago
Tong Wu 1f9b5fa581 avutil/hwcontext_qsv: fix mapping issue between QSV frames and D3D11VA frames 3 years ago
Tong Wu 20807a9d61 avutil/hwcontext_d3d11va: pass the format value from outside for staging texture 3 years ago
Tong Wu 632db3c36d avutil/hwcontext_qsv: derive QSV frames to D3D11VA frames 3 years ago
Lynne 27cffd16aa
x86/tx_float: replace fft_sr_avx with fft_sr_fma3 3 years ago
Lynne 0938ff9701
x86/tx_float: improve temporary register allocation for loads 3 years ago
Lynne 805e8d1921
lavu/tx: make slow ISA extension penalties smarter 3 years ago
Lynne 19c0bb2aa9
x86/tx_float: add AV_CPU_FLAG_AVXSLOW/SLOW_GATHER flags where appropriate 3 years ago
Lynne 9e94c35941
Revert "x86/tx_float: remove vgatherdpd usage" 3 years ago
Lynne 82a68a8771
x86/tx_float: remove vgatherdpd usage 3 years ago
Andreas Rheinhardt f2b79c5b85 lib*/version: Move library version functions into files of their own 3 years ago
Zhao Zhili c3f00daa99 avutil/hwcontext_videotoolbox: create real buffer pool 3 years ago
Marton Balint 0d666200d3 avutil/timecode: use timecode fps for number of frame digits 3 years ago
Marton Balint 58aa06bea0 avutil/cpu: #define _GNU_SOURCE before including any standard headers 3 years ago
Wenbin Chen 7e7b3a4c28 libavutil/hwcontext_qsv: Align width and heigh when download qsv frame 3 years ago
Ingo Brückl 02111be0c1 libavutil/hwcontext_vaapi: Re-enable support for libva v1 3 years ago
James Almer f2967490f1 avutil/channel_layout: return earlier on UNSPEC layouts in av_channel_layout_subset() 3 years ago
James Almer 7602b4e4c2 avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout_subset() 3 years ago
James Almer cbeb827cfb avutil/tests/channel_layout: test av_channel_layout_check() 3 years ago
James Almer 95ac380252 avutil/tests/channel_layout: test the output of av_channel_layout_subset() 3 years ago
James Almer 167c5a6afc avutil/tests/channel_layout: test the output of av_channel_layout_standard() 3 years ago
James Almer f9ed91abc9 avutil/tests/channel_layout: test generating a custom layout using ambisonic channels and a non diegetic channel with a custom name 3 years ago
James Almer e4f6fce9e0 avutil/channel_layout: add missing check for AV_CHAN_NONE in av_channel_description 3 years ago
James Almer 6e04ace7fe avutil/channel_layout: don't try to print NULL string pointers in av_channel_{name,description} 3 years ago
James Almer 327efa6633 avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free() 3 years ago
Martin Storsjö bea841a743 Fix libversion.sh for split version headers, to unbreak shared library builds 3 years ago
James Almer 8ddf1795b9 avutil/attributes: add support for clang in AV_NOWARN_DEPRECATED 3 years ago
James Almer f2fe17c56d avutil/channel_layout: remove duplicate stereo downmix entry 3 years ago
Marton Balint ab7a929684 avutil/channel_layout: do not copy alloc new map for extra channel layout 3 years ago
Marton Balint 92f27c6728 avutil/channel_layout: fix av_channel_layout_describe_bprint with custom and ambisonic channels 3 years ago
Marton Balint 580f7b6c3a avutil/channel_layout: factorize ambisonic order detection 3 years ago
Marton Balint bd40375dd2 avutil/channel_layout: print channels using av_channel_name_bprint in av_channel_layout_describe_bprint 3 years ago
Andreas Rheinhardt 9e241bdffd avutil/channel_layout: Fix leak of string 3 years ago
James Almer cdba98bb80 Bump minor versions after the channel layout changes 3 years ago
Vittorio Giovara 886847afa0 channel_layout: add support for Ambisonic 3 years ago
Anton Khirnov db6efa1815 avframe: switch to the new channel layout API 3 years ago
Anton Khirnov f423497b45 lavu: support AVChannelLayout AVOptions 3 years ago
James Almer f51e169d2b fate: add a channel_layout API test 3 years ago