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
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
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-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-10-17x86/vf_noise: move asm code to a separate fileJames Almer
2014-10-16avfilter/vf_noise: Use a separate seed for each planeMichael Niedermayer
2014-10-16avfilter/vf_noise: use per component rand_shiftMichael Niedermayer
2014-10-16avfilter/vf_noise: move shift calculation to filter_frame()Michael Niedermayer
2014-10-16avfilter/vf_noise: fix high resolution supportMichael Niedermayer
2014-08-05avfilter/vf_noise: make constant things constMichael Niedermayer
2014-05-27avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28libavfilter/vf_noise: relicense to LGPLPaul B Mahol
2013-09-27avfilter: add av_cold to init()Paul B Mahol
2013-09-13avfilter/vf_noise: rename linesize to bytewidthMichael Niedermayer
2013-09-13Revert "avfilter/vf_noise: dont corrupt the picture outside width x height"Michael Niedermayer
2013-09-12avfilter/vf_noise: dont corrupt the picture outside width x heightMichael Niedermayer
2013-09-12avfilter/vf_noise: unbreak filter when inline assembly is not presentPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-29lavfi/noise: fix out of array accessPaul B Mahol
2013-05-29lavfi/noise: support slice threadingPaul B Mahol
2013-05-26lavfi/noise: use av_image_copy_plane()Paul B Mahol
2013-05-24lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-25lavfi/noise: remove get_video_buffer, its redundant nowPaul B Mahol
2013-04-25lavfi/noise: add missing emms_c()Paul B Mahol
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-15lavfi/noise: remove pointless storePaul B Mahol
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/noise: switch to an AVOptions-based system.Clément Bœsch
2013-04-09avfilter/vf_noise: fix build without mmx*inlineMichael Niedermayer
2013-04-09lavfi/noise: copy inline asm from mp=noisePaul B Mahol
2013-04-08lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol
2013-04-06vf_noise: Fix av_lfg_get() maximum valueMichael Niedermayer
2013-04-06vf_noise: remove low quality modeMichael Niedermayer
2013-04-05lavfi/noise: use standard options parsingPaul B Mahol
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-18lavfi/noise: switch to AVLFG noise generatorPaul B Mahol
2013-02-16lavfi: port MP noise filterPaul B Mahol