aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lavf: add public functions converting dispositions to/from stringsAnton Khirnov2021-11-163-0/+62
* lavf: add an AVClass to AVStream on next major bumpAnton Khirnov2021-11-164-1/+36
* lavf: improve AV_DISPOSITION_* doxyAnton Khirnov2021-11-161-19/+77
* lavfi/vulkan: add mutliqueue emulation codeLynne2021-11-162-18/+22
* lavfi/vulkan: fix static descriptor set updatingLynne2021-11-162-0/+22
* libavfilter: add a gblur_vulkan filterWu Jianhua2021-11-164-0/+527
* swscale/input: clip rgbf32 values before lrintfMark Reid2021-11-151-8/+8
* libavutil/common: clip nan value to aminMark Reid2021-11-152-10/+10
* avfilter/v360: add support for off-axis projection outputPaul B Mahol2021-11-153-38/+24
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-155-48/+0
* doc/filters: add details and ranges for colorkeyGyan Doshi2021-11-151-10/+16
* avformat/concatdec: fix NEEDS_UNSAFE flag valueGoogleplex2021-11-141-1/+1
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-144-10/+8
* avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_durMarton Balint2021-11-143-7/+10
* avformat/dhav: Limit get_duration() iterationsMichael Niedermayer2021-11-141-1/+2
* avcodec/speexdec: Check frames_per_packet more completelyMichael Niedermayer2021-11-141-1/+3
* swscale/input: unify grayf32 funcs with rgbf32 funcsMark Reid2021-11-141-25/+11
* avutil/hwcontext_vulkan: add support for exporting memory via Win32 HandlesTimo Rothenpieler2021-11-141-6/+96
* avutil/vulkan: load win32 external memory functionsTimo Rothenpieler2021-11-143-1/+23
* doc/t2h.pm: fix missing TOC with texinfo 6.8 and aboveMatthew White2021-11-141-1/+5
* doc/t2h.pm: fix missing CSS with texinfo 6.8 and aboveMatthew White2021-11-141-3/+19
* swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warningsSoft Works2021-11-131-1/+1
* fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'Soft Works2021-11-131-3/+8
* fftools/ffmpeg: Output log message when interactive q command is receivedSoft Works2021-11-131-1/+3
* avutil/opt: fix mis-alignment of option and constant values for filter helpSoft Works2021-11-131-1/+1
* fftools/ffmpeg: Fix indentation after changeSoft Works2021-11-131-13/+13
* fftools/ffmpeg: Remove redundant loopSoft Works2021-11-131-3/+1
* doc/developer: add description about safely sending patches via E-Mail clientsSoft Works2021-11-131-0/+16
* avutil/hwcontext_dxva2: add ARGB formatSoft Works2021-11-131-0/+1
* avdevice/dshow: fix a unused variable warningJames Almer2021-11-131-1/+1
* avdevice/dshow: fix print format for some variablesJames Almer2021-11-131-1/+1
* hwcontext_vaapi: don't use the generic mapping struct for DRM/VAAPILynne2021-11-131-19/+11
* hwcontext_vulkan: fix small memory leak when unmappingLynne2021-11-131-0/+1
* hwcontext_vulkan: wait for semaphores when unmapping from VAAPILynne2021-11-131-0/+10
* hwcontext_vulkan: print error information on queue submission failureLynne2021-11-131-0/+2
* hwcontext_vulkan: fix DMABUF import format check callLynne2021-11-131-0/+4
* hwcontext_vulkan: improve CUDA error handlingLynne2021-11-131-12/+14
* hwcontext_vulkan: close exported memory FD on CUDA import errorLynne2021-11-131-0/+1
* hwcontext_vulkan: do not dup() semaphore FDs for CUDALynne2021-11-131-5/+1
* hwcontext_vulkan: properly migrate queue families with DRM import/exportLynne2021-11-131-11/+1
* hwcontext_vulkan: properly migrate between queue families on CUDA import/exportLynne2021-11-131-41/+52
* hwcontext_vulkan: properly error out if timeline semaphores are unsupportedLynne2021-11-131-0/+1
* lavfi/vf_libplacebo: pick log level dynamicallyNiklas Haas2021-11-121-1/+14
* lavfi: add a libplacebo filterNiklas Haas2021-11-124-0/+722
* hwcontext_vulkan: fix CreateSemaphore conflict with synchapi.hLynne2021-11-121-6/+7
* hwcontext_vulkan: use vkDeviceWaitIdle instead of vkWaitSemaphores on uninitLynne2021-11-122-9/+4
* avfilter/src_movie: make the number of decode thread configurableLimin Wang2021-11-122-3/+10
* doc/APIchanges: fix typos and correct a dateLynne2021-11-121-2/+2
* doc/APIchanges: update for Vulkan API changesLynne2021-11-122-1/+5
* lavfi/vulkan: refactor, fix and fully implement multiple queuesLynne2021-11-126-216/+336