| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/avframe: fix channel layout checks in av_frame_copy() | James Almer | 2022-06-05 | 1 | -3/+12 |
* | avutil/csp: create public API for colorspace structs | Leo Izen | 2022-06-01 | 4 | -1/+237 |
* | avutil/mem: fix doc for reallocs | Zhao Zhili | 2022-05-26 | 1 | -12/+11 |
* | qsv: add requirement for the mininal version of libmfx | Haihao Xiang | 2022-05-25 | 1 | -2/+0 |
* | libavutil: Deprecate av_fopen_utf8, provide an avpriv version | Martin Storsjö | 2022-05-23 | 4 | -3/+25 |
* | avutil/hwcontext_qsv: fix mapping issue between QSV frames and D3D11VA frames | Tong Wu | 2022-05-23 | 1 | -3/+4 |
* | avutil/hwcontext_d3d11va: pass the format value from outside for staging texture | Tong Wu | 2022-05-23 | 1 | -3/+4 |
* | avutil/hwcontext_qsv: derive QSV frames to D3D11VA frames | Tong Wu | 2022-05-23 | 1 | -3/+13 |
* | x86/tx_float: replace fft_sr_avx with fft_sr_fma3 | Lynne | 2022-05-21 | 2 | -9/+9 |
* | x86/tx_float: improve temporary register allocation for loads | Lynne | 2022-05-21 | 1 | -24/+24 |
* | lavu/tx: make slow ISA extension penalties smarter | Lynne | 2022-05-21 | 1 | -2/+13 |
* | x86/tx_float: add AV_CPU_FLAG_AVXSLOW/SLOW_GATHER flags where appropriate | Lynne | 2022-05-21 | 1 | -14/+21 |
* | Revert "x86/tx_float: remove vgatherdpd usage" | Lynne | 2022-05-21 | 2 | -31/+43 |
* | x86/tx_float: remove vgatherdpd usage | Lynne | 2022-05-20 | 2 | -43/+31 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 3 | -43/+72 |
* | avutil/hwcontext_videotoolbox: create real buffer pool | Zhao Zhili | 2022-04-29 | 1 | -37/+34 |
* | avutil/timecode: use timecode fps for number of frame digits | Marton Balint | 2022-04-22 | 1 | -3/+4 |
* | avutil/cpu: #define _GNU_SOURCE before including any standard headers | Marton Balint | 2022-04-22 | 1 | -7/+9 |
* | libavutil/hwcontext_qsv: Align width and heigh when download qsv frame | Wenbin Chen | 2022-04-13 | 1 | -5/+42 |
* | libavutil/hwcontext_vaapi: Re-enable support for libva v1 | Ingo Brückl | 2022-04-06 | 1 | -1/+56 |
* | avutil/channel_layout: return earlier on UNSPEC layouts in av_channel_layout_... | James Almer | 2022-03-25 | 1 | -5/+9 |
* | avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout... | James Almer | 2022-03-25 | 1 | -0/+6 |
* | avutil/tests/channel_layout: test av_channel_layout_check() | James Almer | 2022-03-25 | 1 | -2/+4 |
* | avutil/tests/channel_layout: test the output of av_channel_layout_subset() | James Almer | 2022-03-25 | 1 | -0/+18 |
* | avutil/tests/channel_layout: test the output of av_channel_layout_standard() | James Almer | 2022-03-25 | 1 | -1/+20 |
* | avutil/tests/channel_layout: test generating a custom layout using ambisonic ... | James Almer | 2022-03-25 | 1 | -0/+2 |
* | avutil/channel_layout: add missing check for AV_CHAN_NONE in av_channel_descr... | James Almer | 2022-03-25 | 1 | -0/+2 |
* | avutil/channel_layout: don't try to print NULL string pointers in av_channel_... | James Almer | 2022-03-25 | 1 | -2/+4 |
* | avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free() | James Almer | 2022-03-18 | 1 | -0/+4 |
* | Fix libversion.sh for split version headers, to unbreak shared library builds | Martin Storsjö | 2022-03-17 | 1 | -0/+25 |
* | avutil/attributes: add support for clang in AV_NOWARN_DEPRECATED | James Almer | 2022-03-16 | 2 | -2/+2 |
* | avutil/channel_layout: remove duplicate stereo downmix entry | James Almer | 2022-03-15 | 1 | -1/+0 |
* | avutil/channel_layout: do not copy alloc new map for extra channel layout | Marton Balint | 2022-03-15 | 1 | -13/+4 |
* | avutil/channel_layout: fix av_channel_layout_describe_bprint with custom and ... | Marton Balint | 2022-03-15 | 1 | -4/+4 |
* | avutil/channel_layout: factorize ambisonic order detection | Marton Balint | 2022-03-15 | 1 | -10/+29 |
* | avutil/channel_layout: print channels using av_channel_name_bprint in av_chan... | Marton Balint | 2022-03-15 | 1 | -5/+1 |
* | avutil/channel_layout: Fix leak of string | Andreas Rheinhardt | 2022-03-15 | 1 | -0/+1 |
* | Bump minor versions after the channel layout changes | James Almer | 2022-03-15 | 1 | -1/+1 |
* | channel_layout: add support for Ambisonic | Vittorio Giovara | 2022-03-15 | 3 | -5/+269 |
* | avframe: switch to the new channel layout API | Anton Khirnov | 2022-03-15 | 2 | -23/+121 |
* | lavu: support AVChannelLayout AVOptions | Anton Khirnov | 2022-03-15 | 3 | -5/+141 |
* | fate: add a channel_layout API test | James Almer | 2022-03-15 | 2 | -0/+267 |
* | avutil/channel_layout: Add a new channel layout API | Anton Khirnov | 2022-03-15 | 3 | -103/+1086 |
* | aarch64: Only emit the PAC/BTI note section when targeting ELF | Martin Storsjö | 2022-03-15 | 1 | -1/+1 |
* | avutil/hwcontext_vulkan: fix typo in undef | Zhao Zhili | 2022-03-14 | 1 | -1/+1 |
* | avutil/cpu: add AVX512 Icelake flag | Wu Jianhua | 2022-03-10 | 6 | -29/+37 |
* | arm64: Add Armv8.3-A PAC support to assembly files | Andre Kempe | 2022-03-09 | 1 | -6/+96 |
* | avutil: [loongarch] Update loongson_intrinsics.h to v1.1.0 | Hao Chen | 2022-03-01 | 1 | -813/+884 |
* | avutil: support for CUVA Vivid HDR metadata | Limin Wang | 2022-03-01 | 6 | -1/+343 |
* | avutil: make lzo always compile | James Almer | 2022-02-26 | 1 | -3/+2 |