summaryrefslogtreecommitdiff
path: root/libavfilter/vf_extractplanes.c
Commit message (Expand)AuthorAge
* 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