[FFmpeg-cvslog] lavf/http: Fix incorrectly placed parenthesis.

2015-09-03 Thread Stephan Holljes
ffmpeg | branch: master | Stephan Holljes | Thu Sep 3 15:55:10 2015 +0200| [dd7b486e8e5bc12777d19c7932fa2a830db5a826] | committer: Michael Niedermayer lavf/http: Fix incorrectly placed parenthesis. The assignment had incorrectly placed parentheses which resulted in

[FFmpeg-cvslog] avformat/concatdec: Check file variable before dereferencing

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 13:35:37 2015 +0200| [9f6ca28e329e426eacbb82ad77aead13dfb9e8c6] | committer: Michael Niedermayer avformat/concatdec: Check file variable before dereferencing Fixes CID1322328 Reviewed-by: Ganesh Ajjanagadde

[FFmpeg-cvslog] avfilter/avf_showfreqs: Use floating point division in WFUNC_BHANN

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 14:39:08 2015 +0200| [629fcda4dace5e817f5d407453774b2dc295c0e8] | committer: Michael Niedermayer avfilter/avf_showfreqs: Use floating point division in WFUNC_BHANN Fixes: CID1322365 Reviewed-by: Paul B Mahol

[FFmpeg-cvslog] avfilter/af_dynaudnorm: Fix typo in assert

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 14:42:40 2015 +0200| [92b3c486b0e7f9c91bcf827852d5b13017674ca1] | committer: Michael Niedermayer avfilter/af_dynaudnorm: Fix typo in assert Fixes: CID1322303 Reviewed-by: Paul B Mahol

[FFmpeg-cvslog] lavf/http: Remove superfluous parenthesis.

2015-09-03 Thread Stephan Holljes
ffmpeg | branch: master | Stephan Holljes | Thu Sep 3 15:56:12 2015 +0200| [280d140cb02b91d213f7016152fa7ab7b2cb0e75] | committer: Michael Niedermayer lavf/http: Remove superfluous parenthesis. Signed-off-by: Stephan Holljes Reviewed-by:

[FFmpeg-cvslog] avfilter/avf_showwaves: Check max_samples

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 14:52:18 2015 +0200| [a212a983c7f4faf06e600f32a165592dc5b6ae76] | committer: Michael Niedermayer avfilter/avf_showwaves: Check max_samples Fixes potential division by zero Fixes: CID1292295 Reviewed-by: Ganesh

[FFmpeg-cvslog] avformat/mov: Change the type of the r/g/b variables

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 21:54:44 2015 +0200| [9ed53d5a8a9673e2178a4d6eb3a9fc12ebfbc323] | committer: Michael Niedermayer avformat/mov: Change the type of the r/g/b variables Fixes integer overflow Fixes:

[FFmpeg-cvslog] avcodec/gsmdec_template: avoid undefined negative left shifts

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 21:58:59 2015 +0200| [e5aa6f702130f1afd53c61d058c2ebc48e61e9ea] | committer: Michael Niedermayer avcodec/gsmdec_template: avoid undefined negative left shifts Fixes:

[FFmpeg-cvslog] avfilter/vf_atadenoise: Check for ff_get_video_buffer() failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 23:07:43 2015 +0200| [d5710411c74357efce09d1b09770990d2c13ef0c] | committer: Michael Niedermayer avfilter/vf_atadenoise: Check for ff_get_video_buffer() failure Fixes CID1322338 Signed-off-by: Michael

[FFmpeg-cvslog] avfilter/af_sidechaincompress: Also assert that i < 2

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 23:13:24 2015 +0200| [59361d8c9d319098e3c96db2ac600030467212be] | committer: Michael Niedermayer avfilter/af_sidechaincompress: Also assert that i < 2 This should help static analyzers (CID1322339)

[FFmpeg-cvslog] avfilter/vf_histogram: Fix order of operations with flags

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 23:02:03 2015 +0200| [c97ea011f57f7a42f249ff5c1d4d7b21c43dc104] | committer: Michael Niedermayer avfilter/vf_histogram: Fix order of operations with flags Fixes CID1322325 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/vf_drawgraph: add rscroll slide mode

2015-09-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 2 06:06:02 2015 +| [8d2b4b8c8299ea9b957cff4a05f4707f43ddb453] | committer: Paul B Mahol avfilter/vf_drawgraph: add rscroll slide mode Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_vectorscope: constify more variables

2015-09-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 2 09:11:52 2015 +| [7820197d2cd66391a1d9f1a2497553090384c4ac] | committer: Paul B Mahol avfilter/vf_vectorscope: constify more variables Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_vectorscope: support more formats for color4 mode in common case

2015-09-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 2 08:48:25 2015 +| [1c88ef0c99c4bb11f5d72ff07693e84366d2af11] | committer: Paul B Mahol avfilter/vf_vectorscope: support more formats for color4 mode in common case Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_elbg: make it possible to output to pal8 pixel format

2015-09-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Aug 31 12:38:24 2015 +| [19dfbe9298516c4d24ceb28c1495e8c45295a584] | committer: Paul B Mahol avfilter/vf_elbg: make it possible to output to pal8 pixel format Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avutil/common: Add FFNABS()

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 02:17:24 2015 +0200| [d6cd614dac579850076ae312c29c4188f8659e46] | committer: Michael Niedermayer avutil/common: Add FFNABS() This macro avoids the undefined corner case with the *_MIN values Previous version

[FFmpeg-cvslog] avformat/swfdec: Check return value of init_get_bits8()

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 09:47:39 2015 +0200| [bd70303ead786f00df6b09219ea68967799aed1a] | committer: Michael Niedermayer avformat/swfdec: Check return value of init_get_bits8() Fixes: CID1322320 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/vorbisdec: use init_get_bits8()

2015-09-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 1 15:53:56 2015 +| [81f7a2579b08cba98eaf6a5b3bf73d0ec15b5af3] | committer: Paul B Mahol avcodec/vorbisdec: use init_get_bits8() Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] swresample/swresample: Fix integer overflow in seed calculation

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 09:22:31 2015 +0200| [32f53958b8f6ed4c3c2a7447c1e47d012796fae2] | committer: Michael Niedermayer swresample/swresample: Fix integer overflow in seed calculation Fixes CID1322333 Signed-off-by: Michael

[FFmpeg-cvslog] avformat/mov: Fix integer overflow in FFABS

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 09:20:23 2015 +0200| [053e80f6eaf8d87521fe58ea96886b6ee0bbe59d] | committer: Michael Niedermayer avformat/mov: Fix integer overflow in FFABS Fixes: unknown_unknown_19e_414_cov_764838672_bellhamlam.mov

[FFmpeg-cvslog] avformat/file: Fix copy and paste error

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 12:40:12 2015 +0200| [fddcd9e5702ebd2166d8ac73c4b6df32beda23e8] | committer: Michael Niedermayer avformat/file: Fix copy and paste error Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/hlsenc: Fix memleak of path

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 11:18:10 2015 +0200| [4cad4bd4ca6add29562efcd0fb447c1973a0e1ce] | committer: Michael Niedermayer avformat/hlsenc: Fix memleak of path Fixes: CID1322343 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/hlsenc: Initialize vtt_oc to help static analyzers

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 11:14:48 2015 +0200| [e3d8504fd043bdc2535525128b158fbc1fb18c67] | committer: Michael Niedermayer avformat/hlsenc: Initialize vtt_oc to help static analyzers This is also more robust in case it ever is used

[FFmpeg-cvslog] avformat/latmenc: Add assert to avoid coverity warning

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 3 10:37:13 2015 +0200| [879603fa3f8d99d084ae470f7c804df8373da0b6] | committer: Michael Niedermayer avformat/latmenc: Add assert to avoid coverity warning Fixes CID1322323 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/fraps: use init_get_bits8()

2015-09-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 3 09:40:49 2015 +| [9136e65c405bcabf33e524ea79edf2a07831a7c3] | committer: Paul B Mahol avcodec/fraps: use init_get_bits8() Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_sab: use the name 's' for the pointer to the private context

2015-09-03 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Sep 1 08:10:04 2015 -0700| [c0ae4619ecf7d1cc73b55a2300041697a06fd0e3] | committer: Paul B Mahol avfilter/vf_sab: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde

[FFmpeg-cvslog] avfilter/af_channelmap: Reorder operations to avoid memleak

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 00:10:41 2015 +0200| [f5a6a8336fa21dc6d6b6a9a07fa15f8f2240a840] | committer: Michael Niedermayer avfilter/af_channelmap: Reorder operations to avoid memleak Fixes CID1322346 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/tta: Check init_get_bits8() for failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 01:18:13 2015 +0200| [f1593e4ca564cdb7f3194a9eee1dea16df41142d] | committer: Michael Niedermayer avcodec/tta: Check init_get_bits8() for failure Fixes: CID1322319 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/svq1dec: Check init_get_bits8() for failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 01:18:13 2015 +0200| [a51d4246d8ac96acee735e7e5dedb9d9ef27a594] | committer: Michael Niedermayer avcodec/svq1dec: Check init_get_bits8() for failure Fixes: CID1322313 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/vp3: Check init_get_bits8() for failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 01:13:05 2015 +0200| [cbd3cd8eb2de2280d83da5ee875c35581b46a3a3] | committer: Michael Niedermayer avcodec/vp3: Check init_get_bits8() for failure Fixes CID1322316 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/sonic: Check init_get_bits8() for failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 01:18:13 2015 +0200| [6ae1a32d8ac7b20099b35ff376ac92dd793b1852] | committer: Michael Niedermayer avcodec/sonic: Check init_get_bits8() for failure Fixes: CID1322310 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/ira288: Check init_get_bits8() for failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 01:18:13 2015 +0200| [194dd155582d5b71fc3bb78ef77ce64d3f6c521d] | committer: Michael Niedermayer avcodec/ira288: Check init_get_bits8() for failure Fixes: CID1322321 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/smacker: Check init_get_bits8() for failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 01:18:13 2015 +0200| [21d8c6612fcec630785af5c0ae087d0393bb2a8e] | committer: Michael Niedermayer avcodec/smacker: Check init_get_bits8() for failure Fixes: CID1322314 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] AAC: Increase fuzziness of fate-aac tests

2015-09-03 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Thu Sep 3 10:16:33 2015 -0300| [bcb3332b1bc155c0bd05c9a40436b301fede7787] | committer: Claudio Freire AAC: Increase fuzziness of fate-aac tests Needed to make them pass in mips >

[FFmpeg-cvslog] doc: Explain how to use the fps and the fieldmatch filter together.

2015-09-03 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Sep 3 14:36:34 2015 +0200| [3cf0c959cd76f59709dbbb71e9576121cc1d2c58] | committer: Carl Eugen Hoyos doc: Explain how to use the fps and the fieldmatch filter together. Fixes ticket #3968. >

[FFmpeg-cvslog] avcodec/hevc_parser: Check init_get_bits8() for failure

2015-09-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 4 03:09:03 2015 +0200| [bd6610c3b39e24ff3c3745cdfc5c69450bc7b0e5] | committer: Michael Niedermayer avcodec/hevc_parser: Check init_get_bits8() for failure Fixes: CID1322322 Signed-off-by: Michael Niedermayer