Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
461716d3
Commit
461716d3
authored
Dec 16, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: use a common authors.texi file blurb
Factorize.
parent
ca3d7862
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
55 additions
and
80 deletions
+55
-80
authors.texi
doc/authors.texi
+11
-0
ffmpeg-bitstream-filters.texi
doc/ffmpeg-bitstream-filters.texi
+2
-4
ffmpeg-codecs.texi
doc/ffmpeg-codecs.texi
+2
-4
ffmpeg-devices.texi
doc/ffmpeg-devices.texi
+2
-4
ffmpeg-filters.texi
doc/ffmpeg-filters.texi
+2
-4
ffmpeg-formats.texi
doc/ffmpeg-formats.texi
+2
-4
ffmpeg-protocols.texi
doc/ffmpeg-protocols.texi
+2
-4
ffmpeg-resampler.texi
doc/ffmpeg-resampler.texi
+4
-4
ffmpeg-scaler.texi
doc/ffmpeg-scaler.texi
+2
-4
ffmpeg-utils.texi
doc/ffmpeg-utils.texi
+2
-4
ffmpeg.texi
doc/ffmpeg.texi
+2
-4
ffplay.texi
doc/ffplay.texi
+2
-4
ffprobe.texi
doc/ffprobe.texi
+2
-4
ffserver.texi
doc/ffserver.texi
+2
-4
libavcodec.texi
doc/libavcodec.texi
+4
-4
libavdevice.texi
doc/libavdevice.texi
+2
-4
libavfilter.texi
doc/libavfilter.texi
+2
-4
libavformat.texi
doc/libavformat.texi
+2
-4
libavutil.texi
doc/libavutil.texi
+2
-4
libswresample.texi
doc/libswresample.texi
+2
-4
libswscale.texi
doc/libswscale.texi
+2
-4
No files found.
doc/authors.texi
0 → 100644
View file @
461716d3
@chapter Authors
The FFmpeg developers.
For details about the authorship, see the Git history of the project
(git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
@command{git log} in the FFmpeg source directory, or browsing the
online repository at @url{http://source.ffmpeg.org}.
Maintainers for the specific components are listed in the file
@file{MAINTAINERS} in the source code tree.
doc/ffmpeg-bitstream-filters.texi
View file @
461716d3
...
@@ -22,6 +22,8 @@ bitstream level modifications without performing decoding.
...
@@ -22,6 +22,8 @@ bitstream level modifications without performing decoding.
@include bitstream
_
filters.texi
@include bitstream
_
filters.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-bitstream-filters
@setfilename ffmpeg-bitstream-filters
...
@@ -31,10 +33,6 @@ bitstream level modifications without performing decoding.
...
@@ -31,10 +33,6 @@ bitstream level modifications without performing decoding.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg-codecs.texi
View file @
461716d3
...
@@ -1105,6 +1105,8 @@ Set sample format audio decoders should prefer. Default value is
...
@@ -1105,6 +1105,8 @@ Set sample format audio decoders should prefer. Default value is
@include decoders.texi
@include decoders.texi
@include encoders.texi
@include encoders.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-codecs
@setfilename ffmpeg-codecs
...
@@ -1114,10 +1116,6 @@ Set sample format audio decoders should prefer. Default value is
...
@@ -1114,10 +1116,6 @@ Set sample format audio decoders should prefer. Default value is
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg-devices.texi
View file @
461716d3
...
@@ -39,6 +39,8 @@ for programmatic use.
...
@@ -39,6 +39,8 @@ for programmatic use.
@include indevs.texi
@include indevs.texi
@include outdevs.texi
@include outdevs.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-devices
@setfilename ffmpeg-devices
...
@@ -48,10 +50,6 @@ for programmatic use.
...
@@ -48,10 +50,6 @@ for programmatic use.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3), libavdevice(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3), libavdevice(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg-filters.texi
View file @
461716d3
...
@@ -19,6 +19,8 @@ libavfilter library.
...
@@ -19,6 +19,8 @@ libavfilter library.
@include filters.texi
@include filters.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-filters
@setfilename ffmpeg-filters
...
@@ -28,10 +30,6 @@ libavfilter library.
...
@@ -28,10 +30,6 @@ libavfilter library.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavfilter(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavfilter(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg-formats.texi
View file @
461716d3
...
@@ -144,6 +144,8 @@ of -1 enables when required by target format.
...
@@ -144,6 +144,8 @@ of -1 enables when required by target format.
@include demuxers.texi
@include demuxers.texi
@include muxers.texi
@include muxers.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-formats
@setfilename ffmpeg-formats
...
@@ -153,10 +155,6 @@ of -1 enables when required by target format.
...
@@ -153,10 +155,6 @@ of -1 enables when required by target format.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg-protocols.texi
View file @
461716d3
...
@@ -19,6 +19,8 @@ libavformat library.
...
@@ -19,6 +19,8 @@ libavformat library.
@include protocols.texi
@include protocols.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-protocols
@setfilename ffmpeg-protocols
...
@@ -28,10 +30,6 @@ libavformat library.
...
@@ -28,10 +30,6 @@ libavformat library.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg-resampler.texi
View file @
461716d3
...
@@ -176,6 +176,8 @@ and 16, default value is 9.
...
@@ -176,6 +176,8 @@ and 16, default value is 9.
@c man end RESAMPLER OPTIONS
@c man end RESAMPLER OPTIONS
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-resampler
@setfilename ffmpeg-resampler
...
@@ -185,8 +187,6 @@ and 16, default value is 9.
...
@@ -185,8 +187,6 @@ and 16, default value is 9.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswresample(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswresample(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
doc/ffmpeg-scaler.texi
View file @
461716d3
...
@@ -118,6 +118,8 @@ are floating point number values.
...
@@ -118,6 +118,8 @@ are floating point number values.
@c man end SCALER OPTIONS
@c man end SCALER OPTIONS
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-scaler
@setfilename ffmpeg-scaler
...
@@ -127,10 +129,6 @@ are floating point number values.
...
@@ -127,10 +129,6 @@ are floating point number values.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswscale(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswscale(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg-utils.texi
View file @
461716d3
...
@@ -20,6 +20,8 @@ by the libavutil library.
...
@@ -20,6 +20,8 @@ by the libavutil library.
@include syntax.texi
@include syntax.texi
@include eval.texi
@include eval.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg-utils
@setfilename ffmpeg-utils
...
@@ -29,10 +31,6 @@ by the libavutil library.
...
@@ -29,10 +31,6 @@ by the libavutil library.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffmpeg.texi
View file @
461716d3
...
@@ -1295,6 +1295,8 @@ ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
...
@@ -1295,6 +1295,8 @@ ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
@include filters.texi
@include filters.texi
@include metadata.texi
@include metadata.texi
@include authors.texi
@ignore
@ignore
@setfilename ffmpeg
@setfilename ffmpeg
...
@@ -1304,10 +1306,6 @@ ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
...
@@ -1304,10 +1306,6 @@ ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
ffplay
(
1
)
, ffprobe
(
1
)
, ffserver
(
1
)
and the FFmpeg HTML documentation
ffplay
(
1
)
, ffprobe
(
1
)
, ffserver
(
1
)
and the FFmpeg HTML documentation
@c man end
@c man end
@c man begin AUTHORS
See git history
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffplay.texi
View file @
461716d3
...
@@ -200,6 +200,8 @@ Seek to percentage in file corresponding to fraction of width.
...
@@ -200,6 +200,8 @@ Seek to percentage in file corresponding to fraction of width.
@include protocols.texi
@include protocols.texi
@include filters.texi
@include filters.texi
@include authors.texi
@ignore
@ignore
@setfilename ffplay
@setfilename ffplay
...
@@ -209,10 +211,6 @@ Seek to percentage in file corresponding to fraction of width.
...
@@ -209,10 +211,6 @@ Seek to percentage in file corresponding to fraction of width.
ffmpeg(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation
ffmpeg(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation
@c man end
@c man end
@c man begin AUTHORS
The FFmpeg developers
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffprobe.texi
View file @
461716d3
...
@@ -499,6 +499,8 @@ DV, GXF and AVI timecodes are available in format metadata
...
@@ -499,6 +499,8 @@ DV, GXF and AVI timecodes are available in format metadata
@include protocols.texi
@include protocols.texi
@include indevs.texi
@include indevs.texi
@include authors.texi
@ignore
@ignore
@setfilename ffprobe
@setfilename ffprobe
...
@@ -508,10 +510,6 @@ DV, GXF and AVI timecodes are available in format metadata
...
@@ -508,10 +510,6 @@ DV, GXF and AVI timecodes are available in format metadata
ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation
ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation
@c man end
@c man end
@c man begin AUTHORS
The FFmpeg developers
@c man end
@end ignore
@end ignore
@bye
@bye
doc/ffserver.texi
View file @
461716d3
...
@@ -266,6 +266,8 @@ messages to stdout.
...
@@ -266,6 +266,8 @@ messages to stdout.
@end table
@end table
@c man end
@c man end
@include authors.texi
@ignore
@ignore
@setfilename ffserver
@setfilename ffserver
...
@@ -277,10 +279,6 @@ ffmpeg(1), ffplay(1), ffprobe(1), the @file{ffserver.conf}
...
@@ -277,10 +279,6 @@ ffmpeg(1), ffplay(1), ffprobe(1), the @file{ffserver.conf}
example and the FFmpeg HTML documentation
example and the FFmpeg HTML documentation
@c man end
@c man end
@c man begin AUTHORS
The FFmpeg developers
@c man end
@end ignore
@end ignore
@bye
@bye
doc/libavcodec.texi
View file @
461716d3
...
@@ -20,6 +20,10 @@ The shared architecture provides various services ranging from bit
...
@@ -20,6 +20,10 @@ 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
implementing robust and fast codecs as well as for experimentation.
implementing robust and fast codecs as well as for experimentation.
@c man end DESCRIPTION
@include authors.texi
@ignore
@ignore
@setfilename libavcodec
@setfilename libavcodec
...
@@ -30,10 +34,6 @@ ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
...
@@ -30,10 +34,6 @@ ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
ffmpeg-bitstream-filters(1), libavutil(3)
ffmpeg-bitstream-filters(1), libavutil(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/libavdevice.texi
View file @
461716d3
...
@@ -19,6 +19,8 @@ VfW, DShow, and ALSA.
...
@@ -19,6 +19,8 @@ VfW, DShow, and ALSA.
@c man end DESCRIPTION
@c man end DESCRIPTION
@include authors.texi
@ignore
@ignore
@setfilename libavdevice
@setfilename libavdevice
...
@@ -29,10 +31,6 @@ ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3),
...
@@ -29,10 +31,6 @@ ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3),
libavcodec(3), libavformat(3), ffmpeg-devices(1)
libavcodec(3), libavformat(3), ffmpeg-devices(1)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/libavfilter.texi
View file @
461716d3
...
@@ -17,6 +17,8 @@ framework containing several filters, sources and sinks.
...
@@ -17,6 +17,8 @@ framework containing several filters, sources and sinks.
@c man end DESCRIPTION
@c man end DESCRIPTION
@include authors.texi
@ignore
@ignore
@setfilename libavfilter
@setfilename libavfilter
...
@@ -26,10 +28,6 @@ framework containing several filters, sources and sinks.
...
@@ -26,10 +28,6 @@ framework containing several filters, sources and sinks.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-filters(1)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-filters(1)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/libavformat.texi
View file @
461716d3
...
@@ -22,6 +22,8 @@ resource.
...
@@ -22,6 +22,8 @@ resource.
@c man end DESCRIPTION
@c man end DESCRIPTION
@include authors.texi
@ignore
@ignore
@setfilename libavformat
@setfilename libavformat
...
@@ -31,10 +33,6 @@ resource.
...
@@ -31,10 +33,6 @@ resource.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1), ffmpeg-protocols(1)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1), ffmpeg-protocols(1)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/libavutil.texi
View file @
461716d3
...
@@ -20,6 +20,8 @@ enumerations for pixel and sample formats).
...
@@ -20,6 +20,8 @@ enumerations for pixel and sample formats).
@c man end DESCRIPTION
@c man end DESCRIPTION
@include authors.texi
@ignore
@ignore
@setfilename libavutil
@setfilename libavutil
...
@@ -29,10 +31,6 @@ enumerations for pixel and sample formats).
...
@@ -29,10 +31,6 @@ enumerations for pixel and sample formats).
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-utils(1)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-utils(1)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/libswresample.texi
View file @
461716d3
...
@@ -44,6 +44,8 @@ enabled through dedicated options.
...
@@ -44,6 +44,8 @@ enabled through dedicated options.
@c man end DESCRIPTION
@c man end DESCRIPTION
@include authors.texi
@ignore
@ignore
@setfilename libswresample
@setfilename libswresample
...
@@ -53,10 +55,6 @@ enabled through dedicated options.
...
@@ -53,10 +55,6 @@ enabled through dedicated options.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-resampler(1), libavutil(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-resampler(1), libavutil(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
doc/libswscale.texi
View file @
461716d3
...
@@ -37,6 +37,8 @@ colorspaces differ.
...
@@ -37,6 +37,8 @@ colorspaces differ.
@c man end DESCRIPTION
@c man end DESCRIPTION
@include authors.texi
@ignore
@ignore
@setfilename libswscale
@setfilename libswscale
...
@@ -46,10 +48,6 @@ colorspaces differ.
...
@@ -46,10 +48,6 @@ colorspaces differ.
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-scaler(1), libavutil(3)
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-scaler(1), libavutil(3)
@c man end
@c man end
@c man begin AUTHORS
See Git history (git://source.ffmpeg.org/ffmpeg)
@c man end
@end ignore
@end ignore
@bye
@bye
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