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
852f74bd
Commit
852f74bd
authored
Jun 13, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/mp: remove mp=spp.
The filter was ported to a native libavfilter filter.
parent
a2c547ff
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
626 deletions
+1
-626
filters.texi
doc/filters.texi
+0
-1
Makefile
libavfilter/Makefile
+0
-1
vf_spp.c
libavfilter/libmpcodecs/vf_spp.c
+0
-621
version.h
libavfilter/version.h
+1
-1
vf_mp.c
libavfilter/vf_mp.c
+0
-2
No files found.
doc/filters.texi
View file @
852f74bd
...
@@ -4932,7 +4932,6 @@ The list of the currently supported filters follows:
...
@@ -4932,7 +4932,6 @@ The list of the currently supported filters follows:
@item pullup
@item pullup
@item qp
@item qp
@item softpulldown
@item softpulldown
@item spp
@item uspp
@item uspp
@end table
@end table
...
...
libavfilter/Makefile
View file @
852f74bd
...
@@ -230,7 +230,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pp7.o
...
@@ -230,7 +230,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pp7.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_pullup.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_pullup.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_qp.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_qp.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_softpulldown.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_softpulldown.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_spp.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_uspp.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/vf_uspp.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/pullup.o
OBJS-$(CONFIG_MP_FILTER)
+=
libmpcodecs/pullup.o
...
...
libavfilter/libmpcodecs/vf_spp.c
deleted
100644 → 0
View file @
a2c547ff
This diff is collapsed.
Click to expand it.
libavfilter/version.h
View file @
852f74bd
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 77
#define LIBAVFILTER_VERSION_MINOR 77
#define LIBAVFILTER_VERSION_MICRO 10
0
#define LIBAVFILTER_VERSION_MICRO 10
1
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
LIBAVFILTER_VERSION_MINOR, \
...
...
libavfilter/vf_mp.c
View file @
852f74bd
...
@@ -135,7 +135,6 @@ extern const vf_info_t ff_vf_info_pp7;
...
@@ -135,7 +135,6 @@ extern const vf_info_t ff_vf_info_pp7;
extern
const
vf_info_t
ff_vf_info_pullup
;
extern
const
vf_info_t
ff_vf_info_pullup
;
extern
const
vf_info_t
ff_vf_info_qp
;
extern
const
vf_info_t
ff_vf_info_qp
;
extern
const
vf_info_t
ff_vf_info_softpulldown
;
extern
const
vf_info_t
ff_vf_info_softpulldown
;
extern
const
vf_info_t
ff_vf_info_spp
;
extern
const
vf_info_t
ff_vf_info_uspp
;
extern
const
vf_info_t
ff_vf_info_uspp
;
...
@@ -152,7 +151,6 @@ static const vf_info_t* const filters[]={
...
@@ -152,7 +151,6 @@ static const vf_info_t* const filters[]={
&
ff_vf_info_pullup
,
&
ff_vf_info_pullup
,
&
ff_vf_info_qp
,
&
ff_vf_info_qp
,
&
ff_vf_info_softpulldown
,
&
ff_vf_info_softpulldown
,
&
ff_vf_info_spp
,
&
ff_vf_info_uspp
,
&
ff_vf_info_uspp
,
NULL
NULL
...
...
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