| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: update filter timeline state only on main link | Gyan Doshi | 2024-03-11 | 1 | -1/+2 |
* | makefile: Clean up missed object files with "make clean" | Martin Storsjö | 2024-03-10 | 1 | -0/+1 |
* | avfilter/avfilter: Fix for Incorrect Parameter in ff_filter_config_links | 联盟少侠 | 2024-03-08 | 1 | -1/+1 |
* | lavfi: deprecate avfilter_config_links() | Anton Khirnov | 2024-03-08 | 5 | -9/+19 |
* | lavfi: deprecate avfilter_link_free() | Anton Khirnov | 2024-03-08 | 3 | -3/+15 |
* | lavfi/vulkan_filter: fix input format | Haihao Xiang | 2024-03-08 | 1 | -0/+1 |
* | avfilter/vf_showinfo: add AVFilmGrainAOMParams support | Niklas Haas | 2024-03-07 | 1 | -2/+40 |
* | libs: bump major version for all libraries | James Almer | 2024-03-07 | 2 | -2/+2 |
* | avfilter/avfilter: Reorder structure fields | Andreas Rheinhardt | 2024-03-07 | 1 | -21/+20 |
* | avfilter/avfilter: Remove always-NULL pointers to internal contexts | Andreas Rheinhardt | 2024-03-07 | 1 | -14/+0 |
* | avutil: remove deprecated FF_API_PKT_DURATION | James Almer | 2024-03-07 | 5 | -39/+0 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 22 | -256/+5 |
* | avfilter: remove deprecated FF_API_LIBPLACEBO_OPTS | James Almer | 2024-03-07 | 2 | -78/+0 |
* | fix /// comments that should be ///< | Andrew Sayers | 2024-03-04 | 1 | -1/+1 |
* | avutil/vulkan: Don't autoinclude vulkan_loader.h | Andreas Rheinhardt | 2024-03-03 | 1 | -0/+1 |
* | avfilter/vf_scale_vulkan: Fix typo | Zhao Zhili | 2024-03-01 | 1 | -1/+1 |
* | avfilter/tonemap_vaapi: Remove duplicate format check | Fei Wang | 2024-02-26 | 1 | -8/+0 |
* | avfilter/avfilter: Suppress warning for variable only used in av_assert1 | Andreas Rheinhardt | 2024-02-25 | 1 | -1/+1 |
* | avfilter/vf_convolution: add float user_rdiv[4] to allow user options to appl... | Stone Chen | 2024-02-25 | 2 | -6/+7 |
* | avfilter/af_pan: Uninitialize channel layout | Andreas Rheinhardt | 2024-02-20 | 1 | -0/+1 |
* | avfilter/avfilter: Move frame_pool to FilterLinkInternal | Andreas Rheinhardt | 2024-02-18 | 5 | -26/+27 |
* | avfilter/avfilter: Move age_index to FilterLinkInternal | Andreas Rheinhardt | 2024-02-18 | 4 | -45/+52 |
* | avfilter/avfilter: Move init_state to FilterLinkInternal | Andreas Rheinhardt | 2024-02-18 | 3 | -10/+11 |
* | avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraph | Andreas Rheinhardt | 2024-02-18 | 3 | -27/+23 |
* | avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternal | Andreas Rheinhardt | 2024-02-18 | 4 | -35/+43 |
* | avfilter/avfiltergraph: Avoid indirection when freeing filtergraph | Andreas Rheinhardt | 2024-02-18 | 1 | -10/+12 |
* | avfilter: Add a header for internal generic-layer APIs | Andreas Rheinhardt | 2024-02-18 | 10 | -154/+132 |
* | avfilter/avfilter: Avoid allocation for AVFilterInternal | Andreas Rheinhardt | 2024-02-18 | 3 | -16/+24 |
* | avfilter/signature_lookup: Avoid branch when adding to linked list | Andreas Rheinhardt | 2024-02-18 | 1 | -11/+5 |
* | avfilter/signature_lookup: Remove useless error logs | Andreas Rheinhardt | 2024-02-18 | 1 | -4/+0 |
* | avfilter/signature_lookup: Allocate buffers jointly | Andreas Rheinhardt | 2024-02-18 | 1 | -7/+7 |
* | avfilter/signature_lookup: Check for allocation error | Andreas Rheinhardt | 2024-02-18 | 1 | -1/+5 |
* | avfilter/vf_signature: Allocate arrays together | Andreas Rheinhardt | 2024-02-18 | 1 | -7/+2 |
* | avfilter/v360: Use AV_VIDEO_MAX_PLANES | Michael Niedermayer | 2024-02-16 | 1 | -7/+7 |
* | avfilter/avfilter: Fix build with ASSERT_LEVEL >= 1 | Andreas Rheinhardt | 2024-02-14 | 1 | -4/+5 |
* | lavfi: get rid of FF_INTERNAL_FIELDS | Anton Khirnov | 2024-02-14 | 6 | -136/+198 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 205 | -2586/+2586 |
* | avfilter/af_hdcd: Drop a redundant log | Andreas Rheinhardt | 2024-02-14 | 1 | -3/+0 |
* | avfilter/vf_(bwdif|yadif)_cuda: Remove unused variables | Andreas Rheinhardt | 2024-02-14 | 2 | -2/+0 |
* | avfilter/buffersrc: allow promoting color range to MPEG | Niklas Haas | 2024-02-13 | 1 | -2/+8 |
* | avfilter/buffersrc: promote unspecified color metadata | Niklas Haas | 2024-02-13 | 1 | -0/+5 |
* | avfilter/vf_setparams: use YUV colorspace negotiation API | Niklas Haas | 2024-02-13 | 1 | -0/+26 |
* | avfilter/signature_lookup: Do not dereference NULL pointers after malloc failure | Michael Niedermayer | 2024-02-12 | 1 | -0/+6 |
* | avfilter/signature_lookup: dont leave uncleared pointers in sll_free() | Michael Niedermayer | 2024-02-12 | 1 | -11/+11 |
* | avfilter/buffersink: add color_spaces, color_ranges params | Niklas Haas | 2024-02-09 | 2 | -3/+28 |
* | avfilter/ddagrab: only use acquired texture on valid updates | Timo Rothenpieler | 2024-02-09 | 1 | -4/+44 |
* | avfilter/fifo: Remove (a)fifo filters | Andreas Rheinhardt | 2024-02-08 | 3 | -168/+0 |
* | avfilter/ccfifo: Improve included headers | Andreas Rheinhardt | 2024-02-07 | 2 | -4/+7 |
* | avfilter/ccfifo: Inline trivial functions | Andreas Rheinhardt | 2024-02-07 | 2 | -13/+11 |
* | avfilter/vsrc_testsrc: switch to YUV colorspace negotiation API | Niklas Haas | 2024-02-06 | 1 | -16/+31 |