[FFmpeg-cvslog] avformat/mov: Enable stream parsing for VP9.

2016-09-08 Thread Matthew Gregan
ffmpeg | branch: master | Matthew Gregan | Wed Sep 7 13:58:30 2016 +1200| [7b3bc365f9923e30a925f8dece4fddd127a54c5d] | committer: Ronald S. Bultje avformat/mov: Enable stream parsing for VP9. MP4 media containing VP9 using superframes (such as

[FFmpeg-cvslog] avformat/segment: give a warning message for remove initial_offset option

2016-09-08 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Sep 8 21:56:44 2016 +0800| [1da00be009aa74400042bf470b9a5ffbd82a1c5e] | committer: Michael Niedermayer avformat/segment: give a warning message for remove initial_offset option ffmpeg have a generic solution working with all

[FFmpeg-cvslog] MAINTAINERS: Add myself for hlsenc

2016-09-08 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Sep 8 00:56:19 2016 +0800| [fff4df7fba4fdabff875bb40b63f219601cc5ab1] | committer: Michael Niedermayer MAINTAINERS: Add myself for hlsenc Signed-off-by: Steven Liu Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] af_hdcd: fix bounds check in hdcd_envelope()

2016-09-08 Thread Burt P
ffmpeg | branch: master | Burt P | Thu Sep 8 18:06:54 2016 -0500| [91117fc9f196fe4f1bcbec93e60bfda3f798fe45] | committer: Burt P af_hdcd: fix bounds check in hdcd_envelope() From Sebastian Ramacher. https://github.com/bp0/libhdcd/pull/11 Signed-off-by: Burt P

[FFmpeg-cvslog] fate: add swaprect

2016-09-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Sep 9 00:57:01 2016 +0200| [21de33dd83ca0a093ac437d9351d8f494754c3af] | committer: Paul B Mahol fate: add swaprect Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_datascope: let user change background opacity

2016-09-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Sep 9 00:40:30 2016 +0200| [e9770b40b17f1d82058e11e490a66d9fefd3e840] | committer: Paul B Mahol avfilter/vf_datascope: let user change background opacity Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/alsdec: Fix reading 0 mantisse bits

2016-09-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 8 22:02:44 2016 +0200| [037422178d7f1d0dd09e1ce424dd61a69e77668b] | committer: Michael Niedermayer avcodec/alsdec: Fix reading 0 mantisse bits Fixes assertion failure Fixes:

[FFmpeg-cvslog] avcodec/svq3: Reintroduce slice_type

2016-09-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 8 21:15:55 2016 +0200| [2d3099ad8ee67a4612633ea02c7fce10e5537579] | committer: Michael Niedermayer avcodec/svq3: Reintroduce slice_type Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/mlz: clear dict on allocation to ensure there are no uninitialized values

2016-09-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 8 19:46:27 2016 +0200| [2f7a12fab5a2ea17bd78b155e9af965669fb9b52] | committer: Michael Niedermayer avcodec/mlz: clear dict on allocation to ensure there are no uninitialized values Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/mlz: Check offset before writing

2016-09-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 8 19:48:06 2016 +0200| [c0fc83ed41edec476c1b9601e1bc0177967ce206] | committer: Michael Niedermayer avcodec/mlz: Check offset before writing Fixes:

[FFmpeg-cvslog] avcodec/alsdec: Fix raw_mantissa memleak

2016-09-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 8 18:11:30 2016 +0200| [f2192e0f0399c7cbb1ac3f311726f2fa9cdf1dba] | committer: Michael Niedermayer avcodec/alsdec: Fix raw_mantissa memleak Fixes:

[FFmpeg-cvslog] avcodec/alsdec: Fix mlz memleak

2016-09-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 8 18:04:13 2016 +0200| [837e72b01608f286c957c5ac3ca3a28cea76e6e0] | committer: Michael Niedermayer avcodec/alsdec: Fix mlz memleak Fixes:

[FFmpeg-cvslog] avcodec/nvenc: use frame size instead of surface size

2016-09-08 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Sep 8 19:08:31 2016 +0200| [8ebe1dddfb5a5e4112f032d55d1a3c961034493d] | committer: Timo Rothenpieler avcodec/nvenc: use frame size instead of surface size >

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

2016-09-08 Thread Sergey Volk
ffmpeg | branch: master | Sergey Volk | Wed Sep 7 14:05:35 2016 -0700| [347cb14b7cba7560e53f4434b419b9d8800253e7] | committer: Michael Niedermayer avformat/mov: Fix potential integer overflow in mov_read_keys Actual allocation size is computed as (count +

[FFmpeg-cvslog] fate: add shuffleframes test

2016-09-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 8 11:14:42 2016 +0200| [26a19f8e92782fa803fc274b5501200d218c2735] | committer: Paul B Mahol fate: add shuffleframes test Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] doc/filters: itemize shuffleframes & shuffleplanes examples

2016-09-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 8 10:26:33 2016 +0200| [8cfe60ef3933c4e300cb088fec28b2511df45398] | committer: Paul B Mahol doc/filters: itemize shuffleframes & shuffleplanes examples Add one more shuffleframes example. Signed-off-by: Paul B Mahol

[FFmpeg-cvslog] avfilter/vf_shuffleframes: unbreak filter

2016-09-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 8 10:53:43 2016 +0200| [ae31ab807001e6e90eac5a79ee0b61c5e727138c] | committer: Paul B Mahol avfilter/vf_shuffleframes: unbreak filter Regression since 736e2e2c30088d0c2a428a51372c78a0bfb7f356. Signed-off-by: Paul B Mahol