summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* fade: fix slice sizesMichael Niedermayer2013-05-24
| | | | | | | | This more evenly distributes the load between threads This also fixes the chroma filtering where the filter was applied twice Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* yadif: fix slice sizesMichael Niedermayer2013-05-24
| | | | | | This more evenly distributes the load between threads Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_yadif: fix race conditionMichael Niedermayer2013-05-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/blend: add yuv(j)411pPaul B Mahol2013-05-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_drawtext: Fix doxygen commentMichael Niedermayer2013-05-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: remove av_opt_set_defaults() from process_options()Michael Niedermayer2013-05-24
| | | | | | This is already called from ff_filter_alloc() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-24
|\ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vf_fade: support slice threading vf_yadif: support slice threading Conflicts: libavfilter/vf_fade.c libavfilter/vf_yadif.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fade: support slice threadingAnton Khirnov2013-05-24
| |
| * vf_yadif: support slice threadingAnton Khirnov2013-05-24
| |
* | lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol2013-05-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f': lavfi: add a slice threading infrastructure Conflicts: Changelog cmdutils.c doc/APIchanges libavfilter/Makefile libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/internal.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
| | | | | | | | Mostly based on libavcodec's
* | lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch2013-05-23
| |
* | lavfi/testsrc: move color options to the color scope filter definition.Clément Bœsch2013-05-23
| |
* | lavfi/mp: try to pass interlaced & tff flagsPaul B Mahol2013-05-22
| | | | | | | | | | | | This makes mp=softpulldown actually useful. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/lut3d: avoid overread.Clément Bœsch2013-05-22
| |
* | lavfi: add lut3d filter.Clément Bœsch2013-05-22
| | | | | | | | Fixes part of Ticket #2517.
* | lavfi/(a)showinfo: use link frame counter instead of local counter.Clément Bœsch2013-05-21
| |
* | lavfi/geq: prefer symbolic constantsStefano Sabatini2013-05-21
| | | | | | | | Hopefully enhance readability.
* | lavfi/geq: add aliases for RGB optionsStefano Sabatini2013-05-21
| |
* | lavfi/yadif: add timeline support.Clément Bœsch2013-05-21
| |
* | lavfi/geq: mark timeline supportStefano Sabatini2013-05-20
| |
* | lavfi/drawgrid: fix drawgrid options after 4c205f42c86Stefano Sabatini2013-05-19
| |
* | lavfi/histogram: cache log2 of max_hvalPaul B Mahol2013-05-19
| | | | | | | | | | | | Instead of calculating same value over and over again. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_deshake: check rxMichael Niedermayer2013-05-18
| | | | | | | | | | | | | | | | | | | | Fixes crash on SSE2 Fixes Ticket2443 Note, its possible to restructure the code to avoid the 16pixel limitation, and such change is welcome! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'cebdedca57d95834a8f8098c7b6a322a1163e26b'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | | | * commit 'cebdedca57d95834a8f8098c7b6a322a1163e26b': prores: decode alpha plane when it's present avfilter: check a malloc in avfilter_link(). Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: check a malloc in avfilter_link().Anton Khirnov2013-05-17
| | | | | | | | Additionally change sizeof(type) into sizeof(var)
* | Merge commit 'bf5b5d2b1561535cc013c12ab8033228bb0d0081'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | | | | | | | * commit 'bf5b5d2b1561535cc013c12ab8033228bb0d0081': avfilter.c: cosmetics, reformat Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter.c: cosmetics, reformatAnton Khirnov2013-05-17
| |
* | Merge commit 'd79bd6040599ef017dc45d5997fcc959ab1f71f6'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | | | | | | | * commit 'd79bd6040599ef017dc45d5997fcc959ab1f71f6': lavfi: factorize freeing a link Conflicts: libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: factorize freeing a linkAnton Khirnov2013-05-17
| |
* | Merge commit '1dd35611433c224e2231ed7ae26b5b560863a3cb'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | * commit '1dd35611433c224e2231ed7ae26b5b560863a3cb': vf_format: do not use the AVFilterFormats internals. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_format: do not use the AVFilterFormats internals.Anton Khirnov2013-05-17
| | | | | | | | Use the formats.h API instead.
* | Merge commit 'c5ab6088ad7b0dac461fb6757b038f5260e638e5'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | * commit 'c5ab6088ad7b0dac461fb6757b038f5260e638e5': af_aformat: cosmetics, fix indentation Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * af_aformat: cosmetics, fix indentationAnton Khirnov2013-05-17
| |
* | Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0': lavfi: rename AVFilterFormats.format_count to nb_formats Conflicts: libavfilter/avfiltergraph.c libavfilter/filtfmts.c libavfilter/formats.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-17
| | | | | | | | This is more consistent with naming in the rest of Libav.
* | Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec'Michael Niedermayer2013-05-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec': lavfi doxy: add a page for lavfi. jpegls: check the scan offset Conflicts: libavcodec/jpeglsdec.c libavfilter/avfilter.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-17
| |
* | lavfi/pad: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/drawtext: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/life: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/color: switch to AV_OPT_TYPE_COLORPaul B Mahol2013-05-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '16a645adeb758207346a4bbf66766f02734c461e'Michael Niedermayer2013-05-17
|\| | | | | | | | | | | | | | | * commit '16a645adeb758207346a4bbf66766f02734c461e': vf_pixdesctest: make config_props work properly when called multiple times. vf_hqdn3d: make config_props work properly when called multiple times. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * 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.
* | Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer2013-05-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '3fb29588a27a711132106b924e27b53789a58dcb': vf_drawtext: don't leak the expressions. vf_crop: make config_props work properly when called multiple times. vf_setdar: make config_props work properly when called multiple times. Conflicts: libavfilter/vf_aspect.c libavfilter/vf_drawtext.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * 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.