index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_noise.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-1
/
+1
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-3
/
+4
*
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-1
/
+1
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+1
*
x86/vf_noise: move asm code to a separate file
James Almer
2014-10-17
1
-155
/
+9
*
avfilter/vf_noise: Use a separate seed for each plane
Michael Niedermayer
2014-10-16
1
-1
/
+1
*
avfilter/vf_noise: use per component rand_shift
Michael Niedermayer
2014-10-16
1
-6
/
+6
*
avfilter/vf_noise: move shift calculation to filter_frame()
Michael Niedermayer
2014-10-16
1
-12
/
+15
*
avfilter/vf_noise: fix high resolution support
Michael Niedermayer
2014-10-16
1
-9
/
+13
*
avfilter/vf_noise: make constant things const
Michael Niedermayer
2014-08-05
1
-10
/
+10
*
avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NB
Michael Niedermayer
2014-05-27
1
-1
/
+1
*
Fix compilation with !HAVE_6REGS.
Carl Eugen Hoyos
2014-04-19
1
-1
/
+3
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
libavfilter/vf_noise: relicense to LGPL
Paul B Mahol
2013-10-27
1
-6
/
+6
*
avfilter: add av_cold to init()
Paul B Mahol
2013-09-27
1
-1
/
+1
*
avfilter/vf_noise: rename linesize to bytewidth
Michael Niedermayer
2013-09-13
1
-3
/
+3
*
Revert "avfilter/vf_noise: dont corrupt the picture outside width x height"
Michael Niedermayer
2013-09-13
1
-5
/
+1
*
avfilter/vf_noise: dont corrupt the picture outside width x height
Michael Niedermayer
2013-09-12
1
-1
/
+5
*
avfilter/vf_noise: unbreak filter when inline assembly is not present
Paul B Mahol
2013-09-12
1
-0
/
+3
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-6
/
+6
*
lavfi/noise: fix out of array access
Paul B Mahol
2013-05-29
1
-4
/
+5
*
lavfi/noise: support slice threading
Paul B Mahol
2013-05-29
1
-20
/
+37
*
lavfi/noise: use av_image_copy_plane()
Paul B Mahol
2013-05-26
1
-8
/
+2
*
lavfi/field, il, noise: use av_pix_fmt_count_planes()
Paul B Mahol
2013-05-24
1
-4
/
+2
*
replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
Michael Niedermayer
2013-05-15
1
-1
/
+1
*
lavfi: replace passthrough_filter_frame with a flag.
Clément Bœsch
2013-05-12
1
-1
/
+1
*
lavfi: use ceil right shift for chroma width/height.
Clément Bœsch
2013-05-10
1
-1
/
+1
*
lavfi/noise: remove get_video_buffer, its redundant now
Paul B Mahol
2013-04-25
1
-1
/
+0
*
lavfi/noise: add missing emms_c()
Paul B Mahol
2013-04-25
1
-0
/
+1
*
lavfi: add timeline support.
Clément Bœsch
2013-04-23
1
-0
/
+1
*
lavfi/noise: remove pointless store
Paul B Mahol
2013-04-15
1
-3
/
+2
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
lavfi/noise: switch to an AVOptions-based system.
Clément Bœsch
2013-04-11
1
-3
/
+0
*
avfilter/vf_noise: fix build without mmx*inline
Michael Niedermayer
2013-04-09
1
-6
/
+6
*
lavfi/noise: copy inline asm from mp=noise
Paul B Mahol
2013-04-08
1
-28
/
+147
*
lavfi/blend,noise: remove unedeed av_opt_free() call
Paul B Mahol
2013-04-08
1
-1
/
+0
*
vf_noise: Fix av_lfg_get() maximum value
Michael Niedermayer
2013-04-06
1
-2
/
+2
*
vf_noise: remove low quality mode
Michael Niedermayer
2013-04-06
1
-5
/
+0
*
lavfi/noise: use standard options parsing
Paul B Mahol
2013-04-05
1
-6
/
+3
*
lavfi: remove remaining forgotten min/rej perms.
Clément Bœsch
2013-03-10
1
-1
/
+0
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-7
/
+7
*
lavfi/noise: switch to AVLFG noise generator
Paul B Mahol
2013-02-17
1
-7
/
+11
*
lavfi: port MP noise filter
Paul B Mahol
2013-02-16
1
-0
/
+365