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
5ddc072d
Commit
5ddc072d
authored
Nov 26, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add ffmpeg-bitstream-filters.texi file
parent
5f648ce4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
3 deletions
+44
-3
Makefile
doc/Makefile
+1
-1
ffmpeg-bitstream-filters.texi
doc/ffmpeg-bitstream-filters.texi
+40
-0
libavcodec.texi
doc/libavcodec.texi
+3
-2
No files found.
doc/Makefile
View file @
5ddc072d
...
@@ -6,7 +6,7 @@ DOCLIBS-$(CONFIG_AVFORMAT) += libavformat
...
@@ -6,7 +6,7 @@ DOCLIBS-$(CONFIG_AVFORMAT) += libavformat
DOCLIBS-$(CONFIG_AVDEVICE)
+=
libavdevice
DOCLIBS-$(CONFIG_AVDEVICE)
+=
libavdevice
DOCLIBS-$(CONFIG_AVFILTER)
+=
libavfilter
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
)
MANPAGES
=
$
(
COMPONENTS:%
=
doc/%.1
)
$
(
DOCLIBS-yes:%
=
doc/%.3
)
PODPAGES
=
$
(
COMPONENTS:%
=
doc/%.pod
)
$
(
DOCLIBS-yes:%
=
doc/%.pod
)
PODPAGES
=
$
(
COMPONENTS:%
=
doc/%.pod
)
$
(
DOCLIBS-yes:%
=
doc/%.pod
)
...
...
doc/ffmpeg-bitstream-filters.texi
0 → 100644
View file @
5ddc072d
\input
texinfo @c -*- texinfo -*-
@settitle FFmpeg Bitstream Filters Documentation
@titlepage
@center @titlefont
{
FFmpeg Bitstream Filters Documentation
}
@end titlepage
@top
@contents
@chapter Description
@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.
@c man end DESCRIPTION
@include bitstream
_
filters.texi
@ignore
@setfilename ffmpeg-bitstream-filters
@settitle FFmpeg bistream filters
@c man begin SEEALSO
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@bye
doc/libavcodec.texi
View file @
5ddc072d
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
The libavcodec library provides a generic encoding/decoding framework
The libavcodec library provides a generic encoding/decoding framework
and contains multiple decoders and encoders for audio, video and
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
The shared architecture provides various services ranging from bit
stream I/O to DSP optimizations, and makes it suitable for
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.
...
@@ -26,7 +26,8 @@ implementing robust and fast codecs as well as for experimentation.
@settitle media streams decoding and encoding library
@settitle media streams decoding and encoding library
@c man begin SEEALSO
@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 end
@c man begin AUTHORS
@c man begin AUTHORS
...
...
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