[FFmpeg-cvslog] avformat/matroskadec: address a missing AVPacket free

2018-04-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 4 10:54:14 2018 -0300| [2f0e0deadc4ead545c9042ed4c19211a2daa235a] | committer: James Almer avformat/matroskadec: address a missing AVPacket free Fixes memleaks. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avcodec/mpeg4videodec: unbreak multithreading decoding

2018-04-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 4 11:06:55 2018 -0300| [2f273701119f5ec9534f4327f9f1471728518628] | committer: James Almer avcodec/mpeg4videodec: unbreak multithreading decoding Should fix double free related crashes. Signed-off-by: James Almer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avformat/matroskadec: address some more missing AVPacket frees

2018-04-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 4 13:53:12 2018 -0300| [4f55b94663cf1eeb00ca23e0fe89766ad081f811] | committer: James Almer avformat/matroskadec: address some more missing AVPacket frees Fixes memleaks. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] ffmpeg: allow setting attached_pic disposition

2018-04-04 Thread Timo Teräs
ffmpeg | branch: master | Timo Teräs | Mon Apr 2 11:36:56 2018 +0300| [94d831f3886a7d5d207b9224cd52d11e22d0e8f1] | committer: Michael Niedermayer ffmpeg: allow setting attached_pic disposition This is used to signal that image should be stored in metadata as cover image. Signed-off-by: Timo

[FFmpeg-cvslog] avformat/movenc: add rtp_hinting_needed() helper function

2018-04-04 Thread Timo Teräs
ffmpeg | branch: master | Timo Teräs | Mon Apr 2 11:36:57 2018 +0300| [53688b62ca96ad9a3b0e7d201caca61c79a68648] | committer: Michael Niedermayer avformat/movenc: add rtp_hinting_needed() helper function This is shared test and this simplifies code a bit. Follow up commit will have additional