summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* libavfilter: add a gblur_vulkan filterWu Jianhua2021-11-161-0/+1
* lavfi: add a libplacebo filterNiklas Haas2021-11-121-0/+3
* lavfi/glslang: migrate to the C API and robustify library detectionLynne2021-11-121-5/+10
* lavfi/vulkan: use libavutil's vulkan loaderLynne2021-11-121-6/+4
* hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne2021-11-121-3/+3
* avfilter/scale_npp: add scale2ref_npp filterRoman Arzumanyan2021-11-031-0/+1
* avutil/hwcontext_videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang2021-11-031-0/+8
* configure: add initial RISC-V supportBrad Smith2021-10-291-1/+9
* configure: add hls demuxer link dependenciesLimin Wang2021-10-281-0/+1
* configure: export pkg-config includedir variableJames Almer2021-10-091-1/+4
* avfilter/sharpen_npp: add sharpening video filter with borders controlRoman Arzumanyan2021-10-071-2/+3
* configure: arm: Don't add -march= to the compiler if no preference was passedMartin Storsjö2021-09-211-1/+3
* avfilter/frei0r: use win32dlfcn wrapperTimo Rothenpieler2021-09-151-3/+4
* configure: account for openssl3 license changeTimo Rothenpieler2021-09-151-2/+5
* configure: Remove null_bsf dependencyAndreas Rheinhardt2021-09-141-1/+0
* avfilter/af_asoftclip: rewrite oversamplingPaul B Mahol2021-09-121-1/+0
* avformat: add an AV1 Low overhead bitstream format muxerJames Almer2021-09-011-0/+1
* avfilter/vf_convolve: switch to TX FFT from avutilPaul B Mahol2021-08-171-6/+0
* avdevice/decklink: add sqd configuration optionLimin Wang2021-08-161-1/+1
* configure: [loongson] adjust MMI check in configureJin Bo2021-08-101-1/+1
* avfilter/vaf_spectrumsynth: switch to TX FFT from avutilPaul B Mahol2021-08-041-3/+0
* avfilter/af_afftfilt: switch to TX FFT from avutilPaul B Mahol2021-08-041-3/+0
* avfilter/avf_showfreqs: switch to TX FFT from avutilPaul B Mahol2021-07-301-3/+0
* avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol2021-07-271-3/+2
* avfilter/af_afftdn: switch to TX FFT from avutilPaul B Mahol2021-07-271-3/+0
* configure: remove sofalizer triggering of avcodec dependencyPaul B Mahol2021-07-241-1/+0
* avfilter/avf_showspectrum: switch to TX FFT from avutilPaul B Mahol2021-07-241-5/+0
* avfilter/af_headphone: switch to TX FFT from avutilPaul B Mahol2021-07-241-2/+0
* avfilter/af_sofalizer: switch to TX FFT from avutilPaul B Mahol2021-07-241-2/+1
* lavu/checkasm: add (private) kperf timing for macOSJ. Dekker2021-07-201-0/+2
* configure: use the correct header for the fallback libxext checkJames Almer2021-07-151-1/+1
* configure: clean up and fix xlib checksJames Almer2021-07-151-6/+17
* configure: use pkg-config for xlib/XvTimo Rothenpieler2021-07-141-2/+3
* fate/ffprobe: Verify ffprobe XML output against schema fileTobias Rapp2021-07-131-0/+3
* {configure,avcodec/libx264}: remove separate x264_csp_bgr checkJan Ekström2021-07-121-2/+1
* configure: move x264_csp_bgr check under general libx264 checksJan Ekström2021-07-121-1/+1
* avfilter/scale_cuda: add support for pixel format conversionTimo Rothenpieler2021-06-251-0/+2
* avfilter: compress CUDA PTX code if possibleTimo Rothenpieler2021-06-221-0/+17
* configure: msys also has .exe suffixTimo Rothenpieler2021-06-221-1/+1
* Update missed irc linksMichael Niedermayer2021-06-181-1/+1
* ffbuild: Avoid using the --preprocessor argument to windresMartin Storsjö2021-06-181-1/+0
* configure: detect nvcc without sm_30 supportTimo Rothenpieler2021-06-061-1/+9
* configure: fix some filter dependenciesMatthias Troffaes2021-05-091-0/+7
* configure: Add missing mpegvideo dependency for IPU decoderAndreas Rheinhardt2021-05-071-0/+1
* mips: Fix potential illegal instruction error.Shiyou Yin2021-05-071-6/+1
* lavfi/dnn_classify: add filter dnn_classify for classification based on detec...Guo, Yejun2021-05-061-0/+1
* configure: dnn needs avformatMatthias C. M. Troffaes2021-05-061-1/+1
* configure: fix vulkan dep for libglslang based filtersJames Almer2021-04-291-8/+11
* configure: add -lvulkan to libglslang's lib flagsLynne2021-04-301-1/+1
* hwcontext_vulkan: dlopen libvulkanLynne2021-04-301-1/+33