summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_extractplanes.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/extractplanes: add support for 12-bit YUVA formatsGyan Doshi2019-01-171-0/+2
* avfilter/vf_extractplanes: use ff_outlink_get_status()Paul B Mahol2018-11-031-4/+2
* avfilter/vf_extractplanes: define higher depth formats with macroPaul B Mahol2018-09-091-62/+35
* avfilter/vf_extractplanes: define common 8-bit pixel formatsPaul B Mahol2018-09-091-34/+22
* avfilter/vf_extractplanes: fix 14bit format extractionPaul B Mahol2018-09-091-0/+8
* avfilter/vf_extractplanes: add support for extracting planes with 14 depthPaul B Mahol2018-05-051-0/+6
* avfilter/vf_extractplanes: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-2/+5
* avfilter/vf_extractplanes: add 9 bitdepth supportPaul B Mahol2017-08-071-0/+20
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: make filter_frame non-recursive.Nicolas George2016-12-181-1/+5
* avfilter/vf_extractplanes: add extract support for 10bit and 12bit formatsPaul B Mahol2016-11-291-0/+38
* lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.Carl Eugen Hoyos2016-03-071-0/+4
* lavfi/extractplanes: Fix in_pixfmts.Carl Eugen Hoyos2016-03-071-10/+32
* lavfi/extractplanes: Move endianness calculation up.Carl Eugen Hoyos2016-03-071-4/+4
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* lavfi: replace link.closed by link.status.Nicolas George2015-12-221-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+5
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-4/+4
* avfilter/vf_extractplanes: use faster path for input formats with only one co...Paul B Mahol2015-07-011-1/+2
* avfilter/vf_extractplanes: rename misleading variablePaul B Mahol2015-07-011-3/+3
* avfilter/vf_extractplanes: support more pixel formatsPaul B Mahol2015-07-011-0/+2
* avfilter/vf_extractplanes: use the name 's' for the pointer to the private co...Paul B Mahol2015-01-281-20/+20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
* avfilter: add av_cold to init()Paul B Mahol2013-09-271-2/+2
* Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer2013-05-181-2/+2
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-6/+6
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-2/+2
* lavfi: remove alphaextract special codePaul B Mahol2013-05-091-0/+25
* lavfi/extractplanes: packed rgb supportPaul B Mahol2013-05-081-6/+61
* lavfi: add gbrap support to some filtersPaul B Mahol2013-05-081-1/+2
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-061-1/+1
* extractplanes filterPaul B Mahol2013-05-031-0/+254
OpenPOWER on IntegriCloud