summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer2013-03-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'efa7f4202088c70caba11d7834641bc6eaf41830': Use the avstring.h locale-independent character type functions avstring: Add locale independent versions of some ctype.h functions Conflicts: avprobe.c doc/APIchanges libavcodec/dvdsubdec.c libavcodec/utils.c libavutil/avstring.c libavutil/avstring.h libavutil/eval.c libavutil/parseutils.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavf/segment: add support to ffconcat segment listStefano Sabatini2013-03-07
| |
* | doc/texi2pod: fix @ref substitution rule, disallow "}" within the fieldsStefano Sabatini2013-03-07
| | | | | | | | Fix potential spurious substitution.
* | lavu: add escape APIStefano Sabatini2013-03-07
| | | | | | | | | | | | | | | | The escape API will be useful to perform escaping programmatically, which is required when crafting argument strings, and will be used for context printing as well. This is based on the ffescape tool code, with a few extensions and fixes.
* | lavf/concat: document the use of the files durations.Nicolas George2013-03-06
| | | | | | | | Address trac ticket #2319.
* | lavfi/deshake: support named options.Clément Bœsch2013-03-05
| |
* | doc/filters: make examples a bit more consistent.Clément Bœsch2013-03-05
| | | | | | | | | | Create dedicated subsection and itemize. Not done for every filters, but a large part is done.
* | doc/showspectrum: add some examples.Clément Bœsch2013-03-05
| |
* | lavfi: port MP stereo3d filterPaul B Mahol2013-03-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | examples/muxing: fix memory leak.Nicolas George2013-03-05
| | | | | | | | | | | | | | | | | | | | | | Do not re-call avcodec_get_context_defaults3(), it is already called by avformat_new_stream() and it leaks the codec priv_data that was already allocated. Use avformat_free_context() instead of freeing (not) everything manually. Fix trac ticket #2322.
* | doc/muxers: specify that tee needs -map.Nicolas George2013-03-05
| | | | | | | | Address trac ticket #2311.
* | doc/filters: fix short options for noise filterPaul B Mahol2013-03-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: fix degrees/radians copy/paste fail.Clément Bœsch2013-03-03
| |
* | doc/examples/demuxing: use AVFrame accessor functionsMichael Niedermayer2013-03-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Improve dump_attachment documentation.Carl Eugen Hoyos2013-02-28
| | | | | | | | Fixes ticket #2299
* | ffmpeg_opt: add -to option to specify stop timeJean First2013-02-27
| | | | | | | | | | Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/geq: improve support for formats with alpha planePaul B Mahol2013-02-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/abuffersink: add sample_rates field to AVABufferSinkParamsStefano Sabatini2013-02-24
| | | | | | | | Allow to select sample rates.
* | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer2013-02-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
| |
* | Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'Michael Niedermayer2013-02-24
|\| | | | | | | | | | | | | | | | | | | | | * 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>
| * doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun2013-02-23
| | | | | | | | | | While we do not use Automake in libav, this allows our config to be used more globally without introducing unwanted breakage.
* | lavf/concatdec: add the "duration" directive.Nicolas George2013-02-24
| |
* | doc/filters: add forgotten sentence for blend filter examplesPaul B Mahol2013-02-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/muxers: fix reference to @anchor defined in another manualStefano Sabatini2013-02-22
| | | | | | | | | | | | 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)
* | lavu/parseutils: allow MM:SS format for duration in av_parse_time()Senthilnathan M2013-02-22
| | | | | | | | | | | | | | Fix trac ticket #2258. Signed-off-by: Senthilnathan M <senthilnathan.maadasamy@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/filters: apply minor spacing fixes to boxblur docsStefano Sabatini2013-02-22
| |
* | lavfi/boxblur: add support to named optionsStefano Sabatini2013-02-22
| |
* | blend filterPaul B Mahol2013-02-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-21
|\| | | | | | | | | | | | | | | | | * 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>
| * doc: filters: Correct BNF FILTER descriptionVicente Jimenez Aguilar2013-02-20
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar2013-02-18
| | | | | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
| * doc/platform: Fix 10l typoDerek Buitenhuis2013-02-13
| | | | | | | | | | | | This error was somehow missed for months. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | lavfi/overlay: add format optionStefano Sabatini2013-02-20
| | | | | | | | | | In particular, fix misbehavior in case main and overlay input formats mismatch (e.g. YUV420 and YUV444).
* | lavfi/overlay: implement shortest optionStefano Sabatini2013-02-20
| | | | | | | | | | | | 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.
* | doc/filters: rework introductory description for decimateStefano Sabatini2013-02-20
| | | | | | | | | | In particular, dedicate first paragraph to deliver a short description of the filter.
* | lavfi/decimate: use named optionsStefano Sabatini2013-02-20
| |
* | doc/filters: apply misc fixes to drawbox documentationStefano Sabatini2013-02-20
| |
* | lavfi/histogram: overlay display mode for levels histogram modePaul B Mahol2013-02-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | eval: print() supportMichael Niedermayer2013-02-17
| | | | | | | | | | | | This allows printing values via av_log from expressions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/codecs: simple sub_charenc option documentation.Clément Bœsch2013-02-17
| |
* | doc/examples: do not allocate AVFrame directly.Nicolas George2013-02-17
| | | | | | | | | | | | | | 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.
* | lavfi/subtitles: support charenc option.Clément Bœsch2013-02-17
| |
* | lavfi/mp: drop mp=kerndeint filterStefano Sabatini2013-02-17
| | | | | | | | The filter has been natively integrated into libavfilter.
* | lavfi/mp: drop mp=unsharp filterStefano Sabatini2013-02-17
| | | | | | | | | | The native filter is equivalent from the point of view of the features and of performances.
* | lavfi/unsharp: add check on matrix x/y size values oddityStefano Sabatini2013-02-17
| |
* | lavfi: port MP noise filterPaul B Mahol2013-02-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/unsharp: extend range for amount values, to reflect the behavior of ↵Stefano Sabatini2013-02-16
| | | | | | | | | | | | mp=unsharp Also update the documentation accordingly, and suggest a meaningful range.
* | doc/filters: itemize unsharp examplesStefano Sabatini2013-02-16
| | | | | | | | Also drop pointless example.