summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* avfilter/vf_fillborders: add fade modePaul B Mahol2020-12-18
|
* avfilter/vf_fillborders: add more fill modesPaul B Mahol2020-12-18
|
* avfilter/af_asoftclip: add two more useful options for finer filteringPaul B Mahol2020-12-18
|
* avfilter/af_biquads: fix error in ro calculationPaul B Mahol2020-12-17
|
* avfilter/af_biquads: add one-pole shelf filters by adding pole optionPaul B Mahol2020-12-16
|
* avfilter/vf_limiter: add support for commandsPaul B Mahol2020-12-15
|
* avfilter/af_afreqshift: add fltp sample format supportPaul B Mahol2020-12-13
|
* lavfi/dnn: check the return value from sws_getContextJun Zhao2020-12-12
| | | | | | | sws_getContext may be return NULL, and it's will be dereferenced, so add the check. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* lavfi/dnn: used the format name in debug messageJun Zhao2020-12-12
| | | | | | Used the format name in debug message. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avfilter/vf_fade: add timeline supportPaul B Mahol2020-12-11
|
* avfilter/af_afade: add support for commands to afade filterPaul B Mahol2020-12-11
|
* avfilter/vf_convolution: add support for commandsPaul B Mahol2020-12-11
|
* avfilter/vf_chromanr: add options for finer controls of filteringPaul B Mahol2020-12-11
|
* avfilter: add asuperpass and asuperstop filterPaul B Mahol2020-12-11
|
* avfilter/af_earwax: fix check that was left in previous commitPaul B Mahol2020-12-10
| | | | Makes output exact with smaller number of samples per frame than taps.
* avfilter/cropdetect: add option for initial skipGyan Doshi2020-12-09
| | | | | | | | | | The cropdetect filter, at present, skips the first two frames. This behaviour is hardcoded. New option 'skip' allows users to change this. Convenient for when input is a single image or a trimmed video stream. Default is kept at 2 to preserve current behaviour.
* avfilter/aeval: add timeline support for aevalPaul B Mahol2020-12-08
|
* avfilter/f_perms: add timeline supportPaul B Mahol2020-12-07
|
* avfilter/af_earwax: fix filter behaviorPaul B Mahol2020-12-07
| | | | | Previous filter output was incorrect. New one actually follows graph in comments described on side of filter taps.
* avfilter/vf_showinfo: include the correct Dynamic HDR10+ headerJames Almer2020-12-06
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/af_biquads: add shortcut to set internal precisionPaul B Mahol2020-12-06
|
* avfilter/vf_showinfo: add support for HDR10+ metadataMohammad Izadi2020-12-05
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/af_afreqshift: add level optionPaul B Mahol2020-12-05
|
* avfilter: add asubcut filterPaul B Mahol2020-12-05
|
* avfilter/af_arnndn: add mix optionPaul B Mahol2020-12-04
| | | | Mostly useful to listen to actual noise.
* avfilter/vf_v360: fix several problems with 'perspective' outputMichael Koch2020-12-04
| | | | | | | The image center wasn't preserved, the output image was mirror reversed, and rotations were made around wrong axes. I did also remove the vector normalization, because it's sure that the vector is already normalized if it's calculated from sin() and cos() terms.
* avfilter/af_stereotools: add support for commandsPaul B Mahol2020-12-04
|
* avfilter/af_stereotools: add timeline supportPaul B Mahol2020-12-04
|
* avfilter/af_stereotools: add two more modesPaul B Mahol2020-12-04
|
* avfilter/af_acrossover: add per output band gainPaul B Mahol2020-12-02
|
* avfilter/af_acrossover: remove pointless allocation of static sizePaul B Mahol2020-12-02
|
* avfilter/af_acrossover: document roll-off of each filter orderPaul B Mahol2020-12-02
|
* avfilter/af_acrossover: move coefficients and state to simple arraysPaul B Mahol2020-12-01
|
* avfilter/af_anequalizer: add timeline and slice supportPaul B Mahol2020-12-01
|
* avfilter/af_agate: add support for commands and timelinePaul B Mahol2020-11-30
|
* avfilter/af_acrossover: remove unneeded emms_c() callsPaul B Mahol2020-11-30
|
* avfilter/af_acrossover: unroll biquad_process loopPaul B Mahol2020-11-30
| | | | Makes code significantly faster for higher orders.
* avfilter/af_acrossover: use fdsp for inverterPaul B Mahol2020-11-30
|
* avfilter/af_acrossover: always align nb_samples for fdsp callPaul B Mahol2020-11-29
|
* avfilter/af_asupercut: add float sample format supportPaul B Mahol2020-11-29
|
* avfilter/af_asupercut: add order optionPaul B Mahol2020-11-29
|
* avfilter/af_acrossover: split in correct spotPaul B Mahol2020-11-29
| | | | Previously split was made in wrong (half of original) position.
* avfilter/af_acrossover: reduce memory usagePaul B Mahol2020-11-29
| | | | Split biquad coefficients from biquad state.
* avfilter/af_asubboost: make wet option apply to final outputPaul B Mahol2020-11-28
| | | | | | Also changes some default values for options after this change. This makes distinction between feedback and wet option. Before they would produce same output if values were swapped.
* avfilter/avf_showfreqs: add group delay data modePaul B Mahol2020-11-28
|
* avfilter/af_acrossover: add option to adjust input gainPaul B Mahol2020-11-28
|
* avfilter/af_acrossover: really fix single-pole allpass coefficientsPaul B Mahol2020-11-28
| | | | Now LR2, LR6, LR10, LR14 and LR18 have really flat sum.
* avfilter/af_acrossover: remove unecessary allpass callsPaul B Mahol2020-11-28
|
* avfilter/af_aemphasis: add timeline/slice and commands supportPaul B Mahol2020-11-27
|
* avfilter/af_aemphasis: switch to planar sample formatPaul B Mahol2020-11-27
|