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
fa4ead1d
Commit
fa4ead1d
authored
Nov 18, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: move codec options and descriptions to a dedicated manual page
parent
ca4872e8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1121 additions
and
1094 deletions
+1121
-1094
Makefile
doc/Makefile
+5
-3
ffmpeg-codecs.texi
doc/ffmpeg-codecs.texi
+1115
-0
libavcodec.texi
doc/libavcodec.texi
+1
-1091
No files found.
doc/Makefile
View file @
fa4ead1d
...
...
@@ -2,9 +2,11 @@ DOCLIBS-$(CONFIG_AVUTIL) += libavutil
DOCLIBS-$(CONFIG_AVCODEC)
+=
libavcodec
DOCLIBS-$(CONFIG_AVFILTER)
+=
libavfilter
MANPAGES
=
$
(
PROGS-yes:%
=
doc/%.1
)
$
(
DOCLIBS-yes:%
=
doc/%.3
)
PODPAGES
=
$
(
PROGS-yes:%
=
doc/%.pod
)
$
(
DOCLIBS-yes:%
=
doc/%.pod
)
HTMLPAGES
=
$
(
PROGS-yes:%
=
doc/%.html
)
$
(
DOCLIBS-yes:%
=
doc/%.html
)
\
COMPONENTS
=
$
(
PROGS-yes
)
ffmpeg-codecs
MANPAGES
=
$
(
COMPONENTS:%
=
doc/%.1
)
$
(
DOCLIBS-yes:%
=
doc/%.3
)
PODPAGES
=
$
(
COMPONENTS:%
=
doc/%.pod
)
$
(
DOCLIBS-yes:%
=
doc/%.pod
)
HTMLPAGES
=
$
(
COMPONENTS:%
=
doc/%.html
)
$
(
DOCLIBS-yes:%
=
doc/%.html
)
\
doc/developer.html
\
doc/faq.html
\
doc/fate.html
\
...
...
doc/ffmpeg-codecs.texi
0 → 100644
View file @
fa4ead1d
This diff is collapsed.
Click to expand it.
doc/libavcodec.texi
View file @
fa4ead1d
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