summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/faq: add -start_number exampleLou Logan2013-01-02
| | | | | | Also add example showing cat piping images to ffmpeg. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* examples/muxing: improve error messages.Nicolas George2013-01-02
| | | | | Illustrate the use of return values, av_err2str and avcodec_get_name.
* doc/muxers: adopt new -codec:SPEC syntax in segment exampleStefano Sabatini2013-01-02
|
* doc/muxers: add a dedicated section for segment examplesStefano Sabatini2013-01-02
|
* doc/muxers: fix typos in the segment chapterStefano Sabatini2013-01-02
|
* lavf: add data: URI scheme.Nicolas George2013-01-01
|
* doc/resampler: remove .html from link text.Clément Bœsch2013-01-01
|
* Sony Wave64 muxerPaul B Mahol2012-12-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-31
|
* Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-30
|
* Add AQTitle subtitles demuxer.Clément Bœsch2012-12-30
|
* Add MPlayer subtitles demuxer.Clément Bœsch2012-12-30
|
* Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-30
| | | | | | | 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.
* Add MPL2 subtitles demuxer and decoder.Clément Bœsch2012-12-30
|
* lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley2012-12-30
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/filters: drop duplicated description of resampler options in aresample docsStefano Sabatini2012-12-30
| | | | | Avoid duplication, and point to the complete description of options. Also provide a more complete specification of the supported syntax.
* Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer2012-12-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
| | | | | | | | Thread safe version of the common basename and dirname.
* | lavf/segment: add segment_frames optionStefano Sabatini2012-12-28
| | | | | | | | This is meant to address trac ticket #1483.
* | lavf/segment: add reference_stream optionStefano Sabatini2012-12-28
| |
* | doc/encoders: clarify the direction of the quality setting parameters for ↵Stefano Sabatini2012-12-27
| | | | | | | | libtheora
* | doc/ffmpeg-formats: extend documentation for the probesize parameterStefano Sabatini2012-12-27
| |
* | docs: add soxr documentationRob Sykes2012-12-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/resampler: extend docs for min_comp and min_hard_comp optionsStefano Sabatini2012-12-26
| | | | | | | | Based on the text from the aresample filter docs.
* | doc/filters: remove outdated commentsStefano Sabatini2012-12-24
| | | | | | | | | | Audio API should not be considered unstable any longer, and mentioning VHOOK is confusing, as it was removed 4 years ago.
* | doc: stop generating syntax.html.Clément Bœsch2012-12-24
| | | | | | | | | | 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.
* | NIST SPHERE demuxerPaul B Mahol2012-12-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/ffserver: fix a few typo.Clément Bœsch2012-12-23
| |
* | docs: add aresample/async exampleMichael Niedermayer2012-12-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add pp filter.Clément Bœsch2012-12-23
| | | | | | | | | | | | | | | | | | | | | | 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.
* | doc/ffmpeg-resampler: mention that the options also work with the aresample ↵Michael Niedermayer2012-12-23
| | | | | | | | | | | | filter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | docs: point to aresample from asyncts docsMichael Niedermayer2012-12-22
| | | | | | | | | | | | "Fixes" Ticket2036 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: reword introduction sentence of aformat.Clément Bœsch2012-12-22
| |
* | doc/filters: simplify escaping in aformat.Clément Bœsch2012-12-22
| | | | | | | | | | Escaping the '=' is not necessary, and quoting the arguments allow to remove the comma escaping as well.
* | doc/filters: add overlay daisy-chaining exampleStefano Sabatini2012-12-22
| |
* | doc/filters: rework and itemize examples for the overlay filterStefano Sabatini2012-12-22
| |
* | lavfi/overlay: make use of av_opt_set_from_string()Stefano Sabatini2012-12-22
| | | | | | | | Simplify.
* | doc/filters: rename reference to movie filter from "src_movie" to "movie"Stefano Sabatini2012-12-22
| | | | | | | | Should be less confusing.
* | doc/default.css: use ffmpeg.org website CSSStefano Sabatini2012-12-22
| | | | | | | | | | | | | | 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.
* | doc: move HTML CSS to a dedicated file default.cssStefano Sabatini2012-12-22
| |
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * miscellaneous typo fixesDiego Biurrun2012-12-21
| |
* | doc: remove inclusion of libav* documentation in toolsStefano Sabatini2012-12-20
| | | | | | | | | | | | | | | | | | 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.
* | doc/ffmpeg-formats: include metadata chapterStefano Sabatini2012-12-20
| | | | | | | | The metadata muxer/demuxer belongs to the formats documentation.
* | lavfi: add an accessor for ref->audio->channels.Nicolas George2012-12-20
| |
* | doc/general: sort subtitles formats.Clément Bœsch2012-12-20
| |
* | doc/faq: move filter links to the ffmpeg-filters.html page.Clément Bœsch2012-12-20
| |
* | doc/faq: improve concatenation entry.Clément Bœsch2012-12-20
| |
* | doc: remove mention of fifo filter in the introduction.Clément Bœsch2012-12-19
| | | | | | | | It's confusing and not necessary, especially in the introduction.
* | doc: extend "See Also" chapters in library manualsStefano Sabatini2012-12-19
| | | | | | | | In particular, make "See Also" chapter rendered in HTML output.