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
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