Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
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
5 additions
and
3 deletions
+5
-3
Makefile
doc/Makefile
+5
-3
ffmpeg-codecs.texi
doc/ffmpeg-codecs.texi
+0
-0
libavcodec.texi
doc/libavcodec.texi
+0
-0
No files found.
doc/Makefile
View file @
fa4ead1d
...
@@ -2,9 +2,11 @@ DOCLIBS-$(CONFIG_AVUTIL) += libavutil
...
@@ -2,9 +2,11 @@ DOCLIBS-$(CONFIG_AVUTIL) += libavutil
DOCLIBS-$(CONFIG_AVCODEC)
+=
libavcodec
DOCLIBS-$(CONFIG_AVCODEC)
+=
libavcodec
DOCLIBS-$(CONFIG_AVFILTER)
+=
libavfilter
DOCLIBS-$(CONFIG_AVFILTER)
+=
libavfilter
MANPAGES
=
$
(
PROGS-yes:%
=
doc/%.1
)
$
(
DOCLIBS-yes:%
=
doc/%.3
)
COMPONENTS
=
$
(
PROGS-yes
)
ffmpeg-codecs
PODPAGES
=
$
(
PROGS-yes:%
=
doc/%.pod
)
$
(
DOCLIBS-yes:%
=
doc/%.pod
)
HTMLPAGES
=
$
(
PROGS-yes:%
=
doc/%.html
)
$
(
DOCLIBS-yes:%
=
doc/%.html
)
\
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/developer.html
\
doc/faq.html
\
doc/faq.html
\
doc/fate.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