Browse Source

doc: move codec options and descriptions to a dedicated manual page

tags/n1.1
Stefano Sabatini 13 years ago
parent
commit
fa4ead1d66
3 changed files with 1121 additions and 1094 deletions
  1. +5
    -3
      doc/Makefile
  2. +1115
    -0
      doc/ffmpeg-codecs.texi
  3. +1
    -1091
      doc/libavcodec.texi

+ 5
- 3
doc/Makefile View File

@@ -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 \


+ 1115
- 0
doc/ffmpeg-codecs.texi
File diff suppressed because it is too large
View File


+ 1
- 1091
doc/libavcodec.texi
File diff suppressed because it is too large
View File


Loading…
Cancel
Save