shaka-packager/packager/media
Jacob Trimble e7926e7ccb Fixed mac build for H.265 parser.
Another feature that the mac build does not support.  It incorrectly
uses a copy-constructor when creating new values in a std::map.  This
is incorrect and should use an in-place constructor with C++11.

Change-Id: I1e822747e97eb4ae01596d63ea05058cc383cb49
2016-03-29 15:52:03 -07:00
..
base Add packager flag to include common PSSH with Widevine. 2016-03-28 22:27:51 +00:00
event Move fixed key encryption code to new FixedKeySource. 2016-03-21 10:30:47 -07:00
file Replace vector_as_array(...) with vector::data() 2016-03-02 10:22:15 -08:00
filters Fixed mac build for H.265 parser. 2016-03-29 15:52:03 -07:00
formats Added H.265 parser. 2016-03-29 20:21:46 +00:00
test Move fixed key encryption code to new FixedKeySource. 2016-03-21 10:30:47 -07:00