summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/frame: Deprecate av_get_colorspace_name()Andreas Rheinhardt2021-03-24
* Bump minor versions after release branchMichael Niedermayer2021-03-20
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-20
* avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt2021-03-19
* avutil/avstring: Check for memory allocation error in av_escapeAndreas Rheinhardt2021-03-15
* avutil/avstring: Limit string length in av_escape to range of intAndreas Rheinhardt2021-03-15
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-03-14
* libavutil/timer: Fix clang reserved-user-defined-literalChristopher Degawa2021-03-13
* avutil/buffer_internal: Include internal for buffer_size_tAndreas Rheinhardt2021-03-11
* avutil: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avutil/frame: change av_frame_new_side_data() size parameter type to size_tJames Almer2021-03-10
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-10
* avutil/{avstring,bprint}: add XML escaping from ffprobe to avutilStefano Sabatini2021-03-05
* avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer2021-03-03
* avutil/spherical: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-28
* avutil/stereo3d: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-28
* avutil/pixdesc: Use av_strstart where appropriateAndreas Rheinhardt2021-02-28
* lavu/tx: do not invert permutes on MDCTsLynne2021-02-27
* lavu/tx: invert permutation lookupsLynne2021-02-27
* lavu/tx: simplify in-place permute search functionLynne2021-02-27
* lavu/tx: require output argument to match input for inplace transformsLynne2021-02-26
* avutil/buffer: free all pooled buffers immediately after uninitializing the poolJames Almer2021-02-24
* 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