4760 Commits (89388cf60bd5baa5991ee215a23d44f6d6b0c385)

Author SHA1 Message Date
Michael Niedermayer ac3f6429ba vfilter/vf_tinterlace: Fix issues with linesize and cols 10 years ago
Michael Niedermayer da0dadbee4 avfilter/buffer: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Paul B Mahol 145a84717b lavfi: check av_strdup() return value 10 years ago
Michael Niedermayer a79ac73b63 avfilter/vf_idet: Add analyze_interlaced_flag mode 10 years ago
Michael Niedermayer 42411a85b7 avfilter/vf_yadif: detect telecine content 10 years ago
Vittorio Giovara 4438c25638 vf_interlace: remove the warning tag in the message 10 years ago
Vittorio Giovara 15ea222778 vf_interlace: merge FIELD_LOWER check 10 years ago
Vittorio Giovara 046f75a970 vf_interlace: also assert for height 10 years ago
Vittorio Giovara 696141e898 vf_interlace: use image width rather than linesize 10 years ago
Paul B Mahol 91bdb24400 libavfilter/vf_blend: do not unconditionally compile both filters 10 years ago
Michael Niedermayer 0f931b29f7 Factorize avpriv_mirror() out 10 years ago
Michael Niedermayer 9bff052b51 avfilter/vf_sab: fix filtering tiny images 10 years ago
Michael Niedermayer d25d929600 avfilter/vf_idet: Add 9, 12 and 14 bit pixel formats 10 years ago
Michael Niedermayer 18802bc81c avfilter/vf_idet: Use frame_requested instead of prev 10 years ago
Michael Niedermayer a288d08d84 avfilter/vf_cropdetect: adjust Default threshold based on bit depth 10 years ago
Michael Niedermayer 081567397e avfilter/vf_yadif: add >8bit planar rgb formats 10 years ago
Michael Niedermayer eb465b8c56 avfilter/vf_uspp: clear AVPacket to not leave uninitialized memory 10 years ago
Clément Bœsch 39e18b1f40 avfilter/framepack: use FF_CEIL_RSHIFT() 10 years ago
Michael Niedermayer e405a8a73e avfilter/vf_cropdetect: extend limit to cover 16bit pixel formats 10 years ago
Michael Niedermayer a2e2a9f240 avfilter/vf_cropdetect: fix ; typos 10 years ago
Michael Niedermayer 6ab4812f31 avfilter/vf_cropdetect: support 9-16bit planar formats 10 years ago
Michael Niedermayer 5c7227bbb3 avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loop 10 years ago
Michael Niedermayer 60e2c3110a avfilter/vf_cropdetect: Unroll 1byte per sample loop 10 years ago
Michael Niedermayer 17dc83ab5e avfilter/vf_cropdetect: add RGB & RGBA support 10 years ago
Michael Niedermayer 3b1f747238 avfilter/vf_cropdetect: add max_outliers parameter 10 years ago
Michael Niedermayer cc91488588 avfilter/vf_cropdetect: Factorize duplicated code using a macro 10 years ago
Michael Niedermayer ed96830afc avfilter/vf_blend: Fix AVClass 10 years ago
Stefano Sabatini d4fd3f24e8 lavfi: add tblend filter 10 years ago
Michael Niedermayer fa0e5ffb89 avfilter/vf_cropdetect: add yuv440p and yuv410p support 10 years ago
Michael Niedermayer a4b13dbd02 avfilter/vf_fspp: Add GBRP and gray8 support 10 years ago
James Almer a4f876a1a2 x86/vf_fspp: move pxor in store slice functions out of the loop 10 years ago
James Almer 466e32bf25 x86/vf_fspp: port inline asm to yasm 10 years ago
Michael Niedermayer 9224c7f0dd avfilter/vf_fspp: clarify comment 10 years ago
Michael Niedermayer 4bc0dbfc9f avfilter/vf_boxblur: generate supported pixfmt list instead of hardcoding 10 years ago
Stefano Sabatini afaa4a8946 lavfi/blend: add difference128 mode 10 years ago
Clément Bœsch 6e6b0a8eed avfilter/xbr: reindent after previous commit 10 years ago
Clément Bœsch 87984d2fe2 avfilter/xbr: refactor px calculation in FILT[234] 10 years ago
Clément Bœsch 20cac72a4f avfilter/xbr: move alpha blend assignment out of the macros 10 years ago
Clément Bœsch 006caf03d7 avfilter/xbr: remove unused mask 10 years ago
Clément Bœsch 2188df96cf avfilter/xbr: refactor alpha blending macros 10 years ago
Kieran Kunhya 1515bfb313 vf_scale: Use correct chroma positions for YUV420P 10 years ago
James Almer b94e85453e avfilter/vf_fspp: add missing inline asm guards 10 years ago
Stefano Sabatini a51c78c65d lavfi/mp: drop mp=fspp filter 10 years ago
Arwa Arif bdc4db0ee3 lavfi: port mp=fspp to a native libavfilter filter 10 years ago
Clément Bœsch ecafde6606 avfilter/showwaves: fix height range for cline mode 10 years ago
Clément Bœsch f6950a077c avfilter/showwaves: use INT16_MAX instead of a self defined macro 10 years ago
Michael Niedermayer 341bd6ec6a avfilter/vf_uspp: use av_malloc_array() 10 years ago
Michael Niedermayer c73b288927 avfilter/vf_boxblur: Support 10bit planar formats 10 years ago
Michael Niedermayer 34f103b171 avfilter/vf_boxblur: add gbrp pixfmt 10 years ago
Michael Niedermayer 6706a2986c avfilter/vf_spp: Fix overflow in 8bit store slice 10 years ago