[FFmpeg-cvslog] ffmpeg: Check that r_frame_rate is set before attempting to use it

2016-05-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 16 12:49:06 2016 +0200| [6085d6b2aeef28671614f625601a23cfc922d282] | committer: Michael Niedermayer ffmpeg: Check that r_frame_rate is set before attempting to use it Avoids unexpected occurance and dependency on NaN behavior and division

[FFmpeg-cvslog] swresample/resample: Fix division by 0 with tap_count=1

2016-05-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 16 05:10:21 2016 +0200| [feeb3a92616310b5f79191b0ef3064712c40b7d3] | committer: Michael Niedermayer swresample/resample: Fix division by 0 with tap_count=1 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avformat/utils: Do not compute the bitrate from duration == 0

2016-05-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 16 13:43:02 2016 +0200| [635b2ec5f20d6cdef1adf4907ca28f8f09abcecc] | committer: Michael Niedermayer avformat/utils: Do not compute the bitrate from duration == 0 Fixes division by 0 in fate-acodec-ra144 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/iff: check if there is enough bytes left

2016-05-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 16 15:37:24 2016 +0200| [8767470fb572f394104d24acffb70eea9ce48ad3] | committer: Paul B Mahol avcodec/iff: check if there is enough bytes left Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8767470fb572f3

[FFmpeg-cvslog] avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMs

2016-05-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 16 22:39:03 2016 +0200| [72e33eec3a5e6d04d891e89ef0ab9d42054a6271] | committer: Paul B Mahol avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMs Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/dtshddec: implement AUPR_HDR chunk parsing

2016-05-16 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 16 15:45:22 2016 -0300| [60c2e38dcbe4656bccf08bc70822e06007e555c2] | committer: James Almer avformat/dtshddec: implement AUPR_HDR chunk parsing Use it to get stream duration, sample rate, channel count and initial padding Reviewed-by: Paul B Maho

[FFmpeg-cvslog] avformat/dtshddec: parse chunks stored after audio data

2016-05-16 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 16 02:13:46 2016 -0300| [ab3c04c4580563b12e3433ac5920850cdd29ddd1] | committer: James Almer avformat/dtshddec: parse chunks stored after audio data Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg