| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/avfilter: Don't report deprecated pkt_pos | Andreas Rheinhardt | 2023-09-14 | 1 | -2/+2 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/avfilter: Make functions only used here static | Andreas Rheinhardt | 2023-08-04 | 1 | -20/+24 |
* | avfilter/avfilter: Also deprecate variable name | Andreas Rheinhardt | 2023-08-04 | 1 | -0/+2 |
* | lavfi: make sure frame SAR matches the link value | Anton Khirnov | 2023-07-11 | 1 | -0/+2 |
* | avfilter: use the new AVFrame key_frame flag in all filters | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avfilter: use the new AVFrame interlace flags in all filters | James Almer | 2023-05-04 | 1 | -2/+2 |
* | lavfi: ensure audio frame durations match the sample count | Anton Khirnov | 2023-04-19 | 1 | -0/+8 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -0/+8 |
* | lavfi/avfilter: track whether a filter has been initialized | Anton Khirnov | 2023-02-12 | 1 | -0/+12 |
* | lavfi/avfilter: export process_options() | Anton Khirnov | 2023-02-12 | 1 | -10/+10 |
* | avfilter: remove FF_API_PAD_COUNT | James Almer | 2023-02-09 | 1 | -21/+0 |
* | lavfi/avfilter: process options for filters without a private class | Anton Khirnov | 2023-01-10 | 1 | -8/+6 |
* | lavfi/avfilter: simplify process_options() | Anton Khirnov | 2023-01-10 | 1 | -10/+1 |
* | lavfi/avfilter: export a multikey dict from process_options() | Anton Khirnov | 2023-01-10 | 1 | -11/+1 |
* | lavfi/avfilter: avoid a redundant av_opt_set_dict2() call | Anton Khirnov | 2023-01-10 | 1 | -9/+1 |
* | lavfi: remove AVFilter.init_dict() | Anton Khirnov | 2023-01-10 | 1 | -2/+0 |
* | avfilter/avfilter: Make ff_command_queue_pop() static | Andreas Rheinhardt | 2022-09-21 | 1 | -3/+3 |
* | avfilter/avfilter: #if ff_tlog_link() away when empty | Andreas Rheinhardt | 2022-09-14 | 1 | -0/+2 |
* | avfilter/avfilter: Don't use AVFrame.channel_layout | Andreas Rheinhardt | 2022-09-14 | 1 | -2/+10 |
* | avfilter/avfilter: Fix compilation with TRACE defined | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 1 | -23/+0 |
* | avfilter: handle duplicates in the options string | Anton Khirnov | 2022-03-22 | 1 | -2/+6 |
* | avfilter: simplify processing child context options | Anton Khirnov | 2022-03-22 | 1 | -8/+5 |
* | libavfilter: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -8/+5 |
* | lavfi: add ff_inoutlink_check_flow() | Nicolas George | 2022-02-20 | 1 | -0/+8 |
* | avfilter/avfilter: Make ff_tlog_ref() static | Andreas Rheinhardt | 2021-10-03 | 1 | -2/+2 |
* | avfilter/avfilter: Remove unused buffer | Andreas Rheinhardt | 2021-10-02 | 1 | -1/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | avfilter/avfilter: Actually error out on init error | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+3 |
* | avfilter/avfilter: Remove unused count | Andreas Rheinhardt | 2021-09-13 | 1 | -3/+2 |
* | avfilter/avfilter: add a return at the end of a non-void function | James Almer | 2021-08-24 | 1 | -0/+1 |
* | avfilter/avfilter: Allow to free non-static pads generically | Andreas Rheinhardt | 2021-08-22 | 1 | -1/+20 |
* | avfilter/internal: Uninline ff_insert_(in|out)pad() | Andreas Rheinhardt | 2021-08-22 | 1 | -3/+21 |
* | avfilter/avfilter: Deprecate avfilter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+2 |
* | avfilter/avfilter: Add avfilter_filter_pad_count() | Andreas Rheinhardt | 2021-08-20 | 1 | -0/+5 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+12 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -11/+4 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/avfilter: Remove redundant assignment | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+0 |
* | avfilter: Remove init_opaque callback | Andreas Rheinhardt | 2021-08-16 | 1 | -3/+1 |
* | avfilter/avfilter: Use av_memdup where appropriate | Andreas Rheinhardt | 2021-08-11 | 1 | -4/+2 |
* | avfilter/avfilter: Remove unused partial_buf | Andreas Rheinhardt | 2021-08-05 | 1 | -1/+0 |
* | avfilter/avfilter: add sample_count_in and sample_count_out | Paul B Mahol | 2021-08-05 | 1 | -0/+2 |
* | avfilter/internal: Don't include framepool.h, thread.h | Andreas Rheinhardt | 2021-08-04 | 1 | -0/+1 |
* | avfilter/avfilter: use av_frame_copy() to copy frame data | James Almer | 2021-08-03 | 1 | -14/+5 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -27/+0 |
* | avfilter/avfilter: Remove deprecated avfilter_link_set_closed() | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avfilter: Remove deprecated avfilter_link_get_channels | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |