summaryrefslogtreecommitdiff
path: root/libavfilter/vf_extractplanes.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter/vf_extractplanes: switch to activate()Paul B Mahol2022-03-07
* avfilter/vf_extractplanes: unbreak "extracting" >8 depth gray formatsPaul B Mahol2022-02-17
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_extractplanes: fix regressionPaul B Mahol2021-09-12
* avfilter/vf_extractplanes: stop marking alphaextract filter as dynamic outputsPaul B Mahol2021-09-12
* avfilter/vf_extractplanes: Free outpads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_extractplanes: add float formats supportPaul B Mahol2021-02-07
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/extractplanes: add support for 12-bit YUVA formatsGyan Doshi2019-01-17
* avfilter/vf_extractplanes: use ff_outlink_get_status()Paul B Mahol2018-11-03
* avfilter/vf_extractplanes: define higher depth formats with macroPaul B Mahol2018-09-09
* avfilter/vf_extractplanes: define common 8-bit pixel formatsPaul B Mahol2018-09-09
* avfilter/vf_extractplanes: fix 14bit format extractionPaul B Mahol2018-09-09
* avfilter/vf_extractplanes: add support for extracting planes with 14 depthPaul B Mahol2018-05-05
* avfilter/vf_extractplanes: check ff_insert_outpad() for failurePaul B Mahol2017-08-25
* avfilter/vf_extractplanes: add 9 bitdepth supportPaul B Mahol2017-08-07
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: make filter_frame non-recursive.Nicolas George2016-12-18
* avfilter/vf_extractplanes: add extract support for 10bit and 12bit formatsPaul B Mahol2016-11-29
* lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.Carl Eugen Hoyos2016-03-07
* lavfi/extractplanes: Fix in_pixfmts.Carl Eugen Hoyos2016-03-07
* lavfi/extractplanes: Move endianness calculation up.Carl Eugen Hoyos2016-03-07
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi: replace link.closed by link.status.Nicolas George2015-12-22
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter/vf_extractplanes: use faster path for input formats with only one co...Paul B Mahol2015-07-01
* avfilter/vf_extractplanes: rename misleading variablePaul B Mahol2015-07-01
* avfilter/vf_extractplanes: support more pixel formatsPaul B Mahol2015-07-01
* avfilter/vf_extractplanes: use the name 's' for the pointer to the private co...Paul B Mahol2015-01-28
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: add av_cold to init()Paul B Mahol2013-09-27
* Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer2013-05-18
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* lavfi: remove alphaextract special codePaul B Mahol2013-05-09
* lavfi/extractplanes: packed rgb supportPaul B Mahol2013-05-08
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-08
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-06
* extractplanes filterPaul B Mahol2013-05-03