summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* lavfi/select: add support for dynamic number of outputsStefano Sabatini2013-04-171-3/+19
|
* lavfi: remove bad inverse telecine filtersPaul B Mahol2013-04-171-3/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy2013-04-171-6/+26
| | | | | | | | AVABufferSinkParams are ignored by avfilter_graph_create_filter, therefore the example is misleading. Use av_opt_set_int_list to configure abuffersink directly. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/filtering_audio: enable ref counted framesMichael Niedermayer2013-04-171-0/+1
| | | | | | Fixes accessing freed memory Signe-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: fix sentence in setsar/setdar docsStefano Sabatini2013-04-161-2/+2
|
* doc/filters: merge asplit and split documentationStefano Sabatini2013-04-151-49/+41
| | | | Also move them to multimedia filters section.
* lavfi/split: fix minor documentation issuesStefano Sabatini2013-04-151-2/+2
| | | | | Use verbal form to describe "outputs" options, and mention it in the manual.
* doc/filters: add a curves example with psfile.Clément Bœsch2013-04-151-0/+6
|
* doc/filters: move aphaser to right(audio) chapterPaul B Mahol2013-04-151-34/+34
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/curves: add support for Photoshop curves files (.acv).Clément Bœsch2013-04-151-0/+2
|
* lavfi/curves: add support for master component.Clément Bœsch2013-04-151-1/+6
|
* doc/filters: remove mention to telecine mp filterStefano Sabatini2013-04-141-1/+0
| | | | It was removed in 32a7b858c9175b851503dc3fa66440efe2afd3ee.
* doc: document -opencl_options option in ff* tools manualsStefano Sabatini2013-04-141-0/+7
|
* doc/filters: move mpdecimate doc to a more appropriate position.Clément Bœsch2013-04-141-38/+39
|
* lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-141-0/+363
|
* lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-141-1/+1
| | | | | | | | The next commit will introduce a proper decimation filter to be used along with the field matching filter. To avoid confusion with this filter which has currently a very limited usage (and will not work properly with the fieldmatching filter), the new decimation filter will take the decimate name, and this filter is renamed to mpdecimate.
* lavfi: add smptehdbars sourcePaul B Mahol2013-04-141-1/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: move telecine from audio to video filtersPaul B Mahol2013-04-131-39/+39
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: use common options introduction string.Clément Bœsch2013-04-131-42/+10
|
* doc/utils: use @code markup for opencl function names.Clément Bœsch2013-04-121-2/+2
|
* lavfi/crop: restore pos constant, and fix "t" variable misplacement in ↵Stefano Sabatini2013-04-121-0/+3
| | | | | | variable array Fix evaluation of expressions containing the t variable.
* doc/utils: apply misc fixes to OpenCL docsStefano Sabatini2013-04-121-7/+14
|
* doc: merge syntax.texi, eval.texi and opencl.texi into utils.texiStefano Sabatini2013-04-125-286/+284
|
* doc/libavutil: remove include of opencl.texiStefano Sabatini2013-04-121-1/+0
| | | | This is inconsistent with the rest of the docs.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-121-0/+30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: FATE: add a test for the interlace filter lavfi: new interlace filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c tests/fate/filter.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: new interlace filterVittorio Giovara2013-04-111-0/+30
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '921046008f5335601f9d76dc3a768eb5cd91e1b9'Michael Niedermayer2013-04-121-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '921046008f5335601f9d76dc3a768eb5cd91e1b9': cmdutils: allow -h filter=<name> to print information about a filter. Conflicts: cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cmdutils: allow -h filter=<name> to print information about a filter.Anton Khirnov2013-04-111-0/+4
| |
* | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer2013-04-121-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da': lavfi: change the filter registering system to match the other libraries Conflicts: cmdutils.c ffplay.c libavfilter/avfilter.c libavfilter/avfilter.h This removes the ability to put AVFilters in read only memory and having them shareable. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-0/+2
| | | | | | | | Removes an arbitrary hardcoded limit on the number of filters.
* | Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'Michael Niedermayer2013-04-121-0/+1
|\ \ | |/ | | | | | | | | | | * commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa': lavfi: add a function for counting elements in AVFilterPad arrays. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-111-0/+1
| | | | | | | | | | The caller needs to know what valid indices can be passed to avfilter_pad_get_name/type.
* | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer2013-04-121-0/+1
|\ \ | |/ | | | | | | | | | | * commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65': lavfi: mark filters with dynamic number of inputs or outputs with special flags Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-111-0/+1
| | | | | | | | | | This will be useful in avtools in the following commits. Any other caller might also want to know this information.
* | Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'Michael Niedermayer2013-04-121-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58': lavfi: add avfilter_init_dict() for initializing a filter with a dict. Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-111-0/+1
| |
* | lavfi/buffersink: accept parameters as options.Nicolas George2013-04-121-14/+8
| | | | | | | | | | | | | | | | Move validation from init to query_formats(). Accept the formats lists as binary options. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu: add helper functions for integer lists.Nicolas George2013-04-121-0/+4
| | | | | | | | | | | | | | | | Add av_int_list_length() to compute a list length. Add av_opt_set_int_list() to set a binary option. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: update volume options description.Clément Bœsch2013-04-121-6/+1
| |
* | doc/filters: add quick emboss examplePaul B Mahol2013-04-121-0/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/cropdetect: update boxblur options description.Clément Bœsch2013-04-121-7/+2
| |
* | doc/crop: update boxblur options description.Clément Bœsch2013-04-121-5/+1
| |
* | doc/filters: update boxblur options description.Clément Bœsch2013-04-121-12/+7
| |
* | doc/filters: update blackframe options description.Clément Bœsch2013-04-121-9/+5
| |
* | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer2013-04-121-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '48a5adab62bd2a553f5069d41fa632a0701835e5': lavfi: add avfilter_init_str() to replace avfilter_init_filter(). avfilter_graph_create_filter() opaque is still passed to avfilter_init_filter() which continues to pass it to init_opaque as its still used in the buffer sinks the sinks should be changed and the opaque passing removed Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-111-0/+1
| | | | | | | | Drop the unused opaque parameter from its signature.
* | Merge commit '111367263af41c88a44bd763ceefc11d53a7f655'Michael Niedermayer2013-04-121-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '111367263af41c88a44bd763ceefc11d53a7f655': lavfi: add AVFilterContext.graph. Conflicts: libavfilter/avfilter.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-111-0/+2
| | | | | | | | It will be useful in the following commits.
* | Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee'Michael Niedermayer2013-04-121-1/+2
|\ \ | |/ | | | | | | | | | | * commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee': lavfi: deprecate avfilter_graph_add_filter(). Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-111-1/+2
| | | | | | | | | | | | Since this function adds a standalone filter to a filter graph and we do not support creating such filters, there is no reason for this function to exist.
OpenPOWER on IntegriCloud