[libav-commits] mov: Do not set stsd_count if mov_read_stsd() fails

2017-08-04 Thread Sean McGovern
Module: libav Branch: master Commit: 3050dabaa9a337ad077ec60bba664ad9861e1aa6 Author:Sean McGovern Committer: Sean McGovern Date: Fri Jul 28 16:29:35 2017 -0400 mov: Do not set stsd_count if mov_read_stsd() fails Based on an FFmpeg patch by Michael Niedermayer --- libavformat/mov.

[libav-commits] mov: move stsd finalization to an appropriate place

2017-08-04 Thread Sean McGovern
Module: libav Branch: master Commit: defe307fb22beca60a632e976ab97e5edd4aee25 Author:Sean McGovern Committer: Sean McGovern Date: Sat Jul 29 19:17:16 2017 -0400 mov: move stsd finalization to an appropriate place mov_finalize_stsd_codec() parses stream information from the ALAC extrad

[libav-commits] mov: log and return early on non-positive stsd entry counts

2017-08-04 Thread Sean McGovern
Module: libav Branch: master Commit: d7bdab1ad78ef582ba8c96dc7b79ec9fdbeeb94f Author:Sean McGovern Committer: Sean McGovern Date: Fri Jul 28 16:17:33 2017 -0400 mov: log and return early on non-positive stsd entry counts Based on an FFmpeg patch by Michael Niedermayer --- libavfor