summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_noise.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavfi/noise: use standard options parsingPaul B Mahol2013-04-051-6/+3
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-1/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-7/+7
* lavfi/noise: switch to AVLFG noise generatorPaul B Mahol2013-02-171-7/+11
* lavfi: port MP noise filterPaul B Mahol2013-02-161-0/+365
OpenPOWER on IntegriCloud