[FFmpeg-cvslog] avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp line

2019-08-09 Thread Olivier Maignial
ffmpeg | branch: master | Olivier Maignial | Wed Jul 24 10:20:14 2019 +0200| [c29d81e73641d0f58e6f058a095e18b99769dac1] | committer: Michael Niedermayer avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp line === PROBLEM === I was trying to record h264 + aac streams from an

[FFmpeg-cvslog] tools/zmqsend: Avoid mem copy past the end of input buffer

2019-08-09 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Aug 8 10:37:10 2019 -0400| [90e965be6d90fcf729b020dba675b062b59ee17d] | committer: Michael Niedermayer tools/zmqsend: Avoid mem copy past the end of input buffer This patch avoids a read past the end of the input buffer in memcpy since the size

[FFmpeg-cvslog] lavc/tableprint_vlc: Remove avpriv_request_sample() from included files.

2019-08-09 Thread Carl Eugen Hoyos
ffmpeg | branch: release/4.1 | Carl Eugen Hoyos | Wed Jun 19 13:41:01 2019 +0200| [02537719538b71cb2b51fdb4a59c99fd9dbd2d09] | committer: Carl Eugen Hoyos lavc/tableprint_vlc: Remove avpriv_request_sample() from included files. Fixes compilation with --enable-hardcoded-tables. Fixes ticket