[FFmpeg-cvslog] lafv/wavdec: Fail bext parsing on incomplete reads

2019-08-04 Thread Matt Wolenetz
ffmpeg | branch: release/4.2 | Matt Wolenetz | Thu Jul 25 15:54:49 2019 -0700| [907027a4f26d6df9a773afd6d92dd88c51822906] | committer: Michael Niedermayer lafv/wavdec: Fail bext parsing on incomplete reads avio_read can successfully return even when less than the requested amount of input was

[FFmpeg-cvslog] lafv/wavdec: Fail bext parsing on incomplete reads

2019-07-25 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Thu Jul 25 15:54:49 2019 -0700| [052d41377a02f480f8e7135c0f7d418e9a405215] | committer: Michael Niedermayer lafv/wavdec: Fail bext parsing on incomplete reads avio_read can successfully return even when less than the requested amount of input was read

[FFmpeg-cvslog] lavc/libopusdec: Allow avcodec_open2 to call .close

2018-07-10 Thread Matt Wolenetz
ffmpeg | branch: release/2.8 | Matt Wolenetz | Tue Apr 10 13:59:25 2018 -0700| [54bde32f37fd69c556c1c65047f9d27c2a6da229] | committer: Michael Niedermayer lavc/libopusdec: Allow avcodec_open2 to call .close If there is a decoder initialization failure detected in avcodec_open2 after .init is

[FFmpeg-cvslog] lavc/libopusdec: Allow avcodec_open2 to call .close

2018-04-12 Thread Matt Wolenetz
ffmpeg | branch: release/3.3 | Matt Wolenetz | Tue Apr 10 13:59:25 2018 -0700| [9b1a4da668999c0bd4d78b370872b9448cf746c3] | committer: Michael Niedermayer lavc/libopusdec: Allow avcodec_open2 to call .close If there is a decoder initialization failure detected in avcodec_open2 after .init is

[FFmpeg-cvslog] lavc/libopusdec: Allow avcodec_open2 to call .close

2018-04-10 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Tue Apr 10 13:59:25 2018 -0700| [e43e97f0e0f0596b56ceb2f887fe7414f202f081] | committer: Michael Niedermayer lavc/libopusdec: Allow avcodec_open2 to call .close If there is a decoder initialization failure detected in avcodec_open2 after .init is

[FFmpeg-cvslog] lavc/vorbisdec: Allow avcodec_open2 to call .close

2018-03-07 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Mon Mar 5 15:59:18 2018 -0800| [b59b59944693e645cdcf5e61b60f288820fe48c3] | committer: Michael Niedermayer lavc/vorbisdec: Allow avcodec_open2 to call .close If there is a decoder initialization failure detected in avcodec_open2 after .init is called

[FFmpeg-cvslog] avformat/mov: Initialize a potential gap in ctts_data in mov_build_index

2018-03-04 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Fri Mar 2 15:12:41 2018 -0800| [133ddd38750acc01d0a9599d5b31375d33798d67] | committer: Michael Niedermayer avformat/mov: Initialize a potential gap in ctts_data in mov_build_index mov_read_ctts ignores ctts entries having count <= 0. Generally,

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

2017-02-11 Thread Matt Wolenetz
ffmpeg | branch: release/3.0 | Matt Wolenetz | Wed Dec 14 15:27:49 2016 -0800| [c63e58756699d07b5bc69799db388600d3e634bf] | 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

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

2017-02-11 Thread Matt Wolenetz
ffmpeg | branch: release/3.0 | Matt Wolenetz | Wed Feb 8 15:40:46 2017 -0800| [b5c13002d18e8cd0ab19b37bb1fff3ea75ec3e5e] | 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

[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

[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

[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

[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

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/2.8 | Matt Wolenetz | Wed Dec 14 15:24:42 2016 -0800| [8be3724e55b2c55337c14c9cb7a69c5a85d42a65] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr Core of patch is from p...@paulmehta.com Reference https://crbug.com/643950

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/2.8 | Matt Wolenetz | Wed Dec 14 15:26:19 2016 -0800| [4adc99ecb6e9aec301fdd79ec097d433346045b6] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid Core of patch is from p...@paulmehta.com Reference https://crbug.com/643951

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/3.0 | Matt Wolenetz | Wed Dec 14 15:26:19 2016 -0800| [dc1e099bf281e69d162bde02bd87112bbcb1ab5c] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid Core of patch is from p...@paulmehta.com Reference https://crbug.com/643951

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/3.0 | Matt Wolenetz | Wed Dec 14 15:24:42 2016 -0800| [4f7064c9da35cd8156f6aee4a25e9b4e7f4ae607] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr Core of patch is from p...@paulmehta.com Reference https://crbug.com/643950

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/3.1 | Matt Wolenetz | Wed Dec 14 15:24:42 2016 -0800| [b6efd022b77349f2797afe756b791e82ec4a1d96] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr Core of patch is from p...@paulmehta.com Reference https://crbug.com/643950

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/3.1 | Matt Wolenetz | Wed Dec 14 15:26:19 2016 -0800| [02a5e88ebc725b09f675bfcbbd4db1133e41708e] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid Core of patch is from p...@paulmehta.com Reference https://crbug.com/643951

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/3.2 | Matt Wolenetz | Wed Dec 14 15:26:19 2016 -0800| [ed2572b9c8f885e2a4764d2e34604442a71899a1] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid Core of patch is from p...@paulmehta.com Reference https://crbug.com/643951

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr

2017-02-08 Thread Matt Wolenetz
ffmpeg | branch: release/3.2 | Matt Wolenetz | Wed Dec 14 15:24:42 2016 -0800| [cf8e004a51b08c6e8ceaeebca85ab84c7ed0b4cf] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr Core of patch is from p...@paulmehta.com Reference https://crbug.com/643950

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid

2017-02-07 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Wed Dec 14 15:26:19 2016 -0800| [2d453188c2303da641dafb048dc1806790526dfd] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid Core of patch is from p...@paulmehta.com Reference https://crbug.com/643951 Signed-off

[FFmpeg-cvslog] lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr

2017-02-07 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Wed Dec 14 15:24:42 2016 -0800| [fd30e4d57fe5841385f845440688505b88c0f4a9] | committer: Michael Niedermayer lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr Core of patch is from p...@paulmehta.com Reference https://crbug.com/643950 Signed-off

[FFmpeg-cvslog] lavf/utils.c Protect against accessing entries[nb_entries]

2017-01-25 Thread Matt Wolenetz
ffmpeg | branch: release/3.2 | Matt Wolenetz | Mon Nov 21 15:54:02 2016 -0800| [2481f1320a7f3073415897e4ba82c1455f0ec996] | committer: Michael Niedermayer lavf/utils.c Protect against accessing entries[nb_entries] In ff_index_search_timestamp(), if b == num_entries, m == num_entries - 1, and

[FFmpeg-cvslog] lavf/utils.c Protect against accessing entries[nb_entries]

2016-12-29 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Mon Nov 21 15:54:02 2016 -0800| [fe7547d69e6721d064c8604d0a6375a2d24b35ca] | committer: Michael Niedermayer lavf/utils.c Protect against accessing entries[nb_entries] In ff_index_search_timestamp(), if b == num_entries, m == num_entries - 1, and