Show patches with: Submitter = Ruiling Song       |   62 patches
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel] vaapi_h265: general_level_idc should times 3. - 1 - - --- 2017-11-28 Ruiling Song New
[FFmpeg-devel] lavc/qsv: skip the packet if decoding failure. - - - - --- 2018-01-22 Ruiling Song Superseded
[FFmpeg-devel] lavc/qsv: skip the packet if decoding failure. - - - - --- 2018-01-25 Ruiling Song New
[FFmpeg-devel] lavc/vaapi: release buffer before destroy context. - - - - --- 2018-02-08 Ruiling Song New
[FFmpeg-devel,1/2] lavf: make overlay_qsv work based on framesync. - - - - --- 2018-03-21 Ruiling Song New
[FFmpeg-devel,2/2] lavf: clone the frame managed by framework. - - - - --- 2018-03-21 Ruiling Song New
[FFmpeg-devel,v2,1/2] lavf: make overlay_qsv work based on framesync - 1 - - --- 2018-04-03 Ruiling Song Accepted
[FFmpeg-devel,v2,2/2] lavf/qsv: clone the frame which may be managed by framework - - - - --- 2018-04-03 Ruiling Song New
[FFmpeg-devel,RFC] lavfi: add opencl tonemap filter. - - - - --- 2018-05-04 Ruiling Song Superseded
[FFmpeg-devel] lavfi: add opencl tonemap filter. - - - - --- 2018-05-21 Ruiling Song Superseded
[FFmpeg-devel] lavfi: a minor fix to tonemap peak detection. - - - - --- 2018-05-21 Ruiling Song New
[FFmpeg-devel] lavfi: add opencl tonemap filter. - - - - --- 2018-05-29 Ruiling Song Superseded
[FFmpeg-devel,v3,1/2] lavfi: add opencl tonemap filter. - - - - --- 2018-06-06 Ruiling Song Superseded
[FFmpeg-devel,v3,2/2] lavfi: make vf_colorspace use functions from colorspace.c - - - - --- 2018-06-06 Ruiling Song Accepted
[FFmpeg-devel] lavu: add calling convention for OpenCL callback. - - - - --- 2018-06-06 Ruiling Song Accepted
[FFmpeg-devel] lavfi: add helper macro for OpenCL error handling. - - - - --- 2018-06-12 Ruiling Song New
[FFmpeg-devel,v4,1/2] lavfi: add opencl tonemap filter. - - - - --- 2018-06-19 Ruiling Song New
[FFmpeg-devel,v4,2/2] lavfi: make vf_colorspace use functions from colorspace.c - - - - --- 2018-06-19 Ruiling Song New
[FFmpeg-devel,1/2] lavfi/opencl: add macro for opencl error handling. - - - - --- 2018-07-02 Ruiling Song Superseded
[FFmpeg-devel,2/2] lavfi/vf_avgblur_opencl: remove useless clFinish(). - - - - --- 2018-07-02 Ruiling Song Accepted
[FFmpeg-devel,v2,1/2] lavfi/opencl: add macro for opencl error handling. - - - - --- 2018-07-03 Ruiling Song New
[FFmpeg-devel,v2,2/2] lavfi/vf_avgblur_opencl: remove useless clFinish(). - - - - --- 2018-07-03 Ruiling Song New
[FFmpeg-devel] lavfi/colorspace: Suppress compile warning on incompatible pointer type. - - - - --- 2018-07-13 Ruiling Song New
[FFmpeg-devel] doc/filters: add tonemap_opencl document. - - - - --- 2018-08-01 Ruiling Song Superseded
[FFmpeg-devel,1/4] doc/filters: add document for opencl filters - - - - --- 2018-10-29 Ruiling Song Accepted
[FFmpeg-devel,2/4] lavfi/opencl: Handle overlay input formats correctly. - 1 - - --- 2018-10-29 Ruiling Song Superseded
[FFmpeg-devel,3/4] doc/filters: add tonemap_opencl document. - - - - --- 2018-10-29 Ruiling Song Accepted
[FFmpeg-devel,4/4] lavfi/opencl: remove peak option of tonemap_opencl - 1 - - --- 2018-10-29 Ruiling Song New
[FFmpeg-devel,1/4] doc/filters: add document for opencl filters - - - - --- 2018-10-29 Ruiling Song Superseded
[FFmpeg-devel,2/4] lavfi/opencl: Handle overlay input formats correctly. - - - - --- 2018-10-29 Ruiling Song New
[FFmpeg-devel,3/4] doc/filters: add tonemap_opencl document. - 1 - - --- 2018-10-29 Ruiling Song Accepted
[FFmpeg-devel] lavf: add tranpose_opencl filter - - - - --- 2018-11-26 Ruiling Song New
[FFmpeg-devel,V2] lavf: add transpose_opencl filter - - - - --- 2018-11-28 Ruiling Song Accepted
[FFmpeg-devel] lavfi/tonemap_opencl: reuse matrix calculation from vf_colorspace - - - - --- 2018-11-28 Ruiling Song New
[FFmpeg-devel,1/2] lavfi/vf_hwmap: make hwunmap from software frame work. - - - - --- 2018-12-13 Ruiling Song New
[FFmpeg-devel,2/2] lavu: relax the condition to do hwframe unmapping. - - - - --- 2018-12-13 Ruiling Song New
[FFmpeg-devel,1/5] lavu/opencl: replace va_ext.h with standard name - - - - --- 2019-01-22 Ruiling Song Accepted
[FFmpeg-devel,2/5] lavfi/colorspace: move some functions to common file - - - - --- 2019-01-22 Ruiling Song Accepted
[FFmpeg-devel,3/5] lavfi/opencl: add ff_opencl_print_const_matrix_3x3() - - - - --- 2019-01-22 Ruiling Song Accepted
[FFmpeg-devel,4/5] lavfi/tonemap_opencl: reuse color matrix calculation from colorspace.c - - - - --- 2019-01-22 Ruiling Song Accepted
[FFmpeg-devel,5/5] lavfi/colorspace_common: add ifdef check to be more compatible. - - - - --- 2019-01-22 Ruiling Song Accepted
[FFmpeg-devel,RFC] lavfi: add scale_opencl filter. - - - - --- 2019-01-30 Ruiling Song New
[FFmpeg-devel] lavfi/vf_hwmap: move some code into seperate function - - - - --- 2019-02-02 Ruiling Song New
[FFmpeg-devel] MAINTAINERS: add myself for tonemap_opencl - - - - --- 2019-02-13 Ruiling Song Accepted
[FFmpeg-devel] lavfi: add nlmeans_opencl filter - - - - --- 2019-04-01 Ruiling Song New
[FFmpeg-devel,V2,1/2] lavfi/opencl: add more opencl helper macro - 1 - - --- 2019-04-12 Ruiling Song New
[FFmpeg-devel,V2,2/2] lavfi/opencl: add nlmeans_opencl filter - - - - --- 2019-04-12 Ruiling Song New
[FFmpeg-devel] lavfi/gblur: doing several columns at the same time - 1 - - --- 2019-05-06 Ruiling Song New
[FFmpeg-devel,V3] lavfi/opencl: add nlmeans_opencl filter - - - - --- 2019-05-07 Ruiling Song New
[FFmpeg-devel] avfilter/vf_unsharp: enable slice threading - - - - --- 2019-05-09 Ruiling Song Superseded
[FFmpeg-devel] avutil/tx: should check against (*ctx) - - - - --- 2019-05-16 Ruiling Song Accepted
[FFmpeg-devel,V2] avutil/tx: add check against (*ctx) - 1 - - --- 2019-05-16 Ruiling Song New
[FFmpeg-devel,V2] avfilter/vf_unsharp: enable slice threading - - - - --- 2019-05-16 Ruiling Song Accepted
[FFmpeg-devel] avfilter/vf_gblur: add x86 SIMD optimizations - - - - --- 2019-05-30 Ruiling Song Superseded
[FFmpeg-devel,V2,1/2] avfilter/vf_gblur: add x86 SIMD optimizations - - - - --- 2019-06-04 Ruiling Song Superseded
[FFmpeg-devel,V2,2/2] checkasm/vf_gblur: add test for horiz_slice simd - - - - --- 2019-06-04 Ruiling Song Superseded
[FFmpeg-devel,V3,1/2] avfilter/vf_gblur: add x86 SIMD optimizations - - - - --- 2019-06-05 Ruiling Song Accepted
[FFmpeg-devel,V3,2/2] checkasm/vf_gblur: add test for horiz_slice simd - - - - --- 2019-06-05 Ruiling Song New
[FFmpeg-devel] avfilter/vf_convolution: add x86 SIMD for filter_3x3() - - - - --- 2019-07-09 Ruiling Song Superseded
[FFmpeg-devel,V2] avfilter/vf_convolution: add x86 SIMD for filter_3x3() - - - - --- 2019-07-31 Ruiling Song Accepted
[FFmpeg-devel,V4] avfilter: Add tonemap vaapi filter for H2S - - - - --- 2019-12-12 Ruiling Song New
[FFmpeg-devel] swscale/swscale: remove useless code [FFmpeg-devel] swscale/swscale: remove useless code - - - - 1-- 2020-04-01 Ruiling Song Accepted