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