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_blend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/vf_blend: add GBRAP16
Paul B Mahol
2017-04-10
1
-1
/
+1
*
lavfi: split frame_count between input and output.
Nicolas George
2016-11-13
1
-1
/
+1
*
avfilter: make use of ff_filter_get_nb_threads
Paul B Mahol
2016-08-29
1
-1
/
+1
*
avfilter/vf_blend: fix incorrect Y variable when threading is used
Paul B Mahol
2016-05-23
1
-8
/
+8
*
avfilter/vf_blend: add freeze and heat modes
Paul B Mahol
2016-02-24
1
-0
/
+8
*
vf_blend: Move C dsp function mapping to separate function
Timothy Gu
2016-02-14
1
-41
/
+46
*
vf_blend: Use integers for divide mode
Timothy Gu
2016-02-14
1
-2
/
+2
*
vf_blend: Reduce number of arguments for kernel function
Timothy Gu
2016-02-14
1
-13
/
+14
*
vf_blend: Use memcpy when opacity is 0
Timothy Gu
2016-02-14
1
-0
/
+6
*
vf_blend: Templatize identity function and use a better name
Timothy Gu
2016-02-14
1
-8
/
+14
*
avfilter/vf_blend: add multiply128 mode
Paul B Mahol
2016-02-07
1
-0
/
+4
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-2
/
+2
*
avfilter,swresample,swscale: use fabs, fabsf instead of FFABS
Ganesh Ajjanagadde
2015-10-22
1
-2
/
+2
*
avfilter/vf_blend: fix normal mode with opacity != 1
Paul B Mahol
2015-10-09
1
-1
/
+46
*
avfilter/vf_blend: Fix argument types, fix segfault in asm
Michael Niedermayer
2015-10-03
1
-4
/
+4
*
avfilter/vf_blend: add x86 SIMD for some modes
Paul B Mahol
2015-10-03
1
-71
/
+29
*
avfilter/vf_blend: add addition128 mode
Paul B Mahol
2015-09-26
1
-0
/
+5
*
lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.
Nicolas George
2015-09-20
1
-3
/
+2
*
avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast options
Clément Bœsch
2015-09-08
1
-2
/
+2
*
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-1
/
+1
*
avfilter/vf_blend: use the name 's' for the pointer to the private context
Paul B Mahol
2015-08-25
1
-39
/
+39
*
avfilter/vf_blend: unbreak tblend
Paul B Mahol
2015-07-18
1
-39
/
+29
*
avfilter/vf_blend: implement 16bit support
Paul B Mahol
2015-07-18
1
-123
/
+202
*
avfilter/vf_blend: add linearlight and glow mode
Paul B Mahol
2015-06-03
1
-0
/
+8
*
avfilter/vf_blend: add hardmix mode
Paul B Mahol
2015-06-02
1
-0
/
+4
*
avfilter/vf_blend: fix vividlight blend mode
Paul B Mahol
2015-06-02
1
-1
/
+1
*
avfilter/vf_blend: clip result for divide blend mode
Paul B Mahol
2015-06-02
1
-1
/
+1
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+4
*
avfilter/vf_tblend: use av_frame_free for freeing an AVFrame
Clément Bœsch
2015-03-02
1
-1
/
+1
*
libavfilter/vf_blend: do not unconditionally compile both filters
Paul B Mahol
2015-01-05
1
-12
/
+20
*
avfilter/vf_blend: Fix AVClass
Michael Niedermayer
2014-12-27
1
-1
/
+1
*
lavfi: add tblend filter
Stefano Sabatini
2014-12-27
1
-41
/
+119
*
lavfi/blend: add difference128 mode
Stefano Sabatini
2014-12-26
1
-0
/
+4
*
avfilter/vf_blend: fix macro ()
Michael Niedermayer
2014-06-22
1
-4
/
+4
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter/dualinput: simplify
Paul B Mahol
2013-09-30
1
-10
/
+4
*
lavfi/dualinput: reimplement on top of framesync.
Nicolas George
2013-09-23
1
-0
/
+4
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-7
/
+7
*
lavfi/blend: use dual input helpers
Paul B Mahol
2013-07-06
1
-106
/
+77
*
lavfi/blend: support slice threading
Paul B Mahol
2013-05-24
1
-26
/
+53
*
lavfi/blend: fix SW/SH calculation
Paul B Mahol
2013-05-24
1
-2
/
+2
*
lavfi/blend: add yuv(j)411p
Paul B Mahol
2013-05-24
1
-2
/
+2
*
lavfi/blend: timeline support
Paul B Mahol
2013-05-14
1
-5
/
+11
*
lavfi: use ceil right shift for chroma width/height.
Clément Bœsch
2013-05-10
1
-2
/
+2
*
lavfi: add gbrap support to some filters
Paul B Mahol
2013-05-08
1
-1
/
+1
*
lavfi/blend: merge config_input_top into config_output
Paul B Mahol
2013-05-02
1
-12
/
+7
*
lavfi/blend: use correct way to check number of planes
Paul B Mahol
2013-05-02
1
-2
/
+4
*
lavfi: add frame counter into AVFilterLink and use it in filters.
Clément Bœsch
2013-04-23
1
-2
/
+1
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
lavfi/blend: support more yuv pixel formats
Paul B Mahol
2013-04-11
1
-1
/
+2
[next]