Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-12-26doc/resampler: extend docs for min_comp and min_hard_comp optionsStefano Sabatini
Based on the text from the aresample filter docs.
2012-12-24doc/filters: remove outdated commentsStefano Sabatini
Audio API should not be considered unstable any longer, and mentioning VHOOK is confusing, as it was removed 4 years ago.
2012-12-24doc: stop generating syntax.html.Clément Bœsch
Just like doc/eval.texi, this file is meant to be included from ffmpeg-utils.texi, and not to be used as a standalone documentation.
2012-12-24NIST SPHERE demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-12-23doc/ffserver: fix a few typo.Clément Bœsch
2012-12-23docs: add aresample/async exampleMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-23lavfi: add pp filter.Clément Bœsch
Ported from MPlayer. Original author is A'rpi, with various contributions from Michael Niedermayer. The original documentation was mostly written by Diego Biurrun. See the MPlayer history for full credits. The filter is under GPL like the original filter, even if it differs quite a lot. There is not much point in making it LGPL since pp is under GPL.
2012-12-23doc/ffmpeg-resampler: mention that the options also work with the aresample ↵Michael Niedermayer
filter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-23docs: point to aresample from asyncts docsMichael Niedermayer
"Fixes" Ticket2036 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-22doc/filters: reword introduction sentence of aformat.Clément Bœsch
2012-12-22doc/filters: simplify escaping in aformat.Clément Bœsch
Escaping the '=' is not necessary, and quoting the arguments allow to remove the comma escaping as well.
2012-12-22doc/filters: add overlay daisy-chaining exampleStefano Sabatini
2012-12-22doc/filters: rework and itemize examples for the overlay filterStefano Sabatini
2012-12-22lavfi/overlay: make use of av_opt_set_from_string()Stefano Sabatini
Simplify.
2012-12-22doc/filters: rename reference to movie filter from "src_movie" to "movie"Stefano Sabatini
Should be less confusing.
2012-12-22doc/default.css: use ffmpeg.org website CSSStefano Sabatini
The attribute container of the top-level div is changed from "class" to "id" to match the website CSS. Improve consistency between website docs and local documentation style.
2012-12-22doc: move HTML CSS to a dedicated file default.cssStefano Sabatini
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
* commit '511cf612ac979f536fd65e14603a87ca5ad435f3': miscellaneous typo fixes Conflicts: libavcodec/4xm.c libavcodec/lagarith.c libavcodec/parser.c libavcodec/ratecontrol.c libavcodec/shorten.c libavcodec/vda_h264.c libavformat/dvenc.c libavformat/wtv.c tools/patcheck Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-21doc: remove inclusion of libav* documentation in toolsStefano Sabatini
This shrinks the tool manuals to a manageable size. Relevant manuals are referenced in the "See Also" chapter. Overall documentation inclusion should still be possible through the use of a conditional variable set during configuration time, if someone feels the need for a huge-wall-of-text-fashioned manual.
2012-12-21doc/ffmpeg-formats: include metadata chapterStefano Sabatini
The metadata muxer/demuxer belongs to the formats documentation.
2012-12-20lavfi: add an accessor for ref->audio->channels.Nicolas George
2012-12-20doc/general: sort subtitles formats.Clément Bœsch
2012-12-20doc/faq: move filter links to the ffmpeg-filters.html page.Clément Bœsch
2012-12-20doc/faq: improve concatenation entry.Clément Bœsch
2012-12-19doc: remove mention of fifo filter in the introduction.Clément Bœsch
It's confusing and not necessary, especially in the introduction.
2012-12-19doc: extend "See Also" chapters in library manualsStefano Sabatini
In particular, make "See Also" chapter rendered in HTML output.
2012-12-19doc: extend "See Also" chapters in component manualsStefano Sabatini
In particular, make "See Also" chapter rendered in HTML output.
2012-12-19doc: extend "See Also" chapter rendering for ff* toolsStefano Sabatini
Add more references, and generate alternative variants for HTML and POD output. In particular, this allows to render a "See Also" chapter in the HTML output.
2012-12-19doc: rework synopsis section for ff* toolsStefano Sabatini
Fix syntax, remove pointless introductory sentence, improve overall consistency.
2012-12-19doc: use a common authors.texi file blurbStefano Sabatini
Factorize.
2012-12-19doc/texi2pod: rework man inclusion logicStefano Sabatini
Ignore @c man begin ... @c man end comments, rely on @chapter for marking the beginning of the various manual top level sections. This allows us to write markup which is not dependent on the specific texi2pod.pl implementation. This change causes a few rendering issues, which will be fixed in further patches.
2012-12-19doc/filters: reformat and rework gradfun.Clément Bœsch
Note that examples are changed.
2012-12-19lavfi/gradfun: support named options.Clément Bœsch
This breaks usage for out-of-range values.
2012-12-19lavfi/gradfun: reduce up limit for threshold.Clément Bœsch
This will prevent an overflow in the SSSE3 and MMX filter_line code: delta is expressed as an u16 being shifted by 2 to the left. If it overflows, having a strength not above 64 will make sure that m is set to 0 (making the m*m*delta >> 14 expression void). A value above 64 should not make any sense unless gradfun is used as a blur filter.
2012-12-18avfilter: add apad filterMichael Niedermayer
This filter pads an audio stream with silence It can together with -shortest be used to extend audio streams to the same length as video. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-18Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch
2012-12-18doc/ffmpeg-bitstream-filters: fix typo in titleStefano Sabatini
2012-12-18doc/indevs: update syntax for the color filter in the lavfi device examplesStefano Sabatini
2012-12-18doc/texi2pod: correctly handle @url commands in the form @url{URL,...}Stefano Sabatini
Ignore the other arguments, which have not to be processed by the POD renderer.
2012-12-18doc/Makefile: add docclean ruleStefano Sabatini
This allows to clean the doc directory from the parent project dir. The command: make -C doc clean does not work as long as the paths specified in doc/Makefile are relative to the parent dir. Also it is consitent with "testclean" and "distclean" targets.
2012-12-18doc/texi2pod: add support to @ifhtml and @ifnothtml directivesStefano Sabatini
With these commands it is possible to add HTML and non-HTML snippets, which will be useful for the "See Also" manual chapters.
2012-12-18doc: remove references to external documentsStefano Sabatini
Fix a few warnings generated when creating the manuals. Our current doc generation toolchain does not allow to reference external documents.
2012-12-17Silicon Graphics Movie (.mv) demuxerPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17SGI RLE 8-bit decoderPeter Ross
Signed-off-by: Peter Ross <pross@xvid.org>
2012-12-17doc/examples/resampling_audio.c: fix pathMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-16doc/filters: fix "Dolby Pro Logic II" option nameMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-16ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini
Fail with a meaningfull error message in case of bogus input. Also the new options are more consistent with the rest of the tool options, since it does not support generic stream specifiers.
2012-12-16doc/filters: remove @example use for showing syntaxStefano Sabatini
I forgot to merge with the previous commit.