summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil/channel_layout: add missing check for AV_CHAN_NONE in av_channel_descr...James Almer2022-03-251-0/+2
* avutil/channel_layout: don't try to print NULL string pointers in av_channel_...James Almer2022-03-251-2/+4
* avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free()James Almer2022-03-181-0/+4
* Fix libversion.sh for split version headers, to unbreak shared library buildsMartin Storsjö2022-03-171-0/+25
* avutil/attributes: add support for clang in AV_NOWARN_DEPRECATEDJames Almer2022-03-162-2/+2
* avutil/channel_layout: remove duplicate stereo downmix entryJames Almer2022-03-151-1/+0
* avutil/channel_layout: do not copy alloc new map for extra channel layoutMarton Balint2022-03-151-13/+4
* avutil/channel_layout: fix av_channel_layout_describe_bprint with custom and ...Marton Balint2022-03-151-4/+4
* avutil/channel_layout: factorize ambisonic order detectionMarton Balint2022-03-151-10/+29
* avutil/channel_layout: print channels using av_channel_name_bprint in av_chan...Marton Balint2022-03-151-5/+1
* avutil/channel_layout: Fix leak of stringAndreas Rheinhardt2022-03-151-0/+1
* Bump minor versions after the channel layout changesJames Almer2022-03-151-1/+1
* channel_layout: add support for AmbisonicVittorio Giovara2022-03-153-5/+269
* avframe: switch to the new channel layout APIAnton Khirnov2022-03-152-23/+121
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-153-5/+141
* fate: add a channel_layout API testJames Almer2022-03-152-0/+267
* avutil/channel_layout: Add a new channel layout APIAnton Khirnov2022-03-153-103/+1086
* aarch64: Only emit the PAC/BTI note section when targeting ELFMartin Storsjö2022-03-151-1/+1
* avutil/hwcontext_vulkan: fix typo in undefZhao Zhili2022-03-141-1/+1
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-106-29/+37
* arm64: Add Armv8.3-A PAC support to assembly filesAndre Kempe2022-03-091-6/+96
* avutil: [loongarch] Update loongson_intrinsics.h to v1.1.0Hao Chen2022-03-011-813/+884
* avutil: support for CUVA Vivid HDR metadataLimin Wang2022-03-016-1/+343
* avutil: make lzo always compileJames Almer2022-02-261-3/+2