summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/tx: Fix declaration after statementAndreas Rheinhardt2021-02-22
* arm/aarch64: Use mach_absolute_time as timer on apple platformsMartin Storsjö2021-02-21
* lavu/tx: support in-place FFT transformsLynne2021-02-21
* lavu/tx: space out enum AVTXType values with newlinesLynne2021-02-21
* avutil/video_enc_params: Check for truncation before creating bufferAndreas Rheinhardt2021-02-19
* avutil/video_enc_params: Combine overflow checksAndreas Rheinhardt2021-02-19
* avutil/common: Move everything inside inclusion guardsAndreas Rheinhardt2021-02-11
* avutil/mathematics: Fix undefined negation in av_compare_ts()Michael Niedermayer2021-02-10
* libavutil/common: Add FFABS64U()Michael Niedermayer2021-02-10
* libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer2021-02-10
* libavutil/frame.h: correct typo for AVFilmGrainParams in commentGuo, Yejun2021-01-27
* avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer2021-01-26
* Revert "avutil/timecode: fix sscanf format string with garbage at the end"Marton Balint2021-01-23
* avutils/vulkan: hwmap, respect src frame resolutionXu Guangxin2021-01-22
* All: update names in copyright headersrcombs2021-01-20
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-01-19
* avutil/timecode: fix sscanf format string with garbage at the endLimin Wang2021-01-16
* avutil/tx: use ENOSYS instead of ENOTSUPJames Almer2021-01-13
* lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne2021-01-13
* avutil/eval: Unconditionally check argument of e_divMichael Niedermayer2021-01-11
* lavu/tx: clip when converting table values to fixed-pointLynne2021-01-09
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-01
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* hwcontext_drm: make dependency on Linux kernel headers optionalLynne2020-12-30
* lavu: use address-of operator checking clock_gettimeMarvin Scholz2020-12-28
* hwcontext_vulkan: wait and signal semaphores when transferring to CUDALynne2020-12-05
* avutil/opt: add AV_OPT_FLAG_DEPRECATED optionLimin Wang2020-12-05
* avutil/timecode: add av_timecode_init_from_componentsMarton Balint2020-12-03
* avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fpsMarton Balint2020-12-03
* avutil/film_grain_params: fix doxy for ar_coeff_* fieldsJames Almer2020-12-03
* avutil/avsscanf: fix possible overreads when dealing with %c or %sPaul B Mahol2020-12-02
* hwcontext_vulkan: reduce priority for PACK32 formatsLynne2020-11-27
* avutil/film_grain_params: add more details to some AVFilmGrainAOMParams fieldsJames Almer2020-11-26
* lavu/film_grain_params: fix typo in type enumLynne2020-11-27
* hwcontext_vulkan: optionally enable more functionalityNiklas Haas2020-11-25
* hwcontext_vulkan: support additional pixel formatsLynne2020-11-25
* hwcontext_vulkan: fix incorrect A/0BGR mappingLynne2020-11-25
* hwcontext_vulkan: simplify plane size calculations and support 4-plane formatsLynne2020-11-25
* hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContextLynne2020-11-25
* hwcontext_vulkan: always attempt to map host memory when transferringLynne2020-11-25
* hwcontext_vulkan: check for memory size before choosing typeLynne2020-11-25
* hwcontext_vulkan: correctly access the p->extensions bitmaskLynne2020-11-25
* hwcontext_vulkan: unify download/upload functionsLynne2020-11-25
* hwcontext_vulkan: add VkExternalMemoryBufferCreateInfo to imported buffersLynne2020-11-25
* hwcontext_vulkan: do not use uninitialized variables on errors in CUDA codeLynne2020-11-25
* hwcontext_drm: issue DMA_BUF_IOCTL_SYNC when mapping FDsLynne2020-11-25
* libavutil: introduce AVFilmGrainParams side dataLynne2020-11-25
* lavu: add missing stddef.h includes for size_t.Anton Khirnov2020-11-20