[FFmpeg-cvslog] doc: add ffmpeg-bitstream-filters.texi file
Stefano Sabatini
git at videolan.org
Wed Nov 28 23:54:04 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Nov 26 23:58:40 2012 +0100| [5ddc072d0ddc7af1fc354d58a22108eb4fc53327] | committer: Stefano Sabatini
doc: add ffmpeg-bitstream-filters.texi file
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ddc072d0ddc7af1fc354d58a22108eb4fc53327
---
doc/Makefile | 2 +-
doc/ffmpeg-bitstream-filters.texi | 40 +++++++++++++++++++++++++++++++++++++
doc/libavcodec.texi | 5 +++--
3 files changed, 44 insertions(+), 3 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 180a85f..6635454 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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-protocols ffmpeg-resampler ffmpeg-scaler ffmpeg-formats ffmpeg-utils
+COMPONENTS=$(PROGS-yes) ffmpeg-bitstream-filters 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)
diff --git a/doc/ffmpeg-bitstream-filters.texi b/doc/ffmpeg-bitstream-filters.texi
new file mode 100644
index 0000000..b1fdac2
--- /dev/null
+++ b/doc/ffmpeg-bitstream-filters.texi
@@ -0,0 +1,40 @@
+\input texinfo @c -*- texinfo -*-
+
+ at settitle FFmpeg Bitstream Filters Documentation
+ at titlepage
+ at center @titlefont{FFmpeg Bitstream Filters Documentation}
+ at end titlepage
+
+ at top
+
+ at contents
+
+ at chapter Description
+ at c man begin DESCRIPTION
+
+This document describes the bitstream filters provided by the
+libavcodec library.
+
+A bitstream filter operates on the encoded stream data, and performs
+bitstream level modifications without performing decoding.
+
+ at c man end DESCRIPTION
+
+ at include bitstream_filters.texi
+
+ at ignore
+
+ at setfilename ffmpeg-bitstream-filters
+ at settitle FFmpeg bistream filters
+
+ at c man begin SEEALSO
+ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
+ at c man end
+
+ at c man begin AUTHORS
+See Git history (git://source.ffmpeg.org/ffmpeg)
+ at c man end
+
+ at end ignore
+
+ at bye
diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi
index 9c7f02e..1fd1cf8 100644
--- a/doc/libavcodec.texi
+++ b/doc/libavcodec.texi
@@ -14,7 +14,7 @@
The libavcodec library provides a generic encoding/decoding framework
and contains multiple decoders and encoders for audio, video and
-subtitle streams.
+subtitle streams, and several bitstream filters.
The shared architecture provides various services ranging from bit
stream I/O to DSP optimizations, and makes it suitable for
@@ -26,7 +26,8 @@ implementing robust and fast codecs as well as for experimentation.
@settitle media streams decoding and encoding library
@c man begin SEEALSO
-ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1), libavutil(3)
+ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
+ffmpeg-bistream-filters(1), libavutil(3)
@c man end
@c man begin AUTHORS
More information about the ffmpeg-cvslog
mailing list