[FFmpeg-cvslog] avformat/mov: don't rescale mastering display values from the SmDm atom

2019-02-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 9 20:14:14 2019 -0300| [00fd38f1846a3c889b6ec645107eaea415b99840] | committer: James Almer avformat/mov: don't rescale mastering display values from the SmDm atom Simplifies code. Reviewed-by: Michael Niedermayer Signed-off-by: James Almer >

[FFmpeg-cvslog] avformat/mov: fix hang while seek on a kind of fragmented mp4

2019-02-11 Thread Charles Liu
ffmpeg | branch: master | Charles Liu | Sun Feb 3 23:09:06 2019 +0800| [aa25198f1b925a464bdfa83a98476f08d26c9209] | committer: Marton Balint avformat/mov: fix hang while seek on a kind of fragmented mp4 Binary searching would hang if the fragment items do NOT have timestamp for the specified

[FFmpeg-cvslog] configure: warn about disabled explicitly enabled components

2019-02-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jan 28 01:49:46 2019 +0100| [0cfaf6b7bfd45ce666ae697759d9239ba587] | committer: Marton Balint configure: warn about disabled explicitly enabled components If we enable a component but a dependant library is disabled, then the enabled component

[FFmpeg-cvslog] avformat/async: fix assertion condition when draining buffer

2019-02-11 Thread Marton Balint
ffmpeg | branch: release/4.1 | Marton Balint | Sun Jan 27 19:48:12 2019 +0100| [110eff79caf41a1c0ba9f35f5d46d91f8097be5f] | committer: Marton Balint avformat/async: fix assertion condition when draining buffer Fixes some random assertion failures with ffprobe -show_packets async:samples/ffmp

[FFmpeg-cvslog] avformat/mov: fix hang while seek on a kind of fragmented mp4

2019-02-11 Thread Charles Liu
ffmpeg | branch: release/4.1 | Charles Liu | Sun Feb 3 23:09:06 2019 +0800| [53f3f5233f38aef0b544ebfbb2c450134aae0639] | committer: Marton Balint avformat/mov: fix hang while seek on a kind of fragmented mp4 Binary searching would hang if the fragment items do NOT have timestamp for the speci

[FFmpeg-cvslog] avfilter/tests/integral: Check malloc fail before using it

2019-02-11 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Feb 10 12:57:44 2019 +0800| [6382d0334775c0a2d8b945ea5f007e7106431d6d] | committer: Jun Zhao avfilter/tests/integral: Check malloc fail before using it Need to check malloc fail before using it, so adjust the location in the code. Reviewed-by: Michael N

[FFmpeg-cvslog] avfilter/tests/integral: Fix build warning after adjust the location

2019-02-11 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Feb 10 14:28:22 2019 +0800| [9f33b0ed392f508ddcd6299c89beeed5addce3ff] | committer: Jun Zhao avfilter/tests/integral: Fix build warning after adjust the location Fix build warning like "warning: ISO C90 forbids mixed declarations and code" after adjust t