summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-05
|\ | | | | | | | | | | | | * commit 'e88103a7f92cf27a2868b50acc8a9912f6088249': Bump major versions of all libraries Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Bump major versions of all librariesVittorio Giovara2015-08-28
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | lavfi: remove old graph parser API with different semanticsHendrik Leppkes2015-09-05
| | | | | | | | This API hasn't been active since the last bump already.
* | Merge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a': Postpone API-incompatible changes until the next bump Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-28
| |
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-05
| |
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0': lavfi: Drop deprecated AVFilterBuffer* code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 11/2012.
* | Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1': lavfi: Drop deprecated *_count suffixed variables Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 06/2012.
* | Merge commit '86e5056575f55f070609dd3926605302f7d2280e'Hendrik Leppkes2015-09-05
|\| | | | | | | | | | | | | * commit '86e5056575f55f070609dd3926605302f7d2280e': lavfi: Drop deprecated public AVFilterPad struct Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-28
| | | | | | | | Deprecated in 06/2012.
* | avfilter/avf_showfreqs: Fix memleak of out frameMichael Niedermayer2015-09-05
| | | | | | | | | | | | Fixes CID1322344 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warningMichael Niedermayer2015-09-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/avf_showfreqs: Free finMichael Niedermayer2015-09-05
| | | | | | | | | | | | Fixes CID1322345 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setupMichael Niedermayer2015-09-05
| | | | | | | | | | | | | | Fixes CID1322306 Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_stack: Fix memleak of out frameMichael Niedermayer2015-09-05
| | | | | | | | | | | | Fixes CID1322347 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/avfilter: Add a few more basic filters to the list which support ↵Michael Niedermayer2015-09-05
| | | | | | | | | | | | | | | | frame size changes Fixes assertion failures Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_vectorscope: change intensity to floatPaul B Mahol2015-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: stop abusing s->size for calculating limitPaul B Mahol2015-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: change intensity to floatPaul B Mahol2015-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: reduce number of operations a littlePaul B Mahol2015-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: 9 and 10 bit depth support for lowpass & color filterPaul B Mahol2015-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_channelmap: Reorder operations to avoid memleakMichael Niedermayer2015-09-04
| | | | | | | | | | Fixes CID1322346 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/af_sidechaincompress: Also assert that i < 2Michael Niedermayer2015-09-03
| | | | | | | | | | | | This should help static analyzers (CID1322339) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_atadenoise: Check for ff_get_video_buffer() failureMichael Niedermayer2015-09-03
| | | | | | | | | | | | Fixes CID1322338 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_histogram: Fix order of operations with flagsMichael Niedermayer2015-09-03
| | | | | | | | | | | | Fixes CID1322325 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/avf_showwaves: Check max_samplesMichael Niedermayer2015-09-03
| | | | | | | | | | | | | | | | Fixes potential division by zero Fixes: CID1292295 Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/af_dynaudnorm: Fix typo in assertMichael Niedermayer2015-09-03
| | | | | | | | | | | | | | Fixes: CID1322303 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/avf_showfreqs: Use floating point division in WFUNC_BHANNMichael Niedermayer2015-09-03
| | | | | | | | | | | | | | Fixes: CID1322365 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_sab: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-03
| | | | | | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* | avfilter/vf_drawgraph: add rscroll slide modePaul B Mahol2015-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: constify more variablesPaul B Mahol2015-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: support more formats for color4 mode in common casePaul B Mahol2015-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_elbg: make it possible to output to pal8 pixel formatPaul B Mahol2015-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/colormatrix: Add a bt601 aliasVittorio Giovara2015-09-02
| | | | | | | | | | | | | | Matches what av_get_colorspace_name() and av_color_space_name() report. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_subtitles: allow setting fonts directoryRicardo Constantino2015-09-02
| | | | | | | | | | | | | | This is mostly useful if libass was compiled with a font provider other than fontconfig, but is still useful in that case. Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
* | avfilter/vf_spp: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-01
| | | | | | | | Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* | avfilter/vf_waveform: support envelope for all filtersPaul B Mahol2015-09-01
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: simplify memory allocationsPaul B Mahol2015-09-01
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_waveform: implement various filtersPaul B Mahol2015-09-01
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/scale: Pass src_range and dst_range to libswscale.Carl Eugen Hoyos2015-09-01
| | | | | | | | Fixes ticket #4812.
* | Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6'Hendrik Leppkes2015-08-31
|\| | | | | | | | | | | | | * commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6': vf_scale: Add an option to pass the scaler params Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * vf_scale: Add an option to pass the scaler paramsLuca Barbato2015-08-26
| | | | | | | | Reported-By: zehan@magicpony.technology
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
| | | | | | | | | | | | | | The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * drawtext: Move the strftime expansion in a separate functionLuca Barbato2015-08-02
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * drawtext: Drop stray guardsLuca Barbato2015-08-02
| | | | | | | | | | | | There is a fallback for localtime_r and it is in use already. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avfilter/vf_scale: If no output color matrix is specified, use the inputMichael Niedermayer2015-08-31
| | | | | | | | | | | | This should only affect yuv->yuv, and not change behavior Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_scale: Do not skip scale if the color matrix mismatchesMichael Niedermayer2015-08-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_scale: Do not skip scale if range mismatchesCarl Eugen Hoyos2015-08-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>