shaka-packager/packager
Joey Parrish ae89145015 Fix vector+unique_ptr issues with MSVS 2019
Because a StreamState object contains a unique_ptr, it is not
copyable.  A vector of StreamStates, therefore, causes a compile error
on resize or push_back, both of which invoke the copy constructor.

I don't know why MSVS complains, but clang does not.

To fix this, I'm changing vector<StreamState> into deque<StreamState>.

At this point static_library builds are working in MSVS 2019.
shared_library builds are still not working.

Issue #867 (MSVS 2019)
Issue #336 (progress toward replacing Travis & Appveyor with GitHub
  Actions, which uses MSVS 2019)
b/190743862 (internal; tracking replacement of Travis)

Change-Id: Iaa9d5fc357102d15eac96c29ebeee7c7236e976b
2021-06-14 12:17:24 -07:00
..
app Fix gpylint errors 2021-06-09 12:17:48 -07:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file Remove "atomic" warning for HttpFile 2021-05-25 11:59:53 -07:00
hls fix: Explicitly signal the lack of CEA captions in HLS 2021-03-30 18:26:37 +00:00
media Fix vector+unique_ptr issues with MSVS 2019 2021-06-14 12:17:24 -07:00
mpd Add segment_list support for DASH on-demand profile 2021-05-25 12:08:58 -07:00
testing Add end to end tests for docker tests 2020-12-15 19:10:29 +00:00
third_party Add subtitle composition to DVB-sub parser. 2021-01-20 18:26:28 +00:00
tools Update git-clang-format URL 2021-05-07 10:21:40 -07:00
version Fix failures with latest gpylint 2020-06-03 22:59:22 +00:00
common.gypi Don't use Chromium sysroot. 2020-09-01 17:59:52 +00:00
packager.cc Add segment_list support for DASH on-demand profile 2021-05-25 12:08:58 -07:00
packager.gyp Add helpers for DVB-sub colors. 2021-01-20 18:25:43 +00:00
packager.h Add cc_index to stream descriptor. 2021-02-17 18:33:53 +00:00
packager_test.cc Return an error when seeing duplicated outputs 2018-11-27 22:38:48 +00:00
protoc.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
status.cc Fix error code message for trick play error 2018-12-13 00:26:55 +00:00
status.h Cleans up Status class 2018-01-31 03:32:07 +00:00
status_macros.h Generate full segment after cue point 2018-03-27 19:14:26 +00:00
status_test_util.h Implement multi DRM support. (Part 1) 2018-03-03 01:39:16 +00:00
status_unittest.cc Cleans up Status class 2018-01-31 03:32:07 +00:00