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
438debd0
Commit
438debd0
authored
Sep 13, 2011
by
zhentan feng
Committed by
Michael Niedermayer
Sep 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)
parent
d06c5b44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
721 additions
and
1 deletion
+721
-1
Changelog
Changelog
+1
-0
Makefile
libavformat/Makefile
+1
-0
allformats.c
libavformat/allformats.c
+1
-1
wtvenc.c
libavformat/wtvenc.c
+718
-0
No files found.
Changelog
View file @
438debd0
...
...
@@ -50,6 +50,7 @@ easier to use. The changes are:
- LATM muxer
- Speex encoder via libspeex
- JSON output in ffprobe
- WTV muxer
version 0.8:
...
...
libavformat/Makefile
View file @
438debd0
...
...
@@ -305,6 +305,7 @@ OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o
OBJS-$(CONFIG_WSVQA_DEMUXER)
+=
westwood.o
OBJS-$(CONFIG_WTV_DEMUXER)
+=
wtvdec.o
wtv.o
asfdec.o
asf.o
asfcrypt.o
\
avlanguage.o
mpegts.o
isom.o
riff.o
OBJS-$(CONFIG_WTV_MUXER)
+=
wtvenc.o
wtv.o
asf.o
riff.o
OBJS-$(CONFIG_WV_DEMUXER)
+=
wv.o
apetag.o
OBJS-$(CONFIG_XA_DEMUXER)
+=
xa.o
OBJS-$(CONFIG_XMV_DEMUXER)
+=
xmv.o
...
...
libavformat/allformats.c
View file @
438debd0
...
...
@@ -226,7 +226,7 @@ void av_register_all(void)
REGISTER_MUXER
(
WEBM
,
webm
);
REGISTER_DEMUXER
(
WSAUD
,
wsaud
);
REGISTER_DEMUXER
(
WSVQA
,
wsvqa
);
REGISTER_
DEMUXER
(
WTV
,
wtv
);
REGISTER_
MUXDEMUX
(
WTV
,
wtv
);
REGISTER_DEMUXER
(
WV
,
wv
);
REGISTER_DEMUXER
(
XA
,
xa
);
REGISTER_DEMUXER
(
XMV
,
xmv
);
...
...
libavformat/wtvenc.c
0 → 100644
View file @
438debd0
This diff is collapsed.
Click to expand it.
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