[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc, saiz}()

2017-02-10 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Wed Dec 14 15:27:49 2016 -0800| [36aba43bd5fae8595dd9a566fbcfbbea63f0fca3] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}() Core of patch is from p...@paulmehta.com Reference https://crbug.com/643952 (s

[FFmpeg-cvslog] lavf/mov.c: Avoid OOB in mov_read_udta_string()

2017-02-10 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Wed Feb 8 15:40:46 2017 -0800| [9bbdf5d921ef57e1698f64981e4ea04db7c56fb5] | committer: Michael Niedermayer lavf/mov.c: Avoid OOB in mov_read_udta_string() Core of patch is from p...@paulmehta.com Reference https://crbug.com/643952 (udta_string portion

[FFmpeg-cvslog] lavc/mjpegenc_common: Remove an unused variable.

2017-02-10 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Feb 10 12:34:36 2017 +0100| [3ea9773793abeb9fb1fe5e854705330182829469] | committer: Carl Eugen Hoyos lavc/mjpegenc_common: Remove an unused variable. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ea9773793abeb9fb1fe5e8547053301828

[FFmpeg-cvslog] lavf/movenc: Remove two unused variables.

2017-02-10 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Feb 10 12:40:43 2017 +0100| [74c576957ae137f3fd7669ca73a36633fb0517bb] | committer: Carl Eugen Hoyos lavf/movenc: Remove two unused variables. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74c576957ae137f3fd7669ca73a36633fb0517bb -

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc, saiz}()

2017-02-10 Thread Matt Wolenetz
ffmpeg | branch: release/3.2 | Matt Wolenetz | Wed Dec 14 15:27:49 2016 -0800| [d4b731e271ba944ade8f6a128271479529507de9] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}() Core of patch is from p...@paulmehta.com Reference https://crbug.com/6439

[FFmpeg-cvslog] lavf/mov.c: Avoid OOB in mov_read_udta_string()

2017-02-10 Thread Matt Wolenetz
ffmpeg | branch: release/3.2 | Matt Wolenetz | Wed Feb 8 15:40:46 2017 -0800| [927e59b74acc5286f9e8eeac0fb118410db1c09a] | committer: Michael Niedermayer lavf/mov.c: Avoid OOB in mov_read_udta_string() Core of patch is from p...@paulmehta.com Reference https://crbug.com/643952 (udta_string po

[FFmpeg-cvslog] Tag n3.2.4 : FFmpeg 3.2.4 release

2017-02-10 Thread git
[ffmpeg] [branch: refs/tags/n3.2.4] Tag:d8d7ad6587bd9133fceb00ed2ce080e4d7beb9d7 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=d8d7ad6587bd9133fceb00ed2ce080e4d7beb9d7 Tagger: Michael Niedermayer Date: Fri Feb 10 14:25:00 2017 +0100 FFmpeg 3.2.4 release __

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. f15da7a web/download: add FFmpeg 3.2.4

2017-02-10 Thread ffmpeg-git
The branch, master has been updated via f15da7a958bbdb27acbbdec9cc9e25c1e6dd20e2 (commit) from 43fd5deb20bd8bbd945dc600951773d22e359d5b (commit) - Log - commit f15da7a958bbdb27acbbdec9cc9e25c1e6dd20e2 Author: Micha

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 96bb2bc web/security: add CVE-2017-5024 and CVE-2017-5025

2017-02-10 Thread ffmpeg-git
The branch, master has been updated via 96bb2bc7dabf074bc05809ee7dbf6c4b9ac52c5c (commit) from f15da7a958bbdb27acbbdec9cc9e25c1e6dd20e2 (commit) - Log - commit 96bb2bc7dabf074bc05809ee7dbf6c4b9ac52c5c Author: Micha

[FFmpeg-cvslog] avcodec/qdmc: silence gcc 6.2.0 warning

2017-02-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 10 17:02:56 2017 +0100| [ba632efa93eff2550bcc465190efd05a46116ce6] | committer: Paul B Mahol avcodec/qdmc: silence gcc 6.2.0 warning Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba632efa93eff2550bcc465

[FFmpeg-cvslog] avformat/apetag: fix flag value to signal footer presence

2017-02-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 10 00:53:39 2017 -0300| [e8d6fef3161f35878f8e0abf9d27d2c45a5d40b6] | committer: James Almer avformat/apetag: fix flag value to signal footer presence According to the spec[1], a value of 0 means the footer is present and a value of 1 means it's ab

[FFmpeg-cvslog] avformat/apetag: account for header size if present when returning the start position

2017-02-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 10 01:24:27 2017 -0300| [84d874a680ff647bc84de44967b638f246a8b832] | committer: James Almer avformat/apetag: account for header size if present when returning the start position The size field in the header/footer accounts for the entire APE tag

[FFmpeg-cvslog] avformat/apetag: reorder some code to improve readability

2017-02-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 10 16:01:37 2017 -0300| [33ab1d4c6f6af4df6e06bd590e5d805bdf442881] | committer: James Almer avformat/apetag: reorder some code to improve readability This way it's clear the size field accounts for the footer length plus every tag entry, but not t

[FFmpeg-cvslog] avformat/apetag: bump micro version

2017-02-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 10 21:03:24 2017 -0300| [7b3f0b3de4e01778e419140d4c57f2eb798ae954] | committer: James Almer avformat/apetag: bump micro version In case parsers care about the version that started writing correct flags. Signed-off-by: James Almer > http://git.v

[FFmpeg-cvslog] doc: Add muxers/demuxers list option

2017-02-10 Thread Mulvya
ffmpeg | branch: master | Mulvya | Fri Feb 10 17:28:14 2017 +0530| [40b6e28778653d1f16dc650d841d9adedc781bea] | committer: Michael Niedermayer doc: Add muxers/demuxers list option Signed-off-by: Mulvya Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] fate: add WavPack muxer test

2017-02-10 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 10 19:47:54 2017 -0300| [96ee6da4010637aa7ce7023fd6ad29b67a0d9c4c] | committer: James Almer fate: add WavPack muxer test Tested-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96ee6

[FFmpeg-cvslog] avformat/hlsenc: deprecate hls_wrap option

2017-02-10 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Feb 11 12:32:31 2017 +0800| [d96ebc5ef88024869de06bcf92b2ad99b01d47e3] | committer: Steven Liu avformat/hlsenc: deprecate hls_wrap option When user use the hls_wrap, there have many problem: 1. some platform refersh the old but usefull segment 2. CDN(