aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* h264: fully support cropping.Anton Khirnov2013-04-191-0/+3
| | | | | | Based on a patch by Vittorio Giovara <vittorio.giovara@gmail.com> Fixes Bug 378.
* lavfi: new interlace filterVittorio Giovara2013-04-111-0/+30
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* cmdutils: allow -h filter=<name> to print information about a filter.Anton Khirnov2013-04-111-0/+4
|
* 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.
* 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.
* 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.
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-111-0/+1
|
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-111-0/+1
| | | | Drop the unused opaque parameter from its signature.
* lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-111-0/+2
| | | | It will be useful in the following commits.
* 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.
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-111-0/+1
| | | | | | | Since we do not support "standalone" filters not attached to an AVFilterGraph, we should not have a public function to create such filters. In addition that function is horribly named, the action it does cannot be possibly described as "opening" a filter.
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-112-1/+5
| | | | | We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
* doc: document the prores encoder optionsAnton Khirnov2013-04-111-0/+58
| | | | | | | Adapted from the author's blag. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov2013-04-111-0/+6
| | | | Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
* lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov2013-04-091-0/+6
|
* vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+1
|
* vsrc_movie: switch to an AVOptions-based system.Anton Khirnov2013-04-091-7/+5
|
* vsrc_color: switch to an AVOptions-based system.Anton Khirnov2013-04-091-5/+2
|
* af_join: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+2
| | | | | | Change the mappings separator from comma to '|' to avoid excessive escaping, since comma is already used for separating filters in the filtergraph description.
* af_channelmap: switch to an AVOptions-based system.Anton Khirnov2013-04-091-3/+3
|
* vf_yadif: switch to an AVOptions-based system.Anton Khirnov2013-04-091-7/+13
|
* vf_unsharp: switch to an AVOptions-based system.Anton Khirnov2013-04-091-6/+5
|
* vf_transpose: switch to an AVOptions-based system.Anton Khirnov2013-04-091-6/+14
|
* vf_settb: switch to an AVOptions-based system.Anton Khirnov2013-04-091-3/+11
|
* vf_setpts: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+13
|
* vf_select: switch to an AVOptions-based system.Anton Khirnov2013-04-091-6/+13
|
* vf_pad: switch to an AVOptions-based system.Anton Khirnov2013-04-091-36/+33
|
* vf_overlay: switch to an AVOptions-based system.Anton Khirnov2013-04-091-7/+15
|
* vf_lut: switch to an AVOptions-based system.Anton Khirnov2013-04-091-18/+10
|
* vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+14
|
* vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-091-1/+0
|
* vf_gradfun: switch to an AVOptions-based system.Anton Khirnov2013-04-091-12/+16
|
* vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-091-12/+24
|
* vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-091-26/+37
|
* vf_fieldorder: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+6
|
* vf_fade: switch to an AVOptions-based system.Anton Khirnov2013-04-091-14/+18
|
* vf_drawtext: switch to an AVOptions-based system.Anton Khirnov2013-04-091-3/+0
|
* vf_drawbox: switch to an AVOptions-based system.Anton Khirnov2013-04-091-5/+2
|
* vf_delogo: switch to an AVOptions-based system.Anton Khirnov2013-04-091-12/+1
|
* vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+1
|
* vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-091-9/+27
|
* vf_boxblur: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+14
|
* vf_blackframe: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+10
|
* vf_aspect: switch to an AVOptions-based system.Anton Khirnov2013-04-091-15/+19
|
* vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+20
|
* af_aformat: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+4
|
* buffersrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-24/+13
|
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+19
|
* Integrate lcov/gcov into LibavReinhard Tartler2013-04-051-0/+24
| | | | | | | The gcov/lcov are a common toolchain for visualizing code coverage with the GNU/Toolchain. The documentation and implementation of this integration was heavily inspired from the blog entry by Mike Melanson: http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
* doc/platform: Remove part about dllimportDerek Buitenhuis2013-03-301-10/+1
| | | | | | | | | Only deprecated things need this at all anymore, as we have functions to access them or they are no longer needed. The document should not encourage use of deprecated APIs. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>