summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: add colormap video filterPaul B Mahol2022-04-23
* avfilter/vf_lagfun: small speed-upPaul B Mahol2022-04-23
* avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer2022-04-22
* avfilter/avf_showfreqs: add option to draw subset of channelsPaul B Mahol2022-04-22
* avfilter/avf_showfreqs: filter support all channel countsPaul B Mahol2022-04-22
* avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer2022-04-21
* avfilter/video: Add ff_default_get_video_buffer2() to set specific alignmentMichael Niedermayer2022-04-21
* avfilter/vf_ciescope: add option to disable CIE tongue fillingPaul B Mahol2022-04-19
* avfilter/vf_ciescope: little optimizationsPaul B Mahol2022-04-19
* avfilter/avf_ahistogram: set time_base to outlinkPaul B Mahol2022-04-19
* avfilter/avf_avectorscope: set time_base to outlinkPaul B Mahol2022-04-18
* avfilter/avf_showvolume: set time_base to outlinkPaul B Mahol2022-04-18
* avfilter/vf_feedback: add missing .process_commandPaul B Mahol2022-04-15
* avfilter: add pixelize video filterPaul B Mahol2022-04-14
* avfilter: add feedback video filterPaul B Mahol2022-04-14
* avfilter/avf_showspectrum: fix pts offset by onePaul B Mahol2022-04-14
* avfilter/avf_showspectrum: add alpha pixel format supportPaul B Mahol2022-04-14
* avfilter/af_adenorm: simplify handling of commandsPaul B Mahol2022-04-13
* avfilter/avf_showvolume: check for allocation error and stop leaksPaul B Mahol2022-04-13
* avfilter/vf_deblock: fix posible overreadsPaul B Mahol2022-04-13
* avfilter/vf_xmedian: simplify changing index variablePaul B Mahol2022-04-13
* avfilter/af_crystalizer: remove no longer needed wrapper functionPaul B Mahol2022-04-13
* avfilter/vf_chromashift: simplify handling of commandsPaul B Mahol2022-04-13
* avfilter/af_asetnsamples: fix excessive frames queueing at startPaul B Mahol2022-04-12
* avfilter/vf_drawbox: remove redefinition of DrawBoxContext typedefJames Almer2022-04-12
* avfilter/lensfun: add option db_pathGyan Doshi2022-04-12
* avfilter: add Audio Video Sync Test filterPaul B Mahol2022-04-12
* avfilter/f_ebur128: fix typos for swr chlayoutsPaul B Mahol2022-04-11
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-10
* avfilter/vf_waveform: copy props from input framePaul B Mahol2022-04-08
* avfilter/vf_waveform: add some support for commandsPaul B Mahol2022-04-08
* avfilter/vf_vectorscope: add some commands supportPaul B Mahol2022-04-08
* avfilter/vf_drawbox: add packed rgb supportPaul B Mahol2022-04-08
* avfilter/vf_colorkey: use multiplication instead of divisionPaul B Mahol2022-04-08
* avfilter/vf_colorkey: add >8 depth supportPaul B Mahol2022-04-08
* avfilter/f_ebur128: multiply in integer first, before dividing in floatHendrik Leppkes2022-04-07
* avfilter/af_ladspa: fix pts compensation if number of samples per frame is lo...Paul B Mahol2022-04-07
* avfilter/af_ladspa: compensate output pts if latency compensation is onPaul B Mahol2022-04-06
* avfilter/vsrc_gradients: add spiral typePaul B Mahol2022-04-05
* avfilter/vsrc_gradients: add circular typePaul B Mahol2022-04-05
* avfilter/vf_mergeplanes: deprecate mapping optionPaul B Mahol2022-04-05
* avfilter/vf_mergeplanes: add alternative for less user friendly optionPaul B Mahol2022-04-05
* avfilter/vf_mergeplanes: make map code more verbosePaul B Mahol2022-04-05
* avfilter/vf_zscale: fix regression with src/dst_format initializationPaul B Mahol2022-04-05
* lavfi/vf_siti.c: Relicense to LGPL 2.1Thilo Borgmann2022-04-02
* avfilter: Constify non-const filtersAndreas Rheinhardt2022-04-01
* lavfilter: Add SITI filterBoris Baracaldo2022-04-01
* avfilter/vf_libplacebo: update for new tone mapping APINiklas Haas2022-03-31
* avfilter/af_join: do not dereference possible null pointerPaul B Mahol2022-03-31
* avfilter/f_realtime: add support for commandsPaul B Mahol2022-03-29