aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer2021-03-031-1/+3
* avutil/spherical: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-281-2/+2
* avutil/stereo3d: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-281-3/+2
* avutil/pixdesc: Use av_strstart where appropriateAndreas Rheinhardt2021-02-281-22/+11
* lavu/tx: do not invert permutes on MDCTsLynne2021-02-271-1/+1
* lavu/tx: invert permutation lookupsLynne2021-02-273-5/+8
* lavu/tx: simplify in-place permute search functionLynne2021-02-271-5/+3
* lavu/tx: require output argument to match input for inplace transformsLynne2021-02-262-3/+2
* avutil/buffer: free all pooled buffers immediately after uninitializing the poolJames Almer2021-02-241-5/+14
* avutil/tx: Fix declaration after statementAndreas Rheinhardt2021-02-221-3/+2
* arm/aarch64: Use mach_absolute_time as timer on apple platformsMartin Storsjö2021-02-212-2/+14
* lavu/tx: support in-place FFT transformsLynne2021-02-215-8/+90
* lavu/tx: space out enum AVTXType values with newlinesLynne2021-02-211-0/+5
* avutil/video_enc_params: Check for truncation before creating bufferAndreas Rheinhardt2021-02-191-0/+4
* avutil/video_enc_params: Combine overflow checksAndreas Rheinhardt2021-02-191-2/+1
* avutil/common: Move everything inside inclusion guardsAndreas Rheinhardt2021-02-111-74/+66
* avutil/mathematics: Fix undefined negation in av_compare_ts()Michael Niedermayer2021-02-101-1/+1
* libavutil/common: Add FFABS64U()Michael Niedermayer2021-02-102-1/+2
* libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer2021-02-101-1/+1
* libavutil/frame.h: correct typo for AVFilmGrainParams in commentGuo, Yejun2021-01-271-1/+1
* avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer2021-01-262-2/+10
* Revert "avutil/timecode: fix sscanf format string with garbage at the end"Marton Balint2021-01-231-1/+1
* avutils/vulkan: hwmap, respect src frame resolutionXu Guangxin2021-01-221-5/+4
* All: update names in copyright headersrcombs2021-01-201-1/+1
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-01-191-1/+1
* avutil/timecode: fix sscanf format string with garbage at the endLimin Wang2021-01-161-1/+1
* avutil/tx: use ENOSYS instead of ENOTSUPJames Almer2021-01-131-1/+1
* lavu: support arbitrary-point FFTs and all even (i)MDCT transformsLynne2021-01-134-9/+102
* avutil/eval: Unconditionally check argument of e_divMichael Niedermayer2021-01-111-1/+1
* lavu/tx: clip when converting table values to fixed-pointLynne2021-01-091-1/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-012-1/+9
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-019-3/+84
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-014-37/+45
* hwcontext_drm: make dependency on Linux kernel headers optionalLynne2020-12-301-21/+29
* lavu: use address-of operator checking clock_gettimeMarvin Scholz2020-12-281-2/+2
* hwcontext_vulkan: wait and signal semaphores when transferring to CUDALynne2020-12-051-0/+16
* avutil/opt: add AV_OPT_FLAG_DEPRECATED optionLimin Wang2020-12-051-0/+1
* avutil/timecode: add av_timecode_init_from_componentsMarton Balint2020-12-033-11/+36
* avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fpsMarton Balint2020-12-032-12/+9
* avutil/film_grain_params: fix doxy for ar_coeff_* fieldsJames Almer2020-12-031-4/+5
* avutil/avsscanf: fix possible overreads when dealing with %c or %sPaul B Mahol2020-12-021-1/+1
* hwcontext_vulkan: reduce priority for PACK32 formatsLynne2020-11-271-2/+5
* avutil/film_grain_params: add more details to some AVFilmGrainAOMParams fieldsJames Almer2020-11-261-6/+6
* lavu/film_grain_params: fix typo in type enumLynne2020-11-271-2/+2
* hwcontext_vulkan: optionally enable more functionalityNiklas Haas2020-11-251-0/+6
* hwcontext_vulkan: support additional pixel formatsLynne2020-11-251-4/+38
* hwcontext_vulkan: fix incorrect A/0BGR mappingLynne2020-11-251-2/+2
* hwcontext_vulkan: simplify plane size calculations and support 4-plane formatsLynne2020-11-251-53/+64
* hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContextLynne2020-11-251-38/+33