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
2013-05-03doc/filters: document asetpts in single placePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-03lavfi/testsrc: add support for color interactive commandStefano Sabatini
2013-05-03extractplanes filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-03Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521'Michael Niedermayer
* commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521': matroskaenc: add an option to put the index at the start of the file Conflicts: doc/muxers.texi libavformat/matroskaenc.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-03Merge commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5'Michael Niedermayer
* commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5': avcodec: Add field order information to AVCodecParserContext. Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-03matroskaenc: add an option to put the index at the start of the fileAnton Khirnov
2013-05-03avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-05-01Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer
* commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876': lavfi: add trim and atrim filters. Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01Merge commit 'b472938233b98178ed6c1353c37e0dc7ab585902'Michael Niedermayer
* commit 'b472938233b98178ed6c1353c37e0dc7ab585902': lavfi: add an asetpts filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/f_setpts.c libavfilter/setpts.c libavfilter/version.h libavfilter/vf_setpts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01doc/filters: fix scale example equivalence.Clément Bœsch
scale=w=200:h=100 and scale=w=200:h=100 are of course equivalent...
2013-05-01doc/filters: replace hqdn3d with smartblur in timeline section.Clément Bœsch
hqdn3d needs some adjustements before timeline support can be restored (patch welcome).
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-30lavfi: add an asetpts filterAnton Khirnov
2013-04-30lavfi/stereo3d: add support for alternating frames input & output formatPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-28lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini
From various tests, there is no evidence that the filter is faster than the native tinterlace, and it has several more limitations and a few bugs. See thread: Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper Date: Wed, 5 Sep 2012 00:26:01 +0200
2013-04-28doc/filters: apply various general fixes to vidstabdetect docsStefano Sabatini
Adopt generally used conventions, extend and clarify explanations.
2013-04-27doc/filters: update/extend transpose filter documentationStefano Sabatini
In particular, deprecate numerical values for the dir option.
2013-04-27doc/filters: readjust w/h option descriptionsStefano Sabatini
2013-04-27doc/filters: fix grammar for removelogo filter doc sentenceStefano Sabatini
2013-04-27astats filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-27doc/filters: remove non-existent ft_load_flags entryPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-26doc/filters: fix afade 2nd examplePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-26lavfi/unsharp: add opencl unsharp filterhighgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-25doc/filters: put vidstab filters documentation in a sensible orderStefano Sabatini
2013-04-25doc/filters: remove "q" constant docs for noise modeStefano Sabatini
It was removed in 62447248f3e5eb95dbd9f123696321903d4d0921.
2013-04-25doc: remove all-components.texi, include its content verbatimStefano Sabatini
Force re-generation of the manuals when an included file is modified. The current dependency generation system is enable to track nested inclusions. The drawback is that the files will be generated even when there is no strict need (for example if filters.texi is modified, ffmpeg.1 is rebuilt), thus it trades a false negative with a false positive.
2013-04-25Merge commit 'fc18cc44ebfae07da153dc782572e7ce2f6fe47d'Michael Niedermayer
* commit 'fc18cc44ebfae07da153dc782572e7ce2f6fe47d': fate: add CVFC1_Sony_C to h264 conformance tests doc/APIchanges: add missing hashes and dates Conflicts: doc/APIchanges tests/fate/h264.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-24doc/filters: reword vidstab options intro.Clément Bœsch
2013-04-24lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius
vidstabdetect and vidstabtransform common functions for interfacing vid.stab are in libavfilter/vidstabutils.c Signed-off-by: Georg Martius <martius@mis.mpg.de>
2013-04-24doc/filters: amend documentation for the hue filterStefano Sabatini
Make clear that the options accept an expression.
2013-04-24doc/filters: introduce example in vflip filterStefano Sabatini
2013-04-24doc/filters: split luma/chroma descriptions for unsharp optionStefano Sabatini
Honour declaration order in filter implementation, for shorthand consistency.
2013-04-24doc/APIchanges: add missing hashes and datesAnton Khirnov
2013-04-24doc/filters: sort multimedia filters by nameStefano Sabatini
Also favor the video filter name for indexing, in case there is an a* audio filter variant.
2013-04-23doc/filters: document geq rgb modeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-23avfilter/drawtext: add pict_type supportMichael Niedermayer
Fixes Ticket2470 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-23lavfi/overlay: support timeline through the new system.Clément Bœsch
2013-04-23lavfi: add 'enable' command injection to filters supporting timeline.Clément Bœsch
2013-04-23lavfi: add timeline support.Clément Bœsch
Flag added in a few simple filters. A bunch of other filters can likely use the feature as well.
2013-04-22JPEG 2000 decoder for DCinemaNicolas Bertrand
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-04-22lavfi: remove mp=down3drightPaul B Mahol
Same funcionality is provided by stereo3d=ab[2]{l,r}:sbs[2]{l,r}. Additional "features" are barely useful and cause crash or artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-22doc/filters: add examples for stereo3dPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-21lavfi/fade: Added ability to do video fade based on timestampAndy Martin
2013-04-21lavfi: add interleave filtersStefano Sabatini
2013-04-21lavfi: add asetrate filter.Nicolas George
2013-04-20doc/general: animated GIF are now compressed.Clément Bœsch
2013-04-20Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c'Michael Niedermayer
* commit '5e83d9aced2fc2b2e1360452794c58aba55d497c': h264: fully support cropping. Conflicts: doc/APIchanges libavcodec/h264.c libavcodec/h264_ps.c libavcodec/options_table.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-19lavc: add AV_CODEC_PROP_TEXT_SUB.Clément Bœsch
CC are not marked. Also allow potential mixed types later.
2013-04-19h264: fully support cropping.Anton Khirnov
Based on a patch by Vittorio Giovara <vittorio.giovara@gmail.com> Fixes Bug 378.
2013-04-19lavfi/afade: use AV_OPT_TYPE_DURATIONPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>