5018 Commits (1221b7df6817e4d2603e7ca8c226ce0e13eee5bb)

Author SHA1 Message Date
Paul B Mahol 5a1f785249 avfilter: add ssim filter 10 years ago
Simon Thelen 7cbb52ecab libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'. 10 years ago
Michael Niedermayer 50ee17340b avfilter/formats: Add test for ff_parse_channel_layout() 10 years ago
Luca Barbato c060d046aa af_resample: Set the number of samples in the last frame 10 years ago
Paul B Mahol eb85060b84 avfilter/af_afade: add couple of more curves 10 years ago
Paul B Mahol 20ee65ef73 avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMIN 10 years ago
Clément Bœsch 1dee7a31e0 avfilter: bump minor after colorkey addition 10 years ago
Timo Rothenpieler f17d973413 avfilter/vf_colorkey: Add colorkey video filter 10 years ago
Michael Niedermayer a98d4d5207 avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line_with_color() 10 years ago
Clément Bœsch 8978052869 avfilter/lut3d: assert on pixel format descriptor 10 years ago
Clément Bœsch a056636c81 avfilter/geq: assert on pixel format descriptor 10 years ago
Michael Niedermayer e0db41316a avfilter/drawutils: Fix format validity check in ff_draw_init() 10 years ago
Paul B Mahol cfe8a89b00 avfilter/vf_zoompan: support planar rgb pixel formats 10 years ago
Clément Bœsch 40cc3be73c avfilter: fix a few 5 spaces indent 10 years ago
Ganesh Ajjanagadde 42db4aaaa6 vf_colormatrix: calculate coefficients only once 10 years ago
Carl Eugen Hoyos 3b4e694ead lavfi/tinterlace: Double aspect ratio for modes merge and pad. 10 years ago
Paul B Mahol b8c0cf7880 avfilter/vf_blend: add linearlight and glow mode 10 years ago
Paul B Mahol 3e04746ec3 avfilter/vf_blend: add hardmix mode 10 years ago
Paul B Mahol 20cea0c7de avfilter/vf_blend: fix vividlight blend mode 10 years ago
Paul B Mahol ac973926b8 avfilter/vf_blend: clip result for divide blend mode 10 years ago
James Almer c16e99e3b3 x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
Peter Cordes 3ad3529b56 avfilter/vf_mpdecimate: add comment about 8x8 SAD 10 years ago
Peter Cordes 6590acf0fd avfilter/vf_mpdecimate: support more pixel formats, including GBRP 10 years ago
Peter Cordes 50f112c915 avfilter/vf_mpdecimate: debug logging of threshold stats 10 years ago
Peter Cordes fb1be6303d avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_pixelutils_get_sad_fn() 10 years ago
James Almer d68c05380c x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
Michael Niedermayer 03637762d9 avfilter/vf_fade: Force alpha pixel format if alpha is set to 1 10 years ago
Michael Niedermayer 52fc3e372f avfilter/x86/vf_hqdn3d: Fix register types 10 years ago
Michael Niedermayer 4240e6a921 avfilter/vf_hqdn3d: Initialize the whole LUT 10 years ago
Michael Niedermayer 5bc2c39527 avfilter/x86/vf_fspp: Fix invalid combination of opcode and operands 10 years ago
Vittorio Giovara 7046bd9bc9 lavfi: Move avcodec header to the only filter needing it 10 years ago
Michael Niedermayer 0c0d1a4ef2 avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_config_pointers. 10 years ago
Michael Niedermayer 8e3b1f259e avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_flags() 10 years ago
Michael Niedermayer 00f5c8f98d avfilter/vf_zoompan: free out AVFrame on failure 10 years ago
Michael Niedermayer d3c9f1fdbe avfilter/avf_showcqt: Fix gamma comparisons 10 years ago
Michael Niedermayer 0d05406482 avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large as the input 10 years ago
Michael Niedermayer 1431b4cf77 avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4 10 years ago
Paul B Mahol 94e293a83c avfilter/af_aphaser: reject too small delay 10 years ago
Anton Khirnov 3735b5c616 Revert "lavfi: always check av_expr_parse_and_eval() return value" 10 years ago
James Almer 3f7986f983 avfilter/Makefile: add missing lavfutils.c dependency to cover_rect and find_rect filters 10 years ago
Michael Niedermayer b4cc7d67f5 avfilter/vf_cover_rect: clip rectangle if it is partly outside the input 10 years ago
Carl Eugen Hoyos 0bca6182b2 lavfi/cropdetect: Fix cropdetect for > 8 bit input. 10 years ago
Muhammad Faiz a141948a8b avfilter/avf_showcqt: optimize gamma calculation 10 years ago
Michael Niedermayer 61b4ab1860 avfilter: Add cover_rect filter 10 years ago
Michael Niedermayer 94340e4b28 avfilter: add find_rect filter 10 years ago
Michael Niedermayer dc4a6e4d5a avfilter/vf_libopencv: Make ocv_filter_entries const 10 years ago
Michael Niedermayer d2184bf3b6 avfilter/lavfutils: disable frame threads when decoding a single image 10 years ago
Michael Niedermayer f8fa392a2e avfilter/vf_vignette: force per frame evaluation if per frame variables are used 10 years ago
Federico Tomassetti 8eb57dc9d5 buffersrc: Use the correct deallocation function 10 years ago
Michael Niedermayer a79cbc0b8e avfilter/vf_qp: Fix use of uinitialized variable 10 years ago