Browse Source

doc: use a common authors.texi file blurb

Factorize.
tags/n1.1
Stefano Sabatini 12 years ago
parent
commit
461716d3bf
21 changed files with 55 additions and 80 deletions
  1. +11
    -0
      doc/authors.texi
  2. +2
    -4
      doc/ffmpeg-bitstream-filters.texi
  3. +2
    -4
      doc/ffmpeg-codecs.texi
  4. +2
    -4
      doc/ffmpeg-devices.texi
  5. +2
    -4
      doc/ffmpeg-filters.texi
  6. +2
    -4
      doc/ffmpeg-formats.texi
  7. +2
    -4
      doc/ffmpeg-protocols.texi
  8. +4
    -4
      doc/ffmpeg-resampler.texi
  9. +2
    -4
      doc/ffmpeg-scaler.texi
  10. +2
    -4
      doc/ffmpeg-utils.texi
  11. +2
    -4
      doc/ffmpeg.texi
  12. +2
    -4
      doc/ffplay.texi
  13. +2
    -4
      doc/ffprobe.texi
  14. +2
    -4
      doc/ffserver.texi
  15. +4
    -4
      doc/libavcodec.texi
  16. +2
    -4
      doc/libavdevice.texi
  17. +2
    -4
      doc/libavfilter.texi
  18. +2
    -4
      doc/libavformat.texi
  19. +2
    -4
      doc/libavutil.texi
  20. +2
    -4
      doc/libswresample.texi
  21. +2
    -4
      doc/libswscale.texi

+ 11
- 0
doc/authors.texi View File

@@ -0,0 +1,11 @@
@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.

+ 2
- 4
doc/ffmpeg-bitstream-filters.texi View File

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

+ 2
- 4
doc/ffmpeg-codecs.texi View File

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

+ 2
- 4
doc/ffmpeg-devices.texi View File

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

+ 2
- 4
doc/ffmpeg-filters.texi View File

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

+ 2
- 4
doc/ffmpeg-formats.texi View File

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

+ 2
- 4
doc/ffmpeg-protocols.texi View File

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

+ 4
- 4
doc/ffmpeg-resampler.texi View File

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

+ 2
- 4
doc/ffmpeg-scaler.texi View File

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

+ 2
- 4
doc/ffmpeg-utils.texi View File

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

+ 2
- 4
doc/ffmpeg.texi View File

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

+ 2
- 4
doc/ffplay.texi View File

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

+ 2
- 4
doc/ffprobe.texi View File

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

+ 2
- 4
doc/ffserver.texi View File

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

+ 4
- 4
doc/libavcodec.texi View File

@@ -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),
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

+ 2
- 4
doc/libavdevice.texi View File

@@ -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),
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

+ 2
- 4
doc/libavfilter.texi View File

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

+ 2
- 4
doc/libavformat.texi View File

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

+ 2
- 4
doc/libavutil.texi View File

@@ -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).
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

+ 2
- 4
doc/libswresample.texi View File

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

+ 2
- 4
doc/libswscale.texi View File

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

Loading…
Cancel
Save