10651 Commits (1f88fb80d5416a23fb164fa0cda4585d9a541d48)

Author SHA1 Message Date
Paul B Mahol ac7d21284b avfilter: add fractional delay IR source filter 2 years ago
James Almer 2378cbe36b avfilter/vf_showinfo: add support for Ambient Viewing Environment side data 2 years ago
James Almer b37795688a avfilter/vf_showinfo: use av_frame_side_data_name() to print side data names 2 years ago
Anton Khirnov 54c0e72b42 lavfi/graphparser: drop a redundant label 2 years ago
Anton Khirnov ca67a783ab lavfi/graphparser: improve applying graph-level sws options 2 years ago
Anton Khirnov 1c18530e93 lavfi/avfilter: process options for filters without a private class 2 years ago
Anton Khirnov d234b4b193 lavfi/avfilter: simplify process_options() 2 years ago
Anton Khirnov b6ba764552 lavfi/avfilter: export a multikey dict from process_options() 2 years ago
Anton Khirnov bd7c07c26a lavfi/avfilter: avoid a redundant av_opt_set_dict2() call 2 years ago
Anton Khirnov a7b1b4bc23 lavfi: remove AVFilter.init_dict() 2 years ago
Anton Khirnov 018a8b9dc3 lavfi/vf_scale: allow passing options to swscale directly 2 years ago
Paul B Mahol 5d3f0226ad avfilter/avf_avectorscope: add anti-aliased line drawing mode 2 years ago
Clément Bœsch 6e05622216 avfilter/paletteuse: use explicit key indexes in set_frame_lut 2 years ago
Clément Bœsch 68275043a0 avfilter/paletteuse: add atkinson dithering 2 years ago
Clément Bœsch c973e8ae79 avfilter/paletteuse: add burkes dithering 2 years ago
Clément Bœsch 9973343bf9 avfilter/paletteuse: add sierra3 dithering 2 years ago
Clément Bœsch 11926c4bd4 avfilter/palette{gen,use}: misc for-loop cosmetics 2 years ago
Clément Bœsch 1340fe7caf avfilter/paletteuse: move r,g,b computation in a more local scope 2 years ago
Clément Bœsch 1ae1b707e2 avfilter/paletteuse: remove mean error tool 2 years ago
Clément Bœsch 8789a9e05b avfilter/paletteuse: remove alternative search methods 2 years ago
Clément Bœsch 0f7942afa6 avfilter/paletteuse: switch to recursive method 2 years ago
Clément Bœsch 6c7b54e962 avfilter/paletteuse: use lowbias32 for color hashing 2 years ago
Clément Bœsch c9084cd0e2 avfilter/palettegen: use lowbias32 for color hashing 2 years ago
Clément Bœsch 3cafbdc083 avfilter/palette: add lowbias32 hashing 2 years ago
Clément Bœsch 051926868c avfilter/palette{gen,use}: update Copyright after recent changes 2 years ago
Clément Bœsch 3a4a6c7815 avfilter/palettegen: use libc qsort 2 years ago
Clément Bœsch 8057e1a618 avfilter/palettegen: make refs order deterministic 2 years ago
Clément Bœsch 2441e53c0a avfilter/palettegen: add a warning about supporting only sRGB 2 years ago
Clément Bœsch 9026d92c13 avfilter/palettegen: base box split decision on a perceptual model 2 years ago
Clément Bœsch 724f52b906 avfilter/palettegen: switch to signed arithmetic 2 years ago
Clément Bœsch 67ce6ad9a2 avfilter/palettegen: rename local variable box_weight to weight 2 years ago
Clément Bœsch 61d334d8c3 avfilter/palettegen: misc cosmetics 2 years ago
Clément Bœsch efb0a6f6ce avfilter/palettegen: compute average color within compute_box_stats() 2 years ago
Clément Bœsch dafd43b78d avfilter/palettegen: change cut score from ∑e² to max e² 2 years ago
Clément Bœsch 187f5e7f90 avfilter/palettegen: rename variance to cut_score 2 years ago
Clément Bœsch e49fc1a6ef avfilter/palettegen: always compute the box variance 2 years ago
Clément Bœsch 9e5f494d26 avfilter/palettegen: use box->major_axis without intermediate variable 2 years ago
Clément Bœsch 86bced7c65 avfilter/palettegen: define the best axis to cut using the squared error 2 years ago
Clément Bœsch 21f7814238 avfilter/palettegen: move box stats computation to a dedicated function 2 years ago
Clément Bœsch a0587c0219 avfilter/paletteuse: switch to a perceptual model 2 years ago
Clément Bœsch 1159c36d6d avfilter/paletteuse: remove redundant alpha condition 2 years ago
Clément Bœsch 4c061bc837 avfilter/paletteuse: remove unused alpha split dimension 2 years ago
Clément Bœsch 71ed92e9c4 avfilter/paletteuse: name target color arg consistently in colormap functions 2 years ago
Clément Bœsch 755c427f7a avfilter/paletteuse: switch from u8[4] to u32 for color code 2 years ago
Clément Bœsch 31c5f26a46 avfilter/palette{gen,use}: add palette utils 2 years ago
Clément Bœsch 7bc054e63c avfilter/palette{gen,use}: simplify a few alpha masks 2 years ago
Clément Bœsch 320fbf5f24 avfilter/palette{gen,use}: revert support palettes with alpha 2 years ago
Clément Bœsch cad9d7fc85 avfilter/palettegen: allow a minimum of 2 colors 2 years ago
Paul B Mahol c94988a781 avfilter/af_afade: add options to control unity/silence gains 2 years ago
Paul B Mahol 3879555cd5 avfilter/afir_template: make IR transitions artifacts free 2 years ago