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
3a227f5d
Commit
3a227f5d
authored
Nov 26, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add ffmpeg-protocols.texi manual
parent
9c492271
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
2 deletions
+39
-2
Makefile
doc/Makefile
+1
-1
ffmpeg-protocols.texi
doc/ffmpeg-protocols.texi
+37
-0
libavformat.texi
doc/libavformat.texi
+1
-1
No files found.
doc/Makefile
View file @
3a227f5d
...
...
@@ -6,7 +6,7 @@ DOCLIBS-$(CONFIG_AVFORMAT) += libavformat
DOCLIBS-$(CONFIG_AVDEVICE)
+=
libavdevice
DOCLIBS-$(CONFIG_AVFILTER)
+=
libavfilter
COMPONENTS
=
$
(
PROGS-yes
)
ffmpeg-codecs ffmpeg-devices ffmpeg-filters ffmpeg-resampler ffmpeg-scaler ffmpeg-formats ffmpeg-utils
COMPONENTS
=
$
(
PROGS-yes
)
ffmpeg-codecs ffmpeg-devices ffmpeg-filters ffmpeg-
protocols ffmpeg-
resampler ffmpeg-scaler ffmpeg-formats ffmpeg-utils
MANPAGES
=
$
(
COMPONENTS:%
=
doc/%.1
)
$
(
DOCLIBS-yes:%
=
doc/%.3
)
PODPAGES
=
$
(
COMPONENTS:%
=
doc/%.pod
)
$
(
DOCLIBS-yes:%
=
doc/%.pod
)
...
...
doc/ffmpeg-protocols.texi
0 → 100644
View file @
3a227f5d
\input
texinfo @c -*- texinfo -*-
@settitle FFmpeg Protocols Documentation
@titlepage
@center @titlefont
{
FFmpeg Protocols Documentation
}
@end titlepage
@top
@contents
@chapter Description
@c man begin DESCRIPTION
This document describes the input and output protocols provided by the
libavformat library.
@c man end DESCRIPTION
@include protocols.texi
@ignore
@setfilename ffmpeg-protocols
@settitle FFmpeg protocols
@c man begin SEEALSO
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@bye
doc/libavformat.texi
View file @
3a227f5d
...
...
@@ -28,7 +28,7 @@ resource.
@settitle multimedia muxing and demuxing library
@c man begin SEEALSO
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1)
, ffmpeg-protocols(1)
@c man end
@c man begin AUTHORS
...
...
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