| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 4 | -37/+45 |
* | hwcontext_drm: make dependency on Linux kernel headers optional | Lynne | 2020-12-30 | 1 | -21/+29 |
* | lavu: use address-of operator checking clock_gettime | Marvin Scholz | 2020-12-28 | 1 | -2/+2 |
* | hwcontext_vulkan: wait and signal semaphores when transferring to CUDA | Lynne | 2020-12-05 | 1 | -0/+16 |
* | avutil/opt: add AV_OPT_FLAG_DEPRECATED option | Limin Wang | 2020-12-05 | 1 | -0/+1 |
* | avutil/timecode: add av_timecode_init_from_components | Marton Balint | 2020-12-03 | 3 | -11/+36 |
* | avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fps | Marton Balint | 2020-12-03 | 2 | -12/+9 |
* | avutil/film_grain_params: fix doxy for ar_coeff_* fields | James Almer | 2020-12-03 | 1 | -4/+5 |
* | avutil/avsscanf: fix possible overreads when dealing with %c or %s | Paul B Mahol | 2020-12-02 | 1 | -1/+1 |
* | hwcontext_vulkan: reduce priority for PACK32 formats | Lynne | 2020-11-27 | 1 | -2/+5 |
* | avutil/film_grain_params: add more details to some AVFilmGrainAOMParams fields | James Almer | 2020-11-26 | 1 | -6/+6 |
* | lavu/film_grain_params: fix typo in type enum | Lynne | 2020-11-27 | 1 | -2/+2 |
* | hwcontext_vulkan: optionally enable more functionality | Niklas Haas | 2020-11-25 | 1 | -0/+6 |
* | hwcontext_vulkan: support additional pixel formats | Lynne | 2020-11-25 | 1 | -4/+38 |
* | hwcontext_vulkan: fix incorrect A/0BGR mapping | Lynne | 2020-11-25 | 1 | -2/+2 |
* | hwcontext_vulkan: simplify plane size calculations and support 4-plane formats | Lynne | 2020-11-25 | 1 | -53/+64 |
* | hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContext | Lynne | 2020-11-25 | 1 | -38/+33 |