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
2014-09-05add silenceremove filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-09-05doc/filters.texi: fix time duration referencesMark Harris
Make time duration references consistent, using @ref links, and eliminate incorrect syntax [-]HH[:MM[:SS[.m...]]]. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-09-04Use makeinfo to generate html doc for the new websiteTimothy Gu
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes. Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>. Fixes Trac ticket #3232. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-09-03doc/demuxers: document gif demuxerLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2014-09-03Merge commit '94f084324e648876508bed546d950762f10b875e'Michael Niedermayer
* commit '94f084324e648876508bed546d950762f10b875e': texi2pod: Make it output a single encoding string Conflicts: doc/texi2pod.pl See: 12ce58bebdff6bfae9c56dc785e3003968f93277 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03texi2pod: Make it output a single encoding stringLuca Barbato
Intermixing =encoding utf-8 in the file can confuse some pod2man implementations.
2014-09-02build sys: enable the decoding_encoding example under the ffmpeg/doc/examplesRong Yan
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-01doc/filters.texi: fix filter name in examplesMark Harris
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-01general: Fix usage of @floatTimothy Gu
makeinfo chokes on that. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-29Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'Michael Niedermayer
* commit '9301486408a480629336af4d7fd873c0f28fb2d5': avcodec: add stream-level stereo3d side data Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/utils.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-28avcodec: add stream-level stereo3d side dataVittorio Giovara
2014-08-28doc/ffprobe: fix -show_entries exampleStefano Sabatini
2014-08-28Adds support for setting aq_mode in libvpx encoderDeb Mukherjee
Reviewed-by: James Zern <jzern@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
2014-08-28Replace incorrect use of "multiply" with "multiple"James Darnley
Also replace the plural form "multiplies" with "multiples".
2014-08-26Merge commit '56a721f020273d69daa8dcb0d99e42a43a0a0d4d'Michael Niedermayer
* commit '56a721f020273d69daa8dcb0d99e42a43a0a0d4d': doc: fix a typo Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-26doc: fix a typoGabriel Dume
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2014-08-26doc/snow: remove possibly wrong todo itemMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-25doc/APIchanges: fill in dates and hashesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-25Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer
* commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d': lavf: add AVFormatContext.max_ts_probe Conflicts: doc/APIchanges libavformat/avformat.h libavformat/utils.c libavformat/version.h lavf-fate/mp3 changes as the estimated input bitrate changes and that is copied to the output Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-25Merge commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6'Michael Niedermayer
* commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6': doc/APIchanges: fill in missing hashes and dates Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
It allows to configure how long will avformat_find_stream_info() wait to get the first timestamp.
2014-08-25doc/APIchanges: fill in missing hashes and datesAnton Khirnov
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-24doc/ffmpeg: Try to clarify that the input option -r is not the same as ↵Carl Eugen Hoyos
-framerate.
2014-08-23doc/filters: fix Shwo/Show typoClément Bœsch
2014-08-23dict.c: Free non-strduped av_dict_set arguments on error.Reimar Döffinger
Unfortunately this was not explicitly documented and thus might be risky. But all uses I could find in FFmpeg and one in VLC had a memleak in these cases, and I could not find any that relied on the previous behaviour. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-23avfilter/showcqt: add fontcolor optionMuhammad Faiz
2014-08-21doc/filters/apad: extend documentationStefano Sabatini
2014-08-21doc/APIChanges: fill 2 hashes from my recent API additionsClément Bœsch
2014-08-21avutil/motion_vector.h: fix coordinate typesClément Bœsch
See b0352b1997a83f1b6b27919b94aab539f099b25b for more information on the feature.
2014-08-21doc/filters: fix cline option name recently addedClément Bœsch
2014-08-21avfilter/showwaves: add split_channels optionClément Bœsch
2014-08-21avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch
2014-08-20doc/ffmpeg: fix metadata language exampleLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2014-08-18avcodec: export motion vectors in frame side data on demandClément Bœsch
The reasoning behind this addition is that various third party applications are interested in getting some motion information out of a video "for free" when it is available. It was considered to export other information as well (such as the intra information about the block, or the quantization) but the structure might have ended up into a half full-generic, half full of codec specific cruft. If more information is necessary, it should either be added in the "flags" field of the AVMotionVector structure, or in another side-data. This commit also includes an example exporting them in a CSV stream.
2014-08-18doc: Change wrong term to avoid confusionGabriel Dume
A function declaration is the prototype. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2014-08-18ffserver: deprecate Port and BindAddress options in favor of HTTPPort and ↵Stefano Sabatini
HTTPBindAddress The new option names are more explicit. Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-08-17ffprobe: add -show_data_hash option.Nicolas George
2014-08-16swresample: Add AVFrame based APIMichael Niedermayer
Based on commit fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 by Luca Barbato <lu_zero@gentoo.org> Adapted for libswresample by Michael Niedermayer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-16dict.c: Add av_dict_set_int helper function.Reimar Döffinger
This allows getting rid of the many, slightly differing, implementations of basically the same thing. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-08-14lavfi/avf_showspectrum: add full frame sliding mode.Nicolas George
2014-08-14doc: fix toolnameMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-14Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer
* commit '481a3667495425db9fdffb653292b6460fb68208': cmdutils: allow matching by metadata in stream specifiers Conflicts: Changelog cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-14Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'Michael Niedermayer
* commit '8ddc32629a6d6be77256694c9e322dde134609f3': mem: add av_strndup() for duplicating substrings Conflicts: libavutil/mem.c libavutil/mem.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-14Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14'Michael Niedermayer
* commit '7e38903b5c86a759549e70647ae42bb22d353b14': http: enable icy metadata by default. Conflicts: Changelog libavformat/http.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-14Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer
* commit 'a8c104a511f97e4ea617df73b31737e28a8a5126': AVOption: add support for dictionary types. Conflicts: libavutil/opt.c libavutil/opt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-14Merge commit 'afbd4b7e093adf6d7a830b32759ca3ba8500363d'Michael Niedermayer
* commit 'afbd4b7e093adf6d7a830b32759ca3ba8500363d': lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen. Conflicts: libavformat/avformat.h libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-13cmdutils: allow matching by metadata in stream specifiersAnton Khirnov
2014-08-13mem: add av_strndup() for duplicating substringsAnton Khirnov
2014-08-13doc/filters: correct confusing statements about *showinfo shown valuesStefano Sabatini
Fix trac issue #3850.