6275 Commits (808ab2fd0ba26ecb70655ec990748b16f30017bf)

Author SHA1 Message Date
Paul B Mahol dbc7f02a72 avfilter/aeval: trim last frame's number of samples to match requested duration 8 years ago
Mark Thompson 359586f14f lavfi: Add VAAPI deinterlacer 8 years ago
Rostislav Pehlivanov 42959044ac lavfi/buffersrc: fix directly setting channel layout 8 years ago
Pavel Koshevoy 947fdad92d avfilter/af_atempo: fix drift calculation, ticket #6157 8 years ago
Marton Balint a9f3e4b138 avfilter/f_setcmd: fix null pointer dereference on using dash as interval 8 years ago
Paul B Mahol aa234698e9 avfilter/vf_lut: make it possible to clip pixel values that are out of valid range 8 years ago
Paul B Mahol 72864547f9 avfilter/vf_lut: do not always explicitly clip pixels 8 years ago
Carl Eugen Hoyos 350ce0b9d3 lavfi/minterpolate: Remove an unused variable. 8 years ago
Maksym Veremeyenko 8efb7f5a26 avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel format 8 years ago
Michael Niedermayer 4fcdc9f359 avfilter/vf_midequalizer: Remove duplicate include 8 years ago
Marton Balint e57fd926b0 avfilter/af_pan: fix null pointer dereference on empty token 8 years ago
Mark Thompson 326b1ed93e vf_scale_vaapi: Add missing return value checks 8 years ago
Marton Balint fd57f70c97 avfilter/ebur128: fix relative threshold calculation for multiple contexts 8 years ago
Marton Balint a91cedf79a avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_threshold 8 years ago
Paul B Mahol 012dd8c99a avfilter: add midequalizer filter 8 years ago
Michael Niedermayer c347b28699 avfilter/vf_unsharp: Free out AVFrame on error 8 years ago
Michael Niedermayer 19f567208c avfilter/vf_perspective: Free out AVFrame on error 8 years ago
Michael Niedermayer 21a07ac191 avfilter/vf_fieldhint: Free out AVFrame on error 8 years ago
Michael Niedermayer 15b2c37d5e avfilter/vf_deshake: Free out AVFrame on error 8 years ago
Michael Niedermayer 3edbc2408b avfilter/vf_ciescope: Free out AVFrame on error 8 years ago
Aman Gupta 037bb4021c avfilter/scale: refactor common code for scaling height/width expressions 8 years ago
Paul B Mahol 3405d6c7bc avfilter/overlay: add gbrp output format 8 years ago
Paul B Mahol acf1dd5b74 avfilter: add threshold filter 8 years ago
Muhammad Faiz c4a3526b57 avfilter/showcqt: make minimum timeclamp option lower 8 years ago
Nicolas George 383057f8e7 lavfi: make ff_framequeue_skip_samples() more useful. 8 years ago
Paul B Mahol c6f7f33eec avfilter/vf_remap: add . at end of long description 8 years ago
Michael Niedermayer 6294247730 avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filter_postscale() 8 years ago
Paul B Mahol 836c8750b3 avfilter/avf_showspectrum: fix 2 possible crashes 8 years ago
Paul B Mahol ee8e00b703 avfilter: add abitscope multimedia filter 8 years ago
Marton Balint 977fd88419 avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if nret is not set 8 years ago
Paul B Mahol 08e5732318 avfilter: add EIA-608 line extractor 8 years ago
Michael Niedermayer 0a5add45c7 avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list() 8 years ago
Michael Niedermayer 61164112a5 avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf() 8 years ago
Michael Niedermayer e740e9c798 avfilter/vf_palettegen: Fix leak and simplify code 8 years ago
Michael Niedermayer 5f2b360fc0 avfilter/avfiltergraph: Add assert to write down in machine readable form what is assumed about sample rates in swap_samplerates_on_filter() 8 years ago
Steven Liu 90096e42e1 avfilter:vf_drawtext: add new line space size set parameter 8 years ago
Sergey Kudryashov a9b33b5a37 libavfilter/af_biquads: warn about clipping only after frame with clipping 8 years ago
Nicolas George f7191ccad6 lavfi: remove stray semicolons. 8 years ago
Nicolas George aaae459a85 lavfi: reindent after previous commit. 8 years ago
Nicolas George 912969a33e lavfi/buffersink: move to the new design. 8 years ago
Nicolas George 32c59a115d lavfi: do not call ff_filter_frame() with activate. 8 years ago
Nicolas George c619a4e525 lavfi: make two functions static. 8 years ago
Nicolas George ae4650f0b9 lavfi: disallow ff_request_frame for filters using activate. 8 years ago
Nicolas George 9eb4c79afd lavfi: add ff_inlink_request_frame(). 8 years ago
Nicolas George d3cb140433 lavfi: move ff_update_link_current_pts() into the utility functions. 8 years ago
Nicolas George 7910127a8e lavfi: cosmetic: remove forward declaration. 8 years ago
Nicolas George 3ff01feda3 lavfi: add AVFilter.activate. 8 years ago
Nicolas George db4a71c0ff lavfi: use the consume helpers in ff_filter_frame_to_filter(). 8 years ago
Nicolas George d360ddf03b lavfi: add helpers to consume frames from link FIFOs. 8 years ago
Nicolas George 2e5af443c3 lavfi: pass min explicitly to samples_ready(). 8 years ago