Message ID | 20240923071008.1599696-5-fei.w.wang@intel.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,1/5] libavcodec/qsvenc: enable Alpha Encode for HEVC | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
diff --git a/Changelog b/Changelog index 49a16da7ca..3f9bfcdd4e 100644 --- a/Changelog +++ b/Changelog @@ -26,6 +26,10 @@ version <next>: - stream specifiers in fftools can now match by stream disposition - LCEVC enhancement data exporting in H.26x and MP4/ISOBMFF - LCEVC filter +- Alpha encode for hevc_qsv encoder +- Screen Content Tool for av1_qsv encoder +- Encode frame quality capture for {h264, hevc, av1}_qsv encoder +- Sliding windows bitrate control for {h264, hevc, av1}_qsv encoder version 7.0: diff --git a/libavcodec/version.h b/libavcodec/version.h index 2618016a83..65bc52fb24 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 17 +#define LIBAVCODEC_VERSION_MINOR 18 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \