[FFmpeg-cvslog] ffmpeg libopusdec: fix missing include file in libopusdec.c

2017-11-24 Thread Mikulas Patocka
ffmpeg | branch: master | Mikulas Patocka | Thu Nov 23 20:22:56 2017 +0100| [279d2599dd6be8e2030a4543b4efa245fd75de5c] | committer: Michael Niedermayer ffmpeg libopusdec: fix missing include file in libopusdec.c This patch fixes the following error when compiling mplayer with libopus. libavco

[FFmpeg-cvslog] lavf/mov: fix crash in mov_read_sidx

2017-11-24 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Fri Nov 24 08:18:16 2017 -0800| [bdddcb7b030d075dffa2989222d687106c06d50c] | committer: Michael Niedermayer lavf/mov: fix crash in mov_read_sidx Use correct index into streams Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/sbrdsp_fixed: Fix integer overflow

2017-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 22 20:18:40 2017 +0100| [12a511f2c265d6319b7fdc332a6aa8aca1535309] | committer: Michael Niedermayer avcodec/sbrdsp_fixed: Fix integer overflow Fixes: signed integer overflow: 2147483598 + 64 cannot be represented in type 'int' Fixes: 433

[FFmpeg-cvslog] avformat/dashenc: Associate mpd extension with dash muxer

2017-11-24 Thread Karthick J
ffmpeg | branch: master | Karthick J | Wed Nov 22 14:08:03 2017 +0530| [a1f8f1340accda1a59d45f3344430e393badc963] | committer: Michael Niedermayer avformat/dashenc: Associate mpd extension with dash muxer Reviewed-by: 刘歧 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/utils: fix mixed declarations and code

2017-11-24 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Nov 24 17:46:16 2017 -0300| [31de45d20b1ff90d4baf7c5a65e88f582efdb2a6] | committer: James Almer avformat/utils: fix mixed declarations and code Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31de45d20b1ff90d4b

[FFmpeg-cvslog] avcodec/nvdec: Round up odd width/height values

2017-11-24 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Fri Nov 24 10:05:49 2017 -0800| [4186a77f26a82b4e15109d3286d6de98c2cfe7b6] | committer: Philip Langdale avcodec/nvdec: Round up odd width/height values nvdec will not produce odd width/height output, and while this is basically never an issue with mo

[FFmpeg-cvslog] avformat/ttaenc: buffer packets directly

2017-11-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 20 16:16:11 2017 -0300| [e97667c82f4c3ed813269383f8ea825ffb96204f] | committer: James Almer avformat/ttaenc: buffer packets directly This is a bit more robust in case of OOM. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/ttaenc: add tta_init()

2017-11-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 20 17:43:23 2017 -0300| [fa4121507ca426d3640268cb87c8c1bc547a6103] | committer: James Almer avformat/ttaenc: add tta_init() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa4121507ca426d3640268cb87c8c1bc54

[FFmpeg-cvslog] avformat/utils: Prevent undefined shift with wrap_bits > 64.

2017-11-24 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Fri Nov 17 13:35:56 2017 -0800| [03fbc0daa7e37af024f8b017a28105c32bbe25ca] | committer: Michael Niedermayer avformat/utils: Prevent undefined shift with wrap_bits > 64. 2LL << (wrap_bits=64 - 1) does not fit in int64_t; change the code to use a uint64_t

[FFmpeg-cvslog] avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.

2017-11-24 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Wed Nov 22 10:58:39 2017 -0800| [9648cc6d7fdbb0a260bed1e3e23300569cff9579] | committer: Michael Niedermayer avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead. Signed-off-by: Dale Curtis Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] avfilter/af_amix: make use of av_asprintf()

2017-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 24 17:09:48 2017 +0100| [63826a0b8288c464ef665bb140451f229cfae518] | committer: Paul B Mahol avfilter/af_amix: make use of av_asprintf() Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63826a0b8288c464ef6

[FFmpeg-cvslog] avfilter: add mix filter

2017-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 20 19:58:44 2017 +0100| [ec5328aa6f3c1650155dd2a257167f4130abb800] | committer: Paul B Mahol avfilter: add mix filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec5328aa6f3c1650155dd2a257167f4130abb8

[FFmpeg-cvslog] avfilter/af_ladspa: remove duplicate code lines

2017-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 24 13:36:26 2017 +0100| [59365e634552e18bb7f844ba60cba2d62852fe88] | committer: Paul B Mahol avfilter/af_ladspa: remove duplicate code lines Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59365e634552e18