summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/paletteuse: use explicit key indexes in set_frame_lutClément Bœsch2023-01-03
* avfilter/paletteuse: add atkinson ditheringClément Bœsch2023-01-03
* avfilter/paletteuse: add burkes ditheringClément Bœsch2023-01-03
* avfilter/paletteuse: add sierra3 ditheringClément Bœsch2023-01-03
* avfilter/palette{gen,use}: misc for-loop cosmeticsClément Bœsch2023-01-03
* avfilter/paletteuse: move r,g,b computation in a more local scopeClément Bœsch2023-01-03
* avfilter/paletteuse: remove mean error toolClément Bœsch2023-01-03
* avfilter/paletteuse: remove alternative search methodsClément Bœsch2023-01-03
* avfilter/paletteuse: switch to recursive methodClément Bœsch2023-01-03
* avfilter/paletteuse: use lowbias32 for color hashingClément Bœsch2023-01-03
* avfilter/palettegen: use lowbias32 for color hashingClément Bœsch2023-01-03
* avfilter/palette: add lowbias32 hashingClément Bœsch2023-01-03
* avfilter/palette{gen,use}: update Copyright after recent changesClément Bœsch2023-01-03
* avfilter/palettegen: use libc qsortClément Bœsch2023-01-03
* avfilter/palettegen: make refs order deterministicClément Bœsch2023-01-03
* avfilter/palettegen: add a warning about supporting only sRGBClément Bœsch2023-01-03
* avfilter/palettegen: base box split decision on a perceptual modelClément Bœsch2023-01-03
* avfilter/palettegen: switch to signed arithmeticClément Bœsch2023-01-03
* avfilter/palettegen: rename local variable box_weight to weightClément Bœsch2023-01-03
* avfilter/palettegen: misc cosmeticsClément Bœsch2023-01-03
* avfilter/palettegen: compute average color within compute_box_stats()Clément Bœsch2023-01-03
* avfilter/palettegen: change cut score from ∑e² to max e²Clément Bœsch2023-01-03
* avfilter/palettegen: rename variance to cut_scoreClément Bœsch2023-01-03
* avfilter/palettegen: always compute the box varianceClément Bœsch2023-01-03
* avfilter/palettegen: use box->major_axis without intermediate variableClément Bœsch2023-01-03
* avfilter/palettegen: define the best axis to cut using the squared errorClément Bœsch2023-01-03
* avfilter/palettegen: move box stats computation to a dedicated functionClément Bœsch2023-01-03
* avfilter/paletteuse: switch to a perceptual modelClément Bœsch2023-01-03
* avfilter/paletteuse: remove redundant alpha conditionClément Bœsch2023-01-03
* avfilter/paletteuse: remove unused alpha split dimensionClément Bœsch2023-01-03
* avfilter/paletteuse: name target color arg consistently in colormap functionsClément Bœsch2023-01-03
* avfilter/paletteuse: switch from u8[4] to u32 for color codeClément Bœsch2023-01-03
* avfilter/palette{gen,use}: add palette utilsClément Bœsch2023-01-03
* avfilter/palette{gen,use}: simplify a few alpha masksClément Bœsch2023-01-03
* avfilter/palette{gen,use}: revert support palettes with alphaClément Bœsch2023-01-03
* avfilter/palettegen: allow a minimum of 2 colorsClément Bœsch2023-01-03
* avfilter/af_afade: add options to control unity/silence gainsPaul B Mahol2023-01-03
* avfilter/afir_template: make IR transitions artifacts freePaul B Mahol2023-01-02
* avfilter/af_afir: fix prev_selir variable change in private filter contextPaul B Mahol2022-12-25
* avfilter/afir_template: reduce memset overhead a littlePaul B Mahol2022-12-25
* avfilter/af_afir: increase max partition sizePaul B Mahol2022-12-25
* avfilter/af_afir: reduce memory usagePaul B Mahol2022-12-25
* avfilter/af_afir: make dry/wet runtime optionsPaul B Mahol2022-12-22
* avfilter/afir_template: skip useless moving of samplesPaul B Mahol2022-12-22
* avfilter/afir_template: stop using hack to zero out dataPaul B Mahol2022-12-22
* avfilter/vf_tinterlace: support full-range YUVNiklas Haas2022-12-20
* avfilter/vf_blackdetect: support full-range YUVNiklas Haas2022-12-20
* avfilter: add adrc filterPaul B Mahol2022-12-19
* avfilter/af_headphone: properly initialize scalePaul B Mahol2022-12-19
* avfilter/vf_decimate: add mixed option to process input only partially to be ...mail@nodoa.me2022-12-19