[FFmpeg-cvslog] avfilter/crop: avoid premature eval error

2019-12-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Dec 4 16:21:11 2019 +0530| [b66a800877d6f97fa94b41533e3d6a6273f7fb9f] | committer: Gyan Doshi avfilter/crop: avoid premature eval error Width and height expressions can refer to each other. Width is evaluated twice to allow for reference to output hei

[FFmpeg-cvslog] avutil/buffer: use appropriate atomic operations

2019-12-05 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Dec 5 17:02:07 2019 +0800| [71fd72070c867b4f442e5c71baab9775c51273dc] | committer: James Almer avutil/buffer: use appropriate atomic operations No functional changes. ref/unref vs add/sub is symmetrical. Signed-off-by: James Almer > http://git.vid

[FFmpeg-cvslog] tools: add a fuzzer tool for bitstream filters

2019-12-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 30 15:57:44 2019 -0300| [964eb754b456e2bd968b754fd7f3c329264355e4] | committer: James Almer tools: add a fuzzer tool for bitstream filters Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avformat/mpeg: Make VobSub demuxer have its own context struct

2019-12-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Dec 4 13:37:12 2019 +0100| [3f37880c05714ede6590fb32390ed991552d5115] | committer: Michael Niedermayer avformat/mpeg: Make VobSub demuxer have its own context struct When the VobSub demuxer was added, the fields it required were simply added

[FFmpeg-cvslog] avformat/mpeg: Don't copy or leak string in AVBPrint

2019-12-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Dec 4 13:37:13 2019 +0100| [bc3cf2bbd320e1ade2791dca02b9ba947ca436ab] | committer: Michael Niedermayer avformat/mpeg: Don't copy or leak string in AVBPrint vobsub_read_header() uses an AVBPrint to write a string and up until now, it collected

[FFmpeg-cvslog] avformat/mpeg: Fix leaks of AVFormatContext and subtitle packets

2019-12-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Dec 4 13:37:14 2019 +0100| [4825d8a98d4cddab8710055213e99e47cfd5257a] | committer: Michael Niedermayer avformat/mpeg: Fix leaks of AVFormatContext and subtitle packets If an error happens in vobsub_read_header() after allocating the AVFormatC

[FFmpeg-cvslog] avcodec/fitsdec: Use lrint()

2019-12-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 30 18:30:26 2019 +0200| [37f31f4e509fe4ccc56a64edaa6fa3d95ee20466] | committer: Michael Niedermayer avcodec/fitsdec: Use lrint() Fixes: fate-fitsdec-bitpix-64 Possibly Fixes: -nan is outside the range of representable values of type 'un