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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-03lavfi/trim: mark link closed on EOF.Nicolas George
2013-06-02lavfi/mp: drop mcdeint wrapperStefano Sabatini
2013-06-02lavfi: port mcdeint filter from libmpcodecsStefano Sabatini
2013-06-02lavfi/mp/mcdeint: avoid uninited data readStefano Sabatini
2013-06-01lavfi/mptestsrc: fix chroma subsampling with odd sizes.Clément Bœsch
2013-06-01lavfi/pixdesctest: fix chroma subsampling with odd sizes.Clément Bœsch
2013-05-31lavfi/vignette: remove extra semi-colon.Clément Bœsch
2013-05-30lavfi/vignette: add aspect option.Clément Bœsch
2013-05-30lavfi/vignette: add some scaling debug.Clément Bœsch
2013-05-30lavfi/vignette: simplify dmax definition.Clément Bœsch
2013-05-30lavfi/vignette: fix scale with aspects smaller than one.Clément Bœsch
2013-05-30lavfi/vignette: make sure a sane sar is set.Clément Bœsch
2013-05-30lavfi: add vignette filter.Clément Bœsch
2013-05-29lavfi/noise: fix out of array accessPaul B Mahol
2013-05-29lavfi/noise: support slice threadingPaul B Mahol
2013-05-28lavfi/drawutils: attempt to fix subsampling.Clément Bœsch
2013-05-28os2threads: move from lavc to compat/Dave Yeo
2013-05-27lavfi/haldclutsrc: 10l remove size options.Clément Bœsch
2013-05-27lavfi/overlay: remove do_blend forward declaration.Clément Bœsch
2013-05-27lavfi/lut3d: move lut3d init to its definition scope.Clément Bœsch
2013-05-27lavfi: add haldclut filter.Clément Bœsch
2013-05-27lavfi: add dual input helpers.Clément Bœsch
2013-05-27lavfi: add haldclutsrc filter.Clément Bœsch
2013-05-27lavfi/ocv: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/frei0r: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/channelmap: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/format: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/setpts: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/join: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/interlace: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/trim: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/interlace: remove request frame hackPaul B Mahol
2013-05-27lavfi/trim: remove request frame hackPaul B Mahol
2013-05-27lavfi/tinterlace: remove request frame hackPaul B Mahol
2013-05-27lavfi/idet: remove request_frame hackPaul B Mahol
2013-05-27lavfi/dctdnoiz: move DC normalization out of loops.Clément Bœsch
2013-05-26lavfi/lut3d: faster tetrahedral interpolation.Clément Bœsch
2013-05-26lavfi/lut3d: restore original interpolation speed.Clément Bœsch
2013-05-26lavfi/bbox: export bbox info to frame metadataPaul B Mahol
2013-05-26lavfi/bbox: timeline supportPaul B Mahol
2013-05-26lavfi/bbox: make min_val user configurablePaul B Mahol
2013-05-26lavfi/bbox: use inlink->frame_countPaul B Mahol
2013-05-26lavfi/noise: use av_image_copy_plane()Paul B Mahol
2013-05-26av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer
2013-05-25lavfi/afade: add timeline supportPaul B Mahol
2013-05-25lavfi/blend: support slice threadingPaul B Mahol
2013-05-24vf_fade: remove unused functionMichael Niedermayer
2013-05-24vf_fade: Support slice threaded alphaMichael Niedermayer
2013-05-24vf_fade: Fix alpha flag integrationMichael Niedermayer