Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
fa4ead1d
Commit
fa4ead1d
authored
12 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
doc: move codec options and descriptions to a dedicated manual page
parent
ca4872e8
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/Makefile
+5
-3
5 additions, 3 deletions
doc/Makefile
doc/ffmpeg-codecs.texi
+1115
-0
1115 additions, 0 deletions
doc/ffmpeg-codecs.texi
doc/libavcodec.texi
+1
-1091
1 addition, 1091 deletions
doc/libavcodec.texi
with
1121 additions
and
1094 deletions
doc/Makefile
+
5
−
3
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
\
...
...
This diff is collapsed.
Click to expand it.
doc/ffmpeg-codecs.texi
0 → 100644
+
1115
−
0
View file @
fa4ead1d
This diff is collapsed.
Click to expand it.
doc/libavcodec.texi
+
1
−
1091
View file @
fa4ead1d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment