Hi All,
I am working with one of the H264 stream available at http://download.openbricks.org/sample/H264/big_buck_bunny_480p_H264_AAC_25fps_1800K_short.MP4/ and used Elecard Software to extract H264 stream.
I used Valgrind for Decode and Transcode and seeing many occurrences of Invalid read of size 4/ Invalid write of size 8. Also significant number of bytes are lost.
Valgrind Commad- valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/ValgrndDecode.txt ...
I have attached Valgrind log for decode and Transcode. Please refer them for more details.
My system config-
$ uname -a
>>Linux NUC 3.10.0-229.1.2.39163.MSSr4.el7.centos.x86_64
CentOs Version
$ cat /etc/centos-release
>>CentOS Linux release 7.1.1503 (Core)
NUC machine-NUC(D54250WYKH) machine
>> MSDK version -- MediaServerStudioEssentials2015R6
Regards,
Sumit Jha