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