Show patches with: Submitter = Zhong Li       |    State = Action Required       |    Archived = No       |   70 patches
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel] doc/examples/encode_video: add qsv encoder support - - - - --- 2017-07-21 Zhong Li New
[FFmpeg-devel,V2] doc/examples: Add a qsv encoder example - - - - --- 2017-08-02 Zhong Li New
[FFmpeg-devel,1/2] vaapi_hevc: Add an option to set quality level - - - - --- 2017-08-21 Zhong Li New
[FFmpeg-devel,2/2] vaapi_h264: fix quality level setting range - - - - --- 2017-08-21 Zhong Li New
[FFmpeg-devel] option: allow to set slice_flags to video decoder - 1 - - --- 2017-09-21 Zhong Li New
[FFmpeg-devel,V3,1/2] mpeg2_hwaccel: always submit twice for a frame with two fileds. - - - - --- 2017-10-12 Zhong Li New
[FFmpeg-devel,V4,1/2] mpeg2_hwaccel: always submit the first field to HW. - - - - --- 2017-10-23 Zhong Li New
[FFmpeg-devel,V4,2/2] hwaccel_mpeg: check reference pictures are available - - - - --- 2017-10-23 Zhong Li New
[FFmpeg-devel,1/3] qsvenc: move cavlc out of common option - - - - --- 2017-11-13 Zhong Li New
[FFmpeg-devel,2/3] qsv/h264enc: fix cavlc option setting useless issue - - - - --- 2017-11-13 Zhong Li New
[FFmpeg-devel,3/3] qsvenc: cavlc and pic_timing_sei are only available for h264 - - - - --- 2017-11-13 Zhong Li New
[FFmpeg-devel,2/2] lavf/qsv_overlay: fix compiling warning - - - - --- 2017-11-15 Zhong Li New
[FFmpeg-devel,3/3] lavf/qsv_vpp: fix compiling warning - - - - --- 2017-11-15 Zhong Li New
[FFmpeg-devel,1/3] lavu/qsv: remove unused variable - - - - --- 2017-11-20 Zhong Li New
[FFmpeg-devel,1/2] lavc/qsvenc: ICQ/VCM/QVBR are not avilable on Linux - - - - --- 2017-12-07 Zhong Li New
[FFmpeg-devel,V2] lavc/qsvenc: ICQ/VCM/QVBR are only avilable on Windows - - - - --- 2017-12-14 Zhong Li New
[FFmpeg-devel] lavc/qsvdec: hw device should be set - - - - --- 2017-12-29 Zhong Li New
[FFmpeg-devel] examples/qsvdec: remove the deprecated field refcounted_frames - 1 - - --- 2018-01-10 Zhong Li New
[FFmpeg-devel,V2,2/2] Don't overwrite previously setup dimensions for all codecs - - - - --- 2018-01-18 Zhong Li New
[FFmpeg-devel,1/2] lavc: Add coded_w/h to AVCodecParameters - - - - --- 2018-01-19 Zhong Li New
[FFmpeg-devel] ffprobe: Initialize coded_width/height - - - - --- 2018-01-19 Zhong Li New
[FFmpeg-devel,V3] lavc: Don't overwrite previously setup dimensions for all codecs - - - - --- 2018-01-27 Zhong Li New
[FFmpeg-devel] lavc/qsvdec: expose frame pic_type and key_frame - - - - --- 2018-01-29 Zhong Li New
[FFmpeg-devel,2/2] lavc/qsvenc: add the Access Unit Delimiter NAL Unit support - - - - --- 2018-03-16 Zhong Li New
[FFmpeg-devel,2/3] lavu/hwcontext_qsv: Add support for pix_fmt RGB32. - - - - --- 2018-03-22 Zhong Li New
[FFmpeg-devel,3/3] lavc/qsvdec: expose frame pic_type - - - - --- 2018-03-22 Zhong Li New
[FFmpeg-devel] lavc/qsvenc: fix the hard code of height aligment checking - - - - --- 2018-04-04 Zhong Li New
[FFmpeg-devel,1/2] lavc/qsvenc: add detail options for MFE mode - - - - --- 2018-05-04 Zhong Li New
[FFmpeg-devel,2/2] lavc/qsvenc: add mf_max_num option for MFE - - - - --- 2018-05-04 Zhong Li New
[FFmpeg-devel] qsvenc: remove vcm option on Linux - - - - --- 2018-06-07 Zhong Li New
[FFmpeg-devel,1/2] lavc/qsvenc: expose qp of encoded frames - - - - --- 2018-07-26 Zhong Li New
[FFmpeg-devel,V2] lavc/qsvenc: add quality status to side_data - - - - --- 2018-08-10 Zhong Li New
[FFmpeg-devel,5/5] lavc/qsvenc: add an option set MB numbers of each slice - - - - --- 2018-10-25 Zhong Li New
[FFmpeg-devel,v3] lavc/qsvenc: add forced_idr opiton - - - - --- 2018-11-13 Zhong Li New
[FFmpeg-devel,v4,7/9] lavc/qsvenc: add an option to set MB numbers of each slice - - - - --- 2018-11-29 Zhong Li New
[FFmpeg-devel,v4,9/9] lavc/qsvenc: add BRC sliding window setting - - - - --- 2018-11-29 Zhong Li New
[FFmpeg-devel] lavf/qsv_scale: add scaling mode option - - - - --- 2019-01-16 Zhong Li New
[FFmpeg-devel,2/5] lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader() - - - - --- 2019-01-21 Zhong Li New
[FFmpeg-devel,3/5] lavc/qsvdec: remove orignal parser code since not needed now - - - - --- 2019-01-21 Zhong Li New
[FFmpeg-devel,4/5] lavc/qsvdec: Add mjpeg decoder support - - - - --- 2019-01-21 Zhong Li New
[FFmpeg-devel,5/5] lavc/qsvdec: Add VP9 decoder support - - - - --- 2019-01-21 Zhong Li New
[FFmpeg-devel,v2,1/6] lavc/qsv: add function ff_qsv_map_picstruct() - - - - --- 2019-02-20 Zhong Li New
[FFmpeg-devel,v3,2/6] lavc/qsv: make function qsv_map_fourcc() can be called externally - - - - --- 2019-03-08 Zhong Li New
[FFmpeg-devel,v3,3/6] lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader() - - - - --- 2019-03-08 Zhong Li New
[FFmpeg-devel,v3,4/6] lavc/qsvdec: remove orignal parser code since not needed now - - - - --- 2019-03-08 Zhong Li New
[FFmpeg-devel,v3,5/6] lavc/qsvdec: Add mjpeg decoder support - - - - --- 2019-03-08 Zhong Li New
[FFmpeg-devel,v3,6/6] lavc/qsvdec: Add VP9 decoder support - - - - --- 2019-03-08 Zhong Li New
[FFmpeg-devel,v5] lavc/qsvenc: add BRC sliding window setting - - - - --- 2019-03-17 Zhong Li New
[FFmpeg-devel,2/4] lavc/qsvenc: fix hevc vps extradata issues - - - - --- 2019-03-26 Zhong Li New
[FFmpeg-devel,4/4] lavc/qsvenc: get vps extradata from MSDK - - - - --- 2019-03-26 Zhong Li New
[FFmpeg-devel,4/4] lavc/qsvenc_h264: remove the privite option trellis - - - - --- 2019-03-27 Zhong Li New
[FFmpeg-devel,1/2] lavc/qsvenc: enable hevc coding options configuration - - - - --- 2019-04-02 Zhong Li New
[FFmpeg-devel,2/2] lavc/qsvenc: enable hevc gpb option - - - - --- 2019-04-02 Zhong Li New
[FFmpeg-devel] lavc/qsvenc: enable hevc gpb option - - - - --- 2019-04-03 Zhong Li New
[FFmpeg-devel] lavc/qsvenc: disable CO3 for mpeg2 - - - - --- 2019-04-28 Zhong Li New
[FFmpeg-devel,1/3] lavc/mjpegdec: add function ff_mjpeg_decode_header - - - - --- 2019-06-27 Zhong Li New
[FFmpeg-devel,2/3] lavc/mjpeg_parser: use ff_mjpeg_decode_header to parse frame info - - - - --- 2019-06-27 Zhong Li New
[FFmpeg-devel,3/3] qsvdec: add mjpeg decoding support - - - - --- 2019-06-27 Zhong Li New
[FFmpeg-devel] lavc: Add libsvt-av1 encoder wrapper - - - - --- 2019-07-12 Zhong Li New
[FFmpeg-devel,1/2] Revert "lavf/vf_vpp_qsv: add support for QSV transpose filter" - - - - --- 2019-08-07 Zhong Li New
[FFmpeg-devel,2/2] lavfi/vf_vpp_qsv: add support for QSV transpose filter - - - - --- 2019-08-07 Zhong Li New
[FFmpeg-devel,1/6] lavc/qsvdec: add function ff_qsv_map_picstruct() - - - - --- 2019-08-13 Zhong Li New
[FFmpeg-devel,1/2] lavc/qsv: Fix MSDK initialization failure in system memory mode - 1 - - --- 2019-09-04 Zhong Li New
[FFmpeg-devel,2/2] lavu/qsv: remove the redundant libmfx init code - - - - --- 2019-09-04 Zhong Li New
[FFmpeg-devel,V2] lavu/qsv: remove the redundant libmfx init code - - - - --- 2019-09-05 Zhong Li New
[FFmpeg-devel] libavfilter/vaapi_transpose: Fix potential memory leak - - - - --- 2019-09-05 Zhong Li New
[FFmpeg-devel,2/3] lavc/qsv: Fix MSDK initialization failure in system memory mode - - - - --- 2019-09-19 Zhong Li New
[FFmpeg-devel,3/3] lavc/qsv: add memory type message - - - - --- 2019-09-19 Zhong Li New
[FFmpeg-devel,1/2] lavc/qsvenc: enable vp9 encoder - - - - --- 2019-09-29 Zhong Li New
[FFmpeg-devel,2/2] lavc/qsv: force internal allocator for MFX_FOURCC_VP9_SEGMAP surface - - - - --- 2019-09-29 Zhong Li New