4771 Commits (330e892c083e21bf11235425db649a73c28fed99)

Author SHA1 Message Date
Clément Bœsch 3b3229aef3 avfilter/edgedetect: fix indent 10 years ago
Paul B Mahol baea14d860 avfilter: port qp filter from libmpcodecs 10 years ago
Arwa Arif 8c7e512ad9 lavfi: remove mp=pp7 10 years ago
Stefano Sabatini 57ede2a507 lavfi: use ff_norm_qscale(), factorize 10 years ago
Michael Niedermayer 0b52bdfb3b avfilter/vf_pp7: Add GBRP pixel format 10 years ago
Michael Niedermayer 1673436d85 avfilter/vf_pp7: use av_malloc_array() 10 years ago
Michael Niedermayer bdb136d302 avfilter/internal: add fixme to ff_norm_qscale() to document obvious scaling issue 10 years ago
Arwa Arif 4df01d5d44 avfilter: Factorize the use of norm_qscale in pp7 10 years ago
James Almer da02ee127a x86/vf_pp7: port dctB_mmx to yasm 10 years ago
Arwa Arif a299cd5ab3 lavfi: port mp=pp7 to libavfilter 10 years ago
Carl Eugen Hoyos 26ac6d5435 lavfi/boxblur: Readd 8bit colour spaces on big-endian. 10 years ago
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