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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-12-31Add PJS subtitles demuxer and decoder.Clément Bœsch
2012-12-31Add AQTitle subtitles demuxer.Clément Bœsch
2012-12-31Add MPlayer subtitles demuxer.Clément Bœsch
2012-12-31Add VPlayer subtitles demuxer and decoder.Clément Bœsch
Note that the linebreaks text codec option (but not the feature) has been removed; its main goal was to allow demuxers to configure the text decoder (and not meant to be used by users), but the AVOption are not a viable solution. This is solved differently in this commit.
2012-12-31Add MPL2 subtitles demuxer and decoder.Clément Bœsch
2012-12-30lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-12-30doc/filters: drop duplicated description of resampler options in aresample docsStefano Sabatini
Avoid duplication, and point to the complete description of options. Also provide a more complete specification of the supported syntax.
2012-12-30Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer
* commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405': hlsenc: check append_entry return value hlsenc: use the basename to generate the list entries avstring: add av_basename and av_dirname Conflicts: Changelog doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
Thread safe version of the common basename and dirname.
2012-12-28lavf/segment: add segment_frames optionStefano Sabatini
This is meant to address trac ticket #1483.
2012-12-28lavf/segment: add reference_stream optionStefano Sabatini
2012-12-27doc/encoders: clarify the direction of the quality setting parameters for ↵Stefano Sabatini
libtheora
2012-12-27doc/ffmpeg-formats: extend documentation for the probesize parameterStefano Sabatini
2012-12-27docs: add soxr documentationRob Sykes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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>