aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/buffersrc.c
Commit message (Expand)AuthorAgeFilesLines
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-24/+24
* avfilter/buffersrc: allow promoting color range to MPEGNiklas Haas2024-02-131-2/+8
* avfilter/buffersrc: promote unspecified color metadataNiklas Haas2024-02-131-0/+5
* avfilter/buffersrc: limit link variance logs below debug loglevelGyan Doshi2024-02-011-13/+27
* avfilter/buffersrc: add color_space/range parametersNiklas Haas2023-12-311-8/+67
* avfilter/buffersrc: switch to activatePaul B Mahol2023-11-121-10/+17
* avfilter/buffersrc: Use av_frame_clone() where appropriateAndreas Rheinhardt2023-09-101-8/+5
* avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOFPaul B Mahol2023-06-161-1/+4
* avutil/frame: deprecate key_frameJames Almer2023-05-041-0/+4
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-041-0/+3
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-041-0/+4
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-0/+5
* lavfi/buffersrc: issue more specific error in case of invalid parametersStefano Sabatini2023-03-051-3/+10
* avfilter: remove FF_API_SWS_PARAM_OPTIONJames Almer2023-02-091-11/+0
* lavfi: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-0/+7
* avfilter/buffersrc: uninitialize the context ch_layout before overwritting itJames Almer2022-03-271-0/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-24/+71
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/buffersrc: simplify av_buffersrc_add_frame_flags()James Almer2021-02-161-30/+8
* lavfi/buffersrc: Remove redundant free after ff_filter_frame() failureJun Zhao2020-01-041-3/+1
* avfilter/buffersrc: deprecate sws_param optionZhao Zhili2019-12-301-2/+12
* avfilter/buffersrc: Remove unused variablesAndreas Rheinhardt2019-12-261-2/+0
* avfilter/buffersrc: remove redundant flagZhao Zhili2019-12-231-5/+2
* lavfi/buffersrc: push frame directly.Nicolas George2019-12-231-16/+8
* lavfi/buffersrc: remove poll_frame.Nicolas George2019-12-231-9/+0
* lavfi/buffersrc: remove fifo.Nicolas George2019-12-231-34/+11
* avfilter/buffersrc: remove write-only variableZhao Zhili2019-12-021-3/+0
* avfilter/buffersrc: print relevant info when skipping filter reinitGyan Doshi2019-01-271-6/+12
* lavfi/buffersrc: Indent the code.Jun Zhao2018-11-271-15/+15
* Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-211-8/+0
|\
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-231-8/+0
* | lavfi/buffersrc: add av_buffersrc_close().Nicolas George2017-09-081-10/+12
* | Revert "Revert "lavfi/buffersrc: push the frame deeper if requested.""Nicolas George2017-07-301-0/+25
* | Revert "lavfi/buffersrc: push the frame deeper if requested."Paul B Mahol2017-06-231-25/+0
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* | lavfi/buffersrc: fix directly setting channel layoutRostislav Pehlivanov2017-02-211-5/+7
* | lavfi/buffersrc: push the frame deeper if requested.Nicolas George2016-12-241-0/+25
* | lavfi: make filter_frame non-recursive.Nicolas George2016-12-181-3/+3
* | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'Derek Buitenhuis2016-02-241-2/+69
|\|
| * lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-141-9/+86
* | Merge commit 'c084d6d2cfb570b10d8784eb20cc696dfb7c5605'Derek Buitenhuis2016-02-171-2/+2
|\|
| * buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov2016-02-141-1/+1
* | Merge commit 'fb25d99b0a5e21fb8cc184c7a9d3736387778266'Derek Buitenhuis2016-02-161-1/+4
|\|
| * buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-121-1/+1
| * buffersrc: accept the frame rate as argument.Nicolas George2015-11-091-0/+3
| * buffersrc: Improve initialization log messageVittorio Giovara2015-09-131-1/+4
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-10/+14