4697 Commits (081913aec53b7459711afe11f44a763dcd74703d)

Author SHA1 Message Date
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer b44ae59b70 avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 4d48ea3c4b avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in memory 10 years ago
Vittorio Giovara 63be97ec40 lavfi: always check av_expr_parse_and_eval() return value 10 years ago
Yayoi 0463df6f42 avfilter/lut: reduce dereference in the inner loop 10 years ago
Michael Niedermayer 19ecd675c5 avfilter/vf_spp: add gbrp support 10 years ago
Michael Niedermayer 4a06215c1a avfilter/vf_spp: add gray8 support 10 years ago
Michael Niedermayer 3ff8ef62bb avfilter/vf_spp: Fix pointer type warning 10 years ago
Paul B Mahol 5f90ef6611 lavfi: add colorlevels filter 10 years ago
Michael Niedermayer 838aa08d75 avfilter/vf_spp: support 10bit per sample 10 years ago
Michael Niedermayer 6de2f027cd avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer eb055295bd avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 609a73b6ff avfilter/vf_uspp: fix gray pixfmt handling 10 years ago
Michael Niedermayer 3dd5f7aaa0 avfilter/vf_uspp: fix used chroma subsampling factors 10 years ago
Michael Niedermayer 354fda7698 avfilter/vf_uspp: fix used pix_fmt 10 years ago
Michael Niedermayer 43fb40c3c3 avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 498396f80c avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 792a5004a1 avfilter/vf_uspp: Add grayscale support 10 years ago
Michael Niedermayer b898c49ba1 avfilter/vf_uspp: assert that the qp_type is valid 10 years ago
Arwa Arif 9f85c273a3 Delete mp=uspp 10 years ago
Michael Niedermayer 2a8eb0d156 avfilter/vf_spp: The qp array width is qp_stride not stride/16 10 years ago
Michael Niedermayer e8dbecb995 avfilter/vf_spp: Allocate qp storage after qp_stride is known 10 years ago
Michael Niedermayer 30d2ac4bf9 avfilter/vf_spp: change temporary to unsigned 10 years ago
Michael Niedermayer e07c82688e avfilter/vf_uspp: fix integer overflow in intermediate 10 years ago
Michael Niedermayer 13c3a97bf1 avfilter/vf_uspp: remove YUV 411/422/440 10 years ago
Michael Niedermayer e1540cdf07 avfilter/vf_uspp: use the average QP instead of QP[0] 10 years ago
Michael Niedermayer 5172782352 avfilter/vf_uspp: The qp array width is qp_stride not stride/16 10 years ago
Michael Niedermayer d2d8ac24b8 avfilter/vf_uspp: Allocate qp storage after qp_stride is known 10 years ago
Michael Niedermayer 327c5292f2 avfilter/version: bump for uspp 10 years ago
Clément Bœsch e93abe1f40 avfilter/uspp: use AVFILTER_DEFINE_CLASS() 10 years ago
Clément Bœsch 397859c4a8 avfilter/uspp: make src const in store_slice_c() 10 years ago
Clément Bœsch 73d88109c0 avfilter/uspp: misc style fixes 10 years ago
Arwa Arif 100fc395b6 lavfi: USPP Filter 10 years ago
Michael Niedermayer a2fa1889a6 avfilter/vf_perspective: add av_assert0() to help gcc see that there are no uninitialized variables 10 years ago
Vittorio Giovara d0b224054f vf_frei0r: do not increment string if it reached the end 10 years ago
Михаил Муковников 71f29410e7 lavfi: Increase drawtext font size limits 10 years ago
Michael Niedermayer 7ad742b224 avfilter/vf_signalstats: fix avframe leak on error 10 years ago
Michael Niedermayer 8280b7db47 avfilter/buffersrc: add context to av_log() call 10 years ago
Michael Niedermayer b4ece54947 avfilter/avcodec: use NULL instead of 0 for pointer 10 years ago
Michael Niedermayer 46b64e3098 Revert "avfilter/vf_interlace: more accurate pts calculation" 10 years ago
Michael Niedermayer 59f1f764d6 avfilter/vf_tinterlace: Favor using standard timebases for the output 10 years ago
Neil Birkbeck e4788e9cd9 avfilter/vf_yadif: fix extra leading dup frame when deint=1 10 years ago
Neil Birkbeck dd5d617956 avfilter/vf_idet: Fixing idet for single-frame inputs. 10 years ago
Kieran Kunhya 96fda42a8f vf_interlace: get rid of useless loads 10 years ago
Clément Bœsch c2ea7069c4 avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diff 10 years ago
Clément Bœsch 9cb1d81a60 avfilter/signalstats: localize a few variables 10 years ago
Clément Bœsch 82dda8e4ea avfilter/signalstats: add threading in compute_sat_hue_metrics 10 years ago
Clément Bœsch 7acbd56a8a avfilter/signalstats: isolate sat hue computation metrics in a function 10 years ago
Clément Bœsch 9db78a296c avfilter/signalstats: add slice threading for subfilters 10 years ago
Clément Bœsch fad6865748 avfilter/signalstats: fix repitition/repetition typo 10 years ago