[FFmpeg-devel] [PATCH V5 0/2] Add slice threading support

Jun Zhao mypopydev at gmail.com
Sat Jun 1 08:16:38 EEST 2019


V5: - Using Macros for redundant code, don't use the is_16bit check in the 
      thread exec callback to avoid potential performance issues, Thanks 
      Ruiling Song, ZhongLi and Paul B Mahol review/comments/suggestion.

Jun Zhao (2):
  lavfi/colorlevels: Add slice threading support
  lavfi/lut: Add slice threading support

 libavfilter/vf_colorlevels.c |  110 ++++++++++++---
 libavfilter/vf_lut.c         |  310 +++++++++++++++++++++++++++---------------
 2 files changed, 288 insertions(+), 132 deletions(-)



More information about the ffmpeg-devel mailing list