Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
7ca2f8b1
Commit
7ca2f8b1
authored
Feb 17, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/mp: drop mp=kerndeint filter
The filter has been natively integrated into libavfilter.
parent
8c85a9f0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
350 deletions
+1
-350
filters.texi
doc/filters.texi
+0
-1
Makefile
libavfilter/Makefile
+0
-1
vf_kerndeint.c
libavfilter/libmpcodecs/vf_kerndeint.c
+0
-345
version.h
libavfilter/version.h
+1
-1
vf_mp.c
libavfilter/vf_mp.c
+0
-2
No files found.
doc/filters.texi
View file @
7ca2f8b1
...
...
@@ -3628,7 +3628,6 @@ The list of the currently supported filters follows:
@item harddup
@item ilpack
@item ivtc
@item kerndeint
@item mcdeint
@item ow
@item perspective
...
...
libavfilter/Makefile
View file @
7ca2f8b1
...
...
@@ -191,7 +191,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fspp.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_harddup.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_ilpack.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_ivtc.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_kerndeint.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_mcdeint.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_noise.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_ow.o
...
...
libavfilter/libmpcodecs/vf_kerndeint.c
deleted
100644 → 0
View file @
8c85a9f0
This diff is collapsed.
Click to expand it.
libavfilter/version.h
View file @
7ca2f8b1
...
...
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 38
#define LIBAVFILTER_VERSION_MICRO 10
2
#define LIBAVFILTER_VERSION_MICRO 10
3
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
...
...
libavfilter/vf_mp.c
View file @
7ca2f8b1
...
...
@@ -134,7 +134,6 @@ extern const vf_info_t ff_vf_info_fspp;
extern
const
vf_info_t
ff_vf_info_harddup
;
extern
const
vf_info_t
ff_vf_info_ilpack
;
extern
const
vf_info_t
ff_vf_info_ivtc
;
extern
const
vf_info_t
ff_vf_info_kerndeint
;
extern
const
vf_info_t
ff_vf_info_mcdeint
;
extern
const
vf_info_t
ff_vf_info_noise
;
extern
const
vf_info_t
ff_vf_info_ow
;
...
...
@@ -165,7 +164,6 @@ static const vf_info_t* const filters[]={
&
ff_vf_info_harddup
,
&
ff_vf_info_ilpack
,
&
ff_vf_info_ivtc
,
&
ff_vf_info_kerndeint
,
&
ff_vf_info_mcdeint
,
&
ff_vf_info_noise
,
&
ff_vf_info_ow
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment