summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* vf_interlace: better handling of odd video sizeMichael Niedermayer2013-07-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* vsrc_movie: do not free avoption variables in uninit()Anton Khirnov2013-06-20
| | | | | The generic code frees them as well. Since av_free was used to free them instead of av_freep, this would result in a double free.
* lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov2013-06-18
| | | | | This simplifies the code and avoids using libavcodec-specific avcodec_fill_audio_frame().
* lavfi: math typo in interlace filterVittorio Giovara2013-06-17
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov2013-06-04
|
* vf_fade: support slice threadingAnton Khirnov2013-05-24
|
* vf_yadif: support slice threadingAnton Khirnov2013-05-24
|
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
| | | | Mostly based on libavcodec's
* avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-17
| | | | Additionally change sizeof(type) into sizeof(var)
* avfilter.c: cosmetics, reformatAnton Khirnov2013-05-17
|
* lavfi: factorize freeing a linkAnton Khirnov2013-05-17
|
* vf_format: do not use the AVFilterFormats internals.Anton Khirnov2013-05-17
| | | | Use the formats.h API instead.
* af_aformat: cosmetics, fix indentationAnton Khirnov2013-05-17
|
* lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-17
| | | | This is more consistent with naming in the rest of Libav.
* lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-17
|
* vf_pixdesctest: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
|
* vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
| | | | Do not leak all the temp buffers.
* vf_drawtext: don't leak the expressions.Anton Khirnov2013-05-17
|
* vf_crop: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
| | | | Do not leak the x/y expressions.
* vf_setdar: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
| | | | Do not overwrite the variable set through AVOptions.
* vf_drawbox: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
| | | | Do not overwrite the variables set through AVOptions.
* vf_drawtext: do not reset the frame number in config_input.Anton Khirnov2013-05-17
| | | | | Frame number should be incremented normally even if the link properties change.
* vf_fps: move initializing pts from config_props to init.Anton Khirnov2013-05-17
| | | | It should not be reinitialized if the link properties change.
* vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
| | | | Do not leak the initialized filter instance.
* vf_gradfun: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
|
* vf_lut: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
| | | | Do not leak the expressions.
* vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_lut: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_gradfun: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_format: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_fieldorder: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_fieldorder: cosmetics, remove an extra linebreakAnton Khirnov2013-05-16
|
* vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_cropdetect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_crop: cosmetics, break linesAnton Khirnov2013-05-16
|
* vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_blackframe: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| | | | This is shorter and consistent across filters.
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
|
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
|
* lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-15
| | | | | Currently it would incorrectly trigger on a string that contains a '=' but does not contain a ':', e.g. flags=<flags>.