| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/utils: Remove racy check from avutil_version() | Andreas Rheinhardt | 2022-01-11 | 1 | -5/+0 |
* | avutil/mathematics: Document av_rescale_rnd() behavior on non int64 results | Michael Niedermayer | 2021-10-21 | 1 | -0/+1 |
* | avutil/cpu: Use HW_NCPUONLINE to detect # of online CPUs with OpenBSD | Brad Smith | 2021-04-24 | 1 | -0/+6 |
* | avutil/pixdesc: Fix 1 << 32 | Andreas Rheinhardt | 2021-04-02 | 1 | -1/+1 |
* | avutil/base64: Fix undefined NULL + 0 | Andreas Rheinhardt | 2021-04-02 | 1 | -2/+7 |
* | avutil/common: Add FF_PTR_ADD() | Michael Niedermayer | 2021-04-01 | 1 | -0/+2 |
* | Bump Versions before release/4.4 branch | Michael Niedermayer | 2021-03-20 | 1 | -1/+1 |
* | avutil/adler32: Switch av_adler32_update() to size_t on bump | Andreas Rheinhardt | 2021-03-19 | 3 | -3/+19 |
* | avutil/avstring: Check for memory allocation error in av_escape | Andreas Rheinhardt | 2021-03-15 | 1 | -3/+4 |
* | avutil/avstring: Limit string length in av_escape to range of int | Andreas Rheinhardt | 2021-03-15 | 1 | -1/+1 |
* | avutil/timecode: Avoid fps overflow | Michael Niedermayer | 2021-03-14 | 1 | -2/+2 |
* | libavutil/timer: Fix clang reserved-user-defined-literal | Christopher Degawa | 2021-03-13 | 1 | -1/+1 |
* | avutil/buffer_internal: Include internal for buffer_size_t | Andreas Rheinhardt | 2021-03-11 | 1 | -0/+1 |
* | avutil: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 8 | -8/+8 |
* | avutil/frame: change av_frame_new_side_data() size parameter type to size_t | James Almer | 2021-03-10 | 2 | -1/+9 |
* | avutil/buffer: change public function and struct size parameter types to size_t | James Almer | 2021-03-10 | 5 | -12/+54 |
* | avutil/{avstring,bprint}: add XML escaping from ffprobe to avutil | Stefano Sabatini | 2021-03-05 | 3 | -1/+44 |
* | avutil/parseutils: Check sign in av_parse_time() | Michael Niedermayer | 2021-03-03 | 1 | -1/+3 |
* | avutil/spherical: Use av_strstart instead of strncmp | Andreas Rheinhardt | 2021-02-28 | 1 | -2/+2 |
* | avutil/stereo3d: Use av_strstart instead of strncmp | Andreas Rheinhardt | 2021-02-28 | 1 | -3/+2 |
* | avutil/pixdesc: Use av_strstart where appropriate | Andreas Rheinhardt | 2021-02-28 | 1 | -22/+11 |
* | lavu/tx: do not invert permutes on MDCTs | Lynne | 2021-02-27 | 1 | -1/+1 |
* | lavu/tx: invert permutation lookups | Lynne | 2021-02-27 | 3 | -5/+8 |
* | lavu/tx: simplify in-place permute search function | Lynne | 2021-02-27 | 1 | -5/+3 |
* | lavu/tx: require output argument to match input for inplace transforms | Lynne | 2021-02-26 | 2 | -3/+2 |
* | avutil/buffer: free all pooled buffers immediately after uninitializing the pool | James Almer | 2021-02-24 | 1 | -5/+14 |
* | avutil/tx: Fix declaration after statement | Andreas Rheinhardt | 2021-02-22 | 1 | -3/+2 |
* | arm/aarch64: Use mach_absolute_time as timer on apple platforms | Martin Storsjö | 2021-02-21 | 2 | -2/+14 |
* | lavu/tx: support in-place FFT transforms | Lynne | 2021-02-21 | 5 | -8/+90 |
* | lavu/tx: space out enum AVTXType values with newlines | Lynne | 2021-02-21 | 1 | -0/+5 |
* | avutil/video_enc_params: Check for truncation before creating buffer | Andreas Rheinhardt | 2021-02-19 | 1 | -0/+4 |
* | avutil/video_enc_params: Combine overflow checks | Andreas Rheinhardt | 2021-02-19 | 1 | -2/+1 |
* | avutil/common: Move everything inside inclusion guards | Andreas Rheinhardt | 2021-02-11 | 1 | -74/+66 |
* | avutil/mathematics: Fix undefined negation in av_compare_ts() | Michael Niedermayer | 2021-02-10 | 1 | -1/+1 |
* | libavutil/common: Add FFABS64U() | Michael Niedermayer | 2021-02-10 | 2 | -1/+2 |
* | libavutil/eval: Remove CONFIG_TRAPV special handling | Michael Niedermayer | 2021-02-10 | 1 | -1/+1 |
* | libavutil/frame.h: correct typo for AVFilmGrainParams in comment | Guo, Yejun | 2021-01-27 | 1 | -1/+1 |
* | avutil/common: Add FFABSU() for a signed -> unsigned ABS | Michael Niedermayer | 2021-01-26 | 2 | -2/+10 |
* | Revert "avutil/timecode: fix sscanf format string with garbage at the end" | Marton Balint | 2021-01-23 | 1 | -1/+1 |
* | avutils/vulkan: hwmap, respect src frame resolution | Xu Guangxin | 2021-01-22 | 1 | -5/+4 |
* | All: update names in copyright headers | rcombs | 2021-01-20 | 1 | -1/+1 |
* | avutil/timecode: Avoid undefined behavior with large framenum | Michael Niedermayer | 2021-01-19 | 1 | -1/+1 |
* | avutil/timecode: fix sscanf format string with garbage at the end | Limin Wang | 2021-01-16 | 1 | -1/+1 |
* | avutil/tx: use ENOSYS instead of ENOTSUP | James Almer | 2021-01-13 | 1 | -1/+1 |
* | lavu: support arbitrary-point FFTs and all even (i)MDCT transforms | Lynne | 2021-01-13 | 4 | -9/+102 |
* | avutil/eval: Unconditionally check argument of e_div | Michael Niedermayer | 2021-01-11 | 1 | -1/+1 |
* | lavu/tx: clip when converting table values to fixed-point | Lynne | 2021-01-09 | 1 | -1/+1 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | mpegvideo: use the AVVideoEncParams API for exporting QP tables | Anton Khirnov | 2021-01-01 | 2 | -1/+9 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 9 | -3/+84 |