You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
2
+
**<spanstyle="color:#56adda">0.1.18</span>**
3
+
- adds similar logic for qsv and vaapi as was done for nvenc in 0.1.17
4
+
- adds new qsv_safe_decode and vaapi_safe_decode options to the respective encoders
5
+
- adds new paths in their respective define_filtergraph functions to move the frames off the GPU to avoid h/w accel failure due to midstream colorspace changes
6
+
- adds '-reinit_filter 0' option to the ffmpeg command line when the x_safe_option is enabled so that ffmpeg can ignore the filter change that would have resulted from the colorspace change
7
+
- the combination of these allows ffmpeg to successfully process the file rather than failing
8
+
2
9
**<spanstyle="color:#56adda">0.1.17</span>**
3
10
- adds nvenc_safe_decode option to allow plugin to avoid an error caused by colorspace changes in the file
4
11
- adds new path in the define_filtergraph function to move the frames off the GPU to avoid h/w accel failure due to midstream colorspace changes
0 commit comments