Skip to content

Commit

Permalink
Adds SRCNN filter.
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
  • Loading branch information
HighVoltageRocknRoll authored and grandao committed May 4, 2018
1 parent 4bad76b commit 9479955
Show file tree
Hide file tree
Showing 5 changed files with 1,278 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog
Expand Up @@ -60,6 +60,7 @@ version 4.0:
- Haivision SRT protocol via libsrt
- segafilm muxer
- vfrdet filter
- SRCNN filter


version 3.4:
Expand Down
1 change: 1 addition & 0 deletions libavfilter/Makefile
Expand Up @@ -331,6 +331,7 @@ OBJS-$(CONFIG_SMARTBLUR_FILTER) += vf_smartblur.o
OBJS-$(CONFIG_SOBEL_FILTER) += vf_convolution.o
OBJS-$(CONFIG_SPLIT_FILTER) += split.o
OBJS-$(CONFIG_SPP_FILTER) += vf_spp.o
OBJS-$(CONFIG_SRCNN_FILTER) += vf_srcnn.o
OBJS-$(CONFIG_SSIM_FILTER) += vf_ssim.o framesync.o
OBJS-$(CONFIG_STEREO3D_FILTER) += vf_stereo3d.o
OBJS-$(CONFIG_STREAMSELECT_FILTER) += f_streamselect.o framesync.o
Expand Down
1 change: 1 addition & 0 deletions libavfilter/allfilters.c
Expand Up @@ -322,6 +322,7 @@ extern AVFilter ff_vf_smartblur;
extern AVFilter ff_vf_sobel;
extern AVFilter ff_vf_split;
extern AVFilter ff_vf_spp;
extern AVFilter ff_vf_srcnn;
extern AVFilter ff_vf_ssim;
extern AVFilter ff_vf_stereo3d;
extern AVFilter ff_vf_streamselect;
Expand Down

0 comments on commit 9479955

Please sign in to comment.