Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-17avfilter/extractplanes: add support for 12-bit YUVA formatsGyan Doshi
2018-11-03avfilter/vf_extractplanes: use ff_outlink_get_status()Paul B Mahol
2018-09-09avfilter/vf_extractplanes: define higher depth formats with macroPaul B Mahol
2018-09-09avfilter/vf_extractplanes: define common 8-bit pixel formatsPaul B Mahol
2018-09-09avfilter/vf_extractplanes: fix 14bit format extractionPaul B Mahol
2018-05-05avfilter/vf_extractplanes: add support for extracting planes with 14 depthPaul B Mahol
2017-08-25avfilter/vf_extractplanes: check ff_insert_outpad() for failurePaul B Mahol
2017-08-07avfilter/vf_extractplanes: add 9 bitdepth supportPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-11-29avfilter/vf_extractplanes: add extract support for 10bit and 12bit formatsPaul B Mahol
2016-03-07lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.Carl Eugen Hoyos
2016-03-07lavfi/extractplanes: Fix in_pixfmts.Carl Eugen Hoyos
2016-03-07lavfi/extractplanes: Move endianness calculation up.Carl Eugen Hoyos
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-07-01avfilter/vf_extractplanes: use faster path for input formats with only one co...Paul B Mahol
2015-07-01avfilter/vf_extractplanes: rename misleading variablePaul B Mahol
2015-07-01avfilter/vf_extractplanes: support more pixel formatsPaul B Mahol
2015-01-28avfilter/vf_extractplanes: use the name 's' for the pointer to the private co...Paul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-27avfilter: add av_cold to init()Paul B Mahol
2013-05-18Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-05-09lavfi: remove alphaextract special codePaul B Mahol
2013-05-08lavfi/extractplanes: packed rgb supportPaul B Mahol
2013-05-08lavfi: add gbrap support to some filtersPaul B Mahol
2013-05-06avfilter: add av_cold to uninit()Michael Niedermayer
2013-05-03extractplanes filterPaul B Mahol