summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* lavu/mem: add av_dynarray2_add()Stefano Sabatini2013-05-13
| | | | | | | | | Based on a patch by Clément Bœsch. See thread: From: Clément Bœsch <ubitux@gmail.com> Subject: [FFmpeg-devel] [PATCH 1/5] lavu: add av_dynarray_alloc_elem(). Date: Sun, 14 Apr 2013 03:07:54 +0200
* pngenc: Add 'dpi', 'dpm' optionsAndrey Utkin2013-05-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: split item options which are not aliases.Clément Bœsch2013-05-12
|
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
| | | | | | | | | | With the introduction of AVFilterContext->is_disabled, we can simplify the custom passthrough mode in filters. This commit is technically a small compat break, but the timeline was introduced very recently. Doxy by Stefano Sabatini.
* Merge remote-tracking branch 'jamrial/adpcm'Michael Niedermayer2013-05-12
|\ | | | | | | | | | | | | | | | | | | | | | | * jamrial/adpcm: ADPCM IMA Radical decoder RedSpark demuxer RSD demuxer adpcm_thp: Allow the use of extradata for the adpcm table ADP demuxer ADPCM DTK decoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ADPCM IMA Radical decoderJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * RedSpark demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * RSD demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * ADP demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * ADPCM DTK decoderJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc/filters: remove duplicated abuffer docsStefano Sabatini2013-05-11
| |
* | doc/filters: sort audio filters by nameStefano Sabatini2013-05-11
|/
* lavfi: avectorscope filterPaul B Mahol2013-05-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '481575d255195c6c2f32e04686b94de984ae78d4'Michael Niedermayer2013-05-08
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '481575d255195c6c2f32e04686b94de984ae78d4': avconv: remove -deinterlace Conflicts: Changelog doc/ffmpeg.texi ffmpeg.c ffmpeg_opt.c The merge removes the documentation for the deprecated -deinterlace the code itself has already been replaced a while ago by code that inserts yadif, that insertion code is left in place. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove -deinterlaceAnton Khirnov2013-05-07
| | | | | | | | | | It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
* | Merge commit 'b1ee8eec849f17fce2f411a297de9cbf2edaeb3a'Michael Niedermayer2013-05-05
|\| | | | | | | | | | | | | | | | | | | * commit 'b1ee8eec849f17fce2f411a297de9cbf2edaeb3a': configure: Add basic valgrind-memcheck support Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add basic valgrind-memcheck supportReinhard Tartler2013-05-04
| | | | | | | | | | | | | | | | With the parameter --valgrind-memcheck, the configure script sets reasonable defaults that can be overridden as explained in the documentation. The idea of using set_defaults is from Luca Barbato.
| * silly typo fixesDiego Biurrun2013-05-03
| |
* | doc/filters: document asetpts in single placePaul B Mahol2013-05-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/testsrc: add support for color interactive commandStefano Sabatini2013-05-03
| |
* | extractplanes filterPaul B Mahol2013-05-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521'Michael Niedermayer2013-05-03
|\| | | | | | | | | | | | | | | | | | | | | | | * 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>
| * matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-03
| |
* | Merge commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5'Michael Niedermayer2013-05-03
|\| | | | | | | | | | | | | | | | | | | | | * commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5': avcodec: Add field order information to AVCodecParserContext. Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-03
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer2013-05-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * lavfi: add trim and atrim filters.Anton Khirnov2013-04-30
| |
* | Merge commit 'b472938233b98178ed6c1353c37e0dc7ab585902'Michael Niedermayer2013-05-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * lavfi: add an asetpts filterAnton Khirnov2013-04-30
| |
* | doc/filters: fix scale example equivalence.Clément Bœsch2013-05-01
| | | | | | | | scale=w=200:h=100 and scale=w=200:h=100 are of course equivalent...
* | doc/filters: replace hqdn3d with smartblur in timeline section.Clément Bœsch2013-05-01
| | | | | | | | | | hqdn3d needs some adjustements before timeline support can be restored (patch welcome).
* | lavfi/stereo3d: add support for alternating frames input & output formatPaul B Mahol2013-04-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini2013-04-28
| | | | | | | | | | | | | | | | | | | | 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
* | doc/filters: apply various general fixes to vidstabdetect docsStefano Sabatini2013-04-28
| | | | | | | | Adopt generally used conventions, extend and clarify explanations.
* | doc/filters: update/extend transpose filter documentationStefano Sabatini2013-04-27
| | | | | | | | In particular, deprecate numerical values for the dir option.
* | doc/filters: readjust w/h option descriptionsStefano Sabatini2013-04-27
| |
* | doc/filters: fix grammar for removelogo filter doc sentenceStefano Sabatini2013-04-27
| |
* | astats filterPaul B Mahol2013-04-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: remove non-existent ft_load_flags entryPaul B Mahol2013-04-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: fix afade 2nd examplePaul B Mahol2013-04-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/unsharp: add opencl unsharp filterhighgod04012013-04-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: put vidstab filters documentation in a sensible orderStefano Sabatini2013-04-25
| |
* | doc/filters: remove "q" constant docs for noise modeStefano Sabatini2013-04-25
| | | | | | | | It was removed in 62447248f3e5eb95dbd9f123696321903d4d0921.
* | doc: remove all-components.texi, include its content verbatimStefano Sabatini2013-04-25
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge commit 'fc18cc44ebfae07da153dc782572e7ce2f6fe47d'Michael Niedermayer2013-04-25
|\| | | | | | | | | | | | | | | | | | | | | | | * 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>
| * doc/APIchanges: add missing hashes and datesAnton Khirnov2013-04-24
| |
| * JPEG 2000 decoder for DCinemaNicolas Bertrand2013-04-22
| | | | | | | | | | | | | | | | 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>
* | doc/filters: reword vidstab options intro.Clément Bœsch2013-04-24
| |
* | lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius2013-04-24
| | | | | | | | | | | | | | vidstabdetect and vidstabtransform common functions for interfacing vid.stab are in libavfilter/vidstabutils.c Signed-off-by: Georg Martius <martius@mis.mpg.de>
* | doc/filters: amend documentation for the hue filterStefano Sabatini2013-04-24
| | | | | | | | Make clear that the options accept an expression.