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-02-25lavfi/geq: improve support for formats with alpha planePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-25lavfi/abuffersink: add sample_rates field to AVABufferSinkParamsStefano Sabatini
Allow to select sample rates.
2013-02-24Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer
* commit '9f1223562e134bac6345a465870b9d56ff7d60cf': lavfi: connect libavresample options to af_resample via AVFilterGraph Conflicts: doc/APIchanges libavfilter/avfiltergraph.c libavfilter/avfiltergraph.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-24Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'Michael Niedermayer
* commit '040c565e51985477a8fa5e42d2ddfb26ebde6608': doc: developer: Allow tabs in the vim configuration for Automake files Remove pointless av_cold attributes in header files Conflicts: libavcodec/h264.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-24lavf/concatdec: add the "duration" directive.Nicolas George
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-23doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun
While we do not use Automake in libav, this allows our config to be used more globally without introducing unwanted breakage.
2013-02-23doc/filters: add forgotten sentence for blend filter examplesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-23doc/muxers: fix reference to @anchor defined in another manualStefano Sabatini
In particular, fix warnings: *** Undefined node `quoting_and_escaping' in @ref (in doc/muxers.texi l. 767) *** Undefined node `quoting_and_escaping' in @ref (in doc/muxers.texi l. 772)
2013-02-23lavu/parseutils: allow MM:SS format for duration in av_parse_time()Senthilnathan M
Fix trac ticket #2258. Signed-off-by: Senthilnathan M <senthilnathan.maadasamy@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-02-22doc/filters: apply minor spacing fixes to boxblur docsStefano Sabatini
2013-02-22lavfi/boxblur: add support to named optionsStefano Sabatini
2013-02-22blend filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: dxva2: Add missing #define to make header compile standalone arm: vp8: Add missing #includes for header to compile standalone doc: filters: Correct BNF FILTER description Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-20lavfi/overlay: add format optionStefano Sabatini
In particular, fix misbehavior in case main and overlay input formats mismatch (e.g. YUV420 and YUV444).
2013-02-20lavfi/overlay: implement shortest optionStefano Sabatini
Force termination when the overlay stream ends. Simplify scripting logic, for example when an infinite source is used to generate a background for a composite video.
2013-02-20doc/filters: rework introductory description for decimateStefano Sabatini
In particular, dedicate first paragraph to deliver a short description of the filter.
2013-02-20lavfi/decimate: use named optionsStefano Sabatini
2013-02-20doc/filters: apply misc fixes to drawbox documentationStefano Sabatini
2013-02-20doc: filters: Correct BNF FILTER descriptionVicente Jimenez Aguilar
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-02-19lavfi/histogram: overlay display mode for levels histogram modePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-18doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar
Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
2013-02-17eval: print() supportMichael Niedermayer
This allows printing values via av_log from expressions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-17doc/codecs: simple sub_charenc option documentation.Clément Bœsch
2013-02-17doc/examples: do not allocate AVFrame directly.Nicolas George
The size of the AVFrame structure is not part of the ABI; it can grow with later versions. Therefore, applications are not supposed to allocate AVFrame directly, they are supposed to use avcodec_alloc_frame() instead.
2013-02-17lavfi/subtitles: support charenc option.Clément Bœsch
2013-02-17lavfi/mp: drop mp=kerndeint filterStefano Sabatini
The filter has been natively integrated into libavfilter.
2013-02-17lavfi/mp: drop mp=unsharp filterStefano Sabatini
The native filter is equivalent from the point of view of the features and of performances.
2013-02-17lavfi/unsharp: add check on matrix x/y size values oddityStefano Sabatini
2013-02-16lavfi: port MP noise filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-16lavfi/unsharp: extend range for amount values, to reflect the behavior of ↵Stefano Sabatini
mp=unsharp Also update the documentation accordingly, and suggest a meaningful range.
2013-02-16doc/filters: itemize unsharp examplesStefano Sabatini
Also drop pointless example.
2013-02-16lavfi/unsharp: use named options, and add missing checks on matrix size valuesStefano Sabatini
In particular, avoid out-of-buffer access and crashes with too big values, and rework documentation accordingly.
2013-02-15doc: fix reference to ffmpeg-bitstream-filters.html pageStefano Sabatini
2013-02-15lavfi/unsharp: use the same macros used in the original MP filterStefano Sabatini
Remove possibly pointless inconsistency with the ported code. Also specify parameter value ranges consistent with those of the ported filter.
2013-02-15examples/scaling_video: fix typoStefano Sabatini
2013-02-15doc/APIchanges: List merge commit hashes and version numbersMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-15Fix a few "its" vs "it's" typo.Clément Bœsch
2013-02-15doc/resampler: fix two typo.Clément Bœsch
2013-02-15apichanges: fix 2 wrong hashesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-14apichanges: Use , instead of / to seperate multiple hashesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-14apichanges: fix dateMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-14lavfi: remove softskip libmpcodecs wrapperPaul B Mahol
It is supposed to be used with mencoder only and does nothing when used with ffmpeg. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-14lavfi: remove dsize libmpcodecs wrapperPaul B Mahol
Filter does nothing, and supposed funcionality is already available with native filter(s). Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-02-14doc/APIchanges: fix odd .01 versionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-14doc/platform: Fix 10l typoDerek Buitenhuis
This error was somehow missed for months. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-02-13doc/dev: clarify public symbols prefixes.Clément Bœsch
2013-02-13lavf/concatdec: allow probing.Nicolas George
2013-02-13lavf/concatdec: add signature directive.Nicolas George
2013-02-13lavf/concatdec: add safe option.Nicolas George