ffmpeg | branch: master | James Almer | Sat Nov 19 00:54:58
2016 -0300| [eb3a59c903bd9e7547061c23d9559c130421e7b0] | committer: James Almer
avformat/mov: reuse existing err variable
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb3a59c903bd9e7547061c23
ffmpeg | branch: master | James Almer | Thu Nov 17 02:19:38
2016 -0300| [2343f23e4d7e0d0f6adfd83d7d769a7a115dbd17] | committer: James Almer
avformat/matroska: use av_stream_add_side_data() for stereo3d side data
Reviewed-by: Michael Niedermayer
Signed-off-by: James Almer
> http://git.videola
ffmpeg | branch: master | James Almer | Sat Nov 19 14:33:10
2016 -0300| [0ffea3565700c9b3093ead285f729bb319a2163e] | committer: James Almer
avformat/utils: check for overflow before reallocating side data
This makes av_stream_add_side_data() consistent with av_packet_add_side_data().
Reviewed-
ffmpeg | branch: release/3.0 | James Almer | Sat Nov 19
12:38:44 2016 -0300| [492bbe58902ddf7f9085f13345fd01098c44c6de] | committer:
James Almer
avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()
If realloc fails, the pointer is overwritten and the previously allocated
buffer i
ffmpeg | branch: master | James Almer | Sat Nov 19 12:38:44
2016 -0300| [574929d8b6de32ae712fcca7ab09f01a3e4616be] | committer: James Almer
avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()
If realloc fails, the pointer is overwritten and the previously allocated
buffer is leak
ffmpeg | branch: release/3.1 | James Almer | Sat Nov 19
12:38:44 2016 -0300| [c3f97bf54496ee15a848683c3ca8772367cba216] | committer:
James Almer
avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()
If realloc fails, the pointer is overwritten and the previously allocated
buffer i
ffmpeg | branch: release/3.2 | James Almer | Sat Nov 19
12:38:44 2016 -0300| [3bd7ad58a7e167c114db6cbc01b8fa17f5e30ce4] | committer:
James Almer
avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()
If realloc fails, the pointer is overwritten and the previously allocated
buffer i
ffmpeg | branch: release/3.2 | James Almer | Thu Nov 3
22:34:58 2016 -0300| [ee5677737942ed0ab898f696d39164ee234d2f0a] | committer:
James Almer
avcodec/rawdec: check for side data before checking its size
Fixes valgrind warnings about usage of uninitialized values.
Reviewed-by: Michael Niede