aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_noise.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* lavfi/internal: move functions used by filters to filters.hAnton Khirnov2024-08-191-0/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-6/+6
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-041-0/+1
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+4
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* x86/vf_noise: move asm code to a separate fileJames Almer2014-10-171-155/+9
* avfilter/vf_noise: Use a separate seed for each planeMichael Niedermayer2014-10-161-1/+1
* avfilter/vf_noise: use per component rand_shiftMichael Niedermayer2014-10-161-6/+6
* avfilter/vf_noise: move shift calculation to filter_frame()Michael Niedermayer2014-10-161-12/+15
* avfilter/vf_noise: fix high resolution supportMichael Niedermayer2014-10-161-9/+13
* avfilter/vf_noise: make constant things constMichael Niedermayer2014-08-051-10/+10
* avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-191-1/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* libavfilter/vf_noise: relicense to LGPLPaul B Mahol2013-10-271-6/+6
* avfilter: add av_cold to init()Paul B Mahol2013-09-271-1/+1
* avfilter/vf_noise: rename linesize to bytewidthMichael Niedermayer2013-09-131-3/+3
* Revert "avfilter/vf_noise: dont corrupt the picture outside width x height"Michael Niedermayer2013-09-131-5/+1
* avfilter/vf_noise: dont corrupt the picture outside width x heightMichael Niedermayer2013-09-121-1/+5
* avfilter/vf_noise: unbreak filter when inline assembly is not presentPaul B Mahol2013-09-121-0/+3
* avfilter: various cosmeticsPaul B Mahol2013-09-121-6/+6
* lavfi/noise: fix out of array accessPaul B Mahol2013-05-291-4/+5
* lavfi/noise: support slice threadingPaul B Mahol2013-05-291-20/+37
* lavfi/noise: use av_image_copy_plane()Paul B Mahol2013-05-261-8/+2
* lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol2013-05-241-4/+2
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+1
* lavfi/noise: remove get_video_buffer, its redundant nowPaul B Mahol2013-04-251-1/+0
* lavfi/noise: add missing emms_c()Paul B Mahol2013-04-251-0/+1
* lavfi: add timeline support.Clément Bœsch2013-04-231-0/+1
* lavfi/noise: remove pointless storePaul B Mahol2013-04-151-3/+2
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/noise: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* avfilter/vf_noise: fix build without mmx*inlineMichael Niedermayer2013-04-091-6/+6
* lavfi/noise: copy inline asm from mp=noisePaul B Mahol2013-04-081-28/+147
* lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol2013-04-081-1/+0
* vf_noise: Fix av_lfg_get() maximum valueMichael Niedermayer2013-04-061-2/+2
* vf_noise: remove low quality modeMichael Niedermayer2013-04-061-5/+0