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: README.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ For more instructions, you could tap `help(mpegCoder)`.
70
70
71
71
## Update Report
72
72
73
+
### V2.05 update report:
74
+
75
+
1. Fix a severe bug that causes the memory leak when using MpegClient.This bug also exists in MpegDecoder, but it seems that the bug would not cause memory leak in that case. (Although we have also fixed it now.)
76
+
77
+
2. Upgrade to FFMpeg 4.0 Version.
78
+
73
79
### V2.01 update report:
74
80
75
81
1. Fix a bug that occurs when the first received frame may has a PTS larger than zero.
@@ -156,11 +162,11 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
156
162
1. Provide the decoder which could decode videos in arbitrary formats and arbitrary coding.
157
163
158
164
## Version of currently used FFmpeg library
159
-
* libavcodec.so.58.6.103
160
-
* libavformat.so.58.3.100
161
-
* libavutil.so.56.5.100
162
-
* libswresample.so.3.0.101
163
-
* libswscale.so.5.0.101
165
+
* libavcodec.so.58.19.100
166
+
* libavformat.so.58.13.100
167
+
* libavutil.so.56.18.100
168
+
* libswresample.so.3.2.100
169
+
* libswscale.so.5.2.100
164
170
165
171
[exp1]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-check "check the client"
166
172
[exp2]:https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/tree/example-client-player "client with player"
@@ -90,6 +92,12 @@ For more instructions, you could tap `help(mpegCoder)`.
90
92
91
93
## Update Report
92
94
95
+
### V2.05 update report:
96
+
97
+
1. Fix a severe bug that causes the memory leak when using MpegClient.This bug also exists in MpegDecoder, but it seems that the bug would not cause memory leak in that case. (Although we have also fixed it now.)
98
+
99
+
2. Upgrade to FFMpeg 4.0 Version.
100
+
93
101
### V2.01 update report:
94
102
95
103
1. Fix a bug that occurs when the first received frame may has a PTS larger than zero.
0 commit comments