[FFmpeg-devel] [PATCH] MJPEG/AVI1 to JPEG/JFIF byte stream format filter
Stefano Sabatini
stefano.sabatini-lala
Thu Nov 4 00:23:47 CET 2010
On date Wednesday 2010-11-03 23:52:31 +0100, Nicolas George encoded:
> Le tridi 13 brumaire, an CCXIX, Stefano Sabatini a ?crit?:
> > This doc is great and it should deserve its place in bitstreams.texi,
> > would you mind to create that as well (possibly as a separate patch)?
>
> Something like that?
>
> > stray empty line
> > named fields.
>
> Fixed.
>
> Regards,
>
> --
> Nicolas George
> Makefile | 2 +-
> doc/bitstream_filters.texi | 28 ++++++++++++++++++++++++++++
> doc/ffmpeg-doc.texi | 1 +
> 3 files changed, 30 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index e9d9854..e52d5c5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -115,7 +115,7 @@ documentation: $(addprefix doc/, developer.html faq.html general.html libavfilte
>
> $(HTMLPAGES) $(MANPAGES): doc/fftools-common-opts.texi
>
> -doc/ffmpeg.pod doc/ffmpeg-doc.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
> +doc/ffmpeg.pod doc/ffmpeg-doc.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
> doc/ffplay.pod doc/ffplay-doc.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
> doc/ffprobe.pod doc/ffprobe-doc.html: doc/indevs.texi doc/protocols.texi
>
> diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
> new file mode 100644
> index 0000000..d2c495a
> --- /dev/null
> +++ b/doc/bitstream_filters.texi
> @@ -0,0 +1,28 @@
> + at chapter Bitstream Filters
> + at c man begin BIT STREAM FILTERS
Maybe this should be BITSTREAM or BIT-STREAM (I'd prefer BITSTREAM as
less problematic when grepping).
> +Below is a description of the currently available bitstream filters.
Missing some notes (which you can copy&paste&edit from the other
similar texi files) about the bsfs configuration.
[...]
Rest looks OK, much thank.
--
FFmpeg = Fanciful & Formidable Multimedia Powered Empowered Goblin
More information about the ffmpeg-devel
mailing list