| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOF | Paul B Mahol | 2023-06-16 | 1 | -1/+4 |
* | avutil/frame: deprecate key_frame | James Almer | 2023-05-04 | 1 | -0/+4 |
* | avfilter: use the new AVFrame key_frame flag in all filters | James Almer | 2023-05-04 | 1 | -0/+3 |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+4 |
* | avfilter: use the new AVFrame interlace flags in all filters | James Almer | 2023-05-04 | 1 | -0/+5 |
* | lavfi/buffersrc: issue more specific error in case of invalid parameters | Stefano Sabatini | 2023-03-05 | 1 | -3/+10 |
* | avfilter: remove FF_API_SWS_PARAM_OPTION | James Almer | 2023-02-09 | 1 | -11/+0 |
* | lavfi: use AVFrame.duration instead of AVFrame.pkt_duration | Anton Khirnov | 2022-07-19 | 1 | -0/+7 |
* | avfilter/buffersrc: uninitialize the context ch_layout before overwritting it | James Almer | 2022-03-27 | 1 | -0/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -24/+71 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/buffersrc: simplify av_buffersrc_add_frame_flags() | James Almer | 2021-02-16 | 1 | -30/+8 |
* | lavfi/buffersrc: Remove redundant free after ff_filter_frame() failure | Jun Zhao | 2020-01-04 | 1 | -3/+1 |
* | avfilter/buffersrc: deprecate sws_param option | Zhao Zhili | 2019-12-30 | 1 | -2/+12 |
* | avfilter/buffersrc: Remove unused variables | Andreas Rheinhardt | 2019-12-26 | 1 | -2/+0 |
* | avfilter/buffersrc: remove redundant flag | Zhao Zhili | 2019-12-23 | 1 | -5/+2 |
* | lavfi/buffersrc: push frame directly. | Nicolas George | 2019-12-23 | 1 | -16/+8 |
* | lavfi/buffersrc: remove poll_frame. | Nicolas George | 2019-12-23 | 1 | -9/+0 |
* | lavfi/buffersrc: remove fifo. | Nicolas George | 2019-12-23 | 1 | -34/+11 |
* | avfilter/buffersrc: remove write-only variable | Zhao Zhili | 2019-12-02 | 1 | -3/+0 |
* | avfilter/buffersrc: print relevant info when skipping filter reinit | Gyan Doshi | 2019-01-27 | 1 | -6/+12 |
* | lavfi/buffersrc: Indent the code. | Jun Zhao | 2018-11-27 | 1 | -15/+15 |
* | Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000' | James Almer | 2017-10-21 | 1 | -8/+0 |
|\ |
|
| * | lavfi: Drop deprecated way of passing options for a few filters | Vittorio Giovara | 2017-03-23 | 1 | -8/+0 |
* | | lavfi/buffersrc: add av_buffersrc_close(). | Nicolas George | 2017-09-08 | 1 | -10/+12 |
* | | Revert "Revert "lavfi/buffersrc: push the frame deeper if requested."" | Nicolas George | 2017-07-30 | 1 | -0/+25 |
* | | Revert "lavfi/buffersrc: push the frame deeper if requested." | Paul B Mahol | 2017-06-23 | 1 | -25/+0 |
* | | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
* | | lavfi/buffersrc: fix directly setting channel layout | Rostislav Pehlivanov | 2017-02-21 | 1 | -5/+7 |
* | | lavfi/buffersrc: push the frame deeper if requested. | Nicolas George | 2016-12-24 | 1 | -0/+25 |
* | | lavfi: make filter_frame non-recursive. | Nicolas George | 2016-12-18 | 1 | -3/+3 |
* | | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' | Derek Buitenhuis | 2016-02-24 | 1 | -2/+69 |
|\| |
|
| * | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 1 | -9/+86 |
* | | Merge commit 'c084d6d2cfb570b10d8784eb20cc696dfb7c5605' | Derek Buitenhuis | 2016-02-17 | 1 | -2/+2 |
|\| |
|
| * | buffersrc: default SAR to 0 (unknown) rather than 1 | Anton Khirnov | 2016-02-14 | 1 | -1/+1 |
* | | Merge commit 'fb25d99b0a5e21fb8cc184c7a9d3736387778266' | Derek Buitenhuis | 2016-02-16 | 1 | -1/+4 |
|\| |
|
| * | buffersrc: do not discard the error from ff_filter_frame() | Anton Khirnov | 2016-02-12 | 1 | -1/+1 |
| * | buffersrc: accept the frame rate as argument. | Nicolas George | 2015-11-09 | 1 | -0/+3 |
| * | buffersrc: Improve initialization log message | Vittorio Giovara | 2015-09-13 | 1 | -1/+4 |
* | | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -10/+14 |
* | | Remove left-over FF_API_AVFILTERBUFFER cruft | Hendrik Leppkes | 2015-09-05 | 1 | -1/+0 |
* | | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' | Hendrik Leppkes | 2015-09-05 | 1 | -121/+0 |
|\| |
|
| * | lavfi: Drop deprecated AVFilterBuffer* code | Vittorio Giovara | 2015-08-28 | 1 | -108/+0 |
| * | buffersrc: Use the correct deallocation function | Federico Tomassetti | 2015-04-22 | 1 | -1/+1 |
* | | avfilter/buffersrc: Use correct, matching deallocation function | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
* | | Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09' | Michael Niedermayer | 2015-04-20 | 1 | -0/+1 |
|\| |
|
| * | buffersrc: Fix resource leak on error | Federico Tomassetti | 2015-04-19 | 1 | -0/+1 |