summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
...
* avutil/tests/channel_layout: test the output of av_channel_layout_subset()James Almer2022-03-25
* avutil/tests/channel_layout: test the output of av_channel_layout_standard()James Almer2022-03-25
* avutil/tests/channel_layout: test generating a custom layout using ambisonic ...James Almer2022-03-25
* avutil/channel_layout: add missing check for AV_CHAN_NONE in av_channel_descr...James Almer2022-03-25
* avutil/channel_layout: don't try to print NULL string pointers in av_channel_...James Almer2022-03-25
* avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free()James Almer2022-03-18
* Fix libversion.sh for split version headers, to unbreak shared library buildsMartin Storsjö2022-03-17
* avutil/attributes: add support for clang in AV_NOWARN_DEPRECATEDJames Almer2022-03-16
* avutil/channel_layout: remove duplicate stereo downmix entryJames Almer2022-03-15
* avutil/channel_layout: do not copy alloc new map for extra channel layoutMarton Balint2022-03-15
* avutil/channel_layout: fix av_channel_layout_describe_bprint with custom and ...Marton Balint2022-03-15
* avutil/channel_layout: factorize ambisonic order detectionMarton Balint2022-03-15
* avutil/channel_layout: print channels using av_channel_name_bprint in av_chan...Marton Balint2022-03-15
* avutil/channel_layout: Fix leak of stringAndreas Rheinhardt2022-03-15
* Bump minor versions after the channel layout changesJames Almer2022-03-15
* channel_layout: add support for AmbisonicVittorio Giovara2022-03-15
* avframe: switch to the new channel layout APIAnton Khirnov2022-03-15
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-15
* fate: add a channel_layout API testJames Almer2022-03-15
* avutil/channel_layout: Add a new channel layout APIAnton Khirnov2022-03-15
* aarch64: Only emit the PAC/BTI note section when targeting ELFMartin Storsjö2022-03-15
* avutil/hwcontext_vulkan: fix typo in undefZhao Zhili2022-03-14
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-10
* arm64: Add Armv8.3-A PAC support to assembly filesAndre Kempe2022-03-09
* avutil: [loongarch] Update loongson_intrinsics.h to v1.1.0Hao Chen2022-03-01
* avutil: support for CUVA Vivid HDR metadataLimin Wang2022-03-01
* avutil: make lzo always compileJames Almer2022-02-26
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avutil/avassert: Don't include avutil.hAndreas Rheinhardt2022-02-24
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-24
* avutil/display: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/integer: Don't include common.hAndreas Rheinhardt2022-02-24
* avutil/pixelutils: Don't include common.hAndreas Rheinhardt2022-02-24
* avutil/samplefmt: Don't include attributes.h, avutil.hAndreas Rheinhardt2022-02-24
* avutil/imgutils: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/eval: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/file: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/fifo: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/audio_fifo: Avoid avutil.h inclusionAndreas Rheinhardt2022-02-24
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-24
* lavu/vulkan: avoid using strlen as a loop conditionLynne2022-02-22
* avutil/x86/emms: Don't unnecessarily include lavu/cpu.hAndreas Rheinhardt2022-02-21
* lavu/hwcontext: clarify behavior on av_hwframe_map() failureAnton Khirnov2022-02-17
* lavu/hwcontext_opencl: clear dangling pointers on map failureAnton Khirnov2022-02-17
* lavu/fifo: add a test for _cb functionsAnton Khirnov2022-02-15
* lavu/fifo: fix a corner case in av_fifo_grow2()Anton Khirnov2022-02-15
* lavu/hwcontext_qsv: fix a potential infinite loopAnton Khirnov2022-02-15
* lavu/pixfmt: deprecate AV_PIX_FMT_XVMCAnton Khirnov2022-02-15
* avutil/tx: Fix documentation of av_tx_uninit()Andreas Rheinhardt2022-02-11
* lavu/fifo: fix regressionHaihao Xiang2022-02-09