shaka-packager/packager/media/formats/mp2t
Jacob Trimble 0803e31836 Read SPS/PPS Nalus from decoder configurations.
Now the AVCDecoderConfiguration and HEVCDecoderConfiguration classes
will read the Nalu from the blocks, meaning they will store a
vector of Nalu objects for the data.

Also added H.265 to the Nalu class and added argument to NaluReader
to read H.264 vs H.265 Nalus.

Change-Id: I8d8194a90fd72a30af66e9776e01379f8428542c
2016-03-04 18:41:50 +00:00
..
adts_header.cc Fix various misc build issues in Windows 2015-03-24 13:52:18 -07:00
adts_header.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
adts_header_unittest.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
es_parser.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
es_parser_adts.cc Add support for DTS in ESDS. Needed to handle DTS audio generated by FFMPEG. 2016-01-06 22:30:52 +00:00
es_parser_adts.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
es_parser_h264.cc Read SPS/PPS Nalus from decoder configurations. 2016-03-04 18:41:50 +00:00
es_parser_h264.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
es_parser_h264_unittest.cc Replace vector_as_array(...) with vector::data() 2016-03-02 10:22:15 -08:00
mp2t.gyp MacOSX: Solve libbase.a conflict link error 2016-01-22 18:50:05 -08:00
mp2t_common.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
mp2t_media_parser.cc Handle possible NewSampleEvent before ParserInitEvent 2016-01-22 17:50:54 -08:00
mp2t_media_parser.h Handle possible NewSampleEvent before ParserInitEvent 2016-01-22 17:50:54 -08:00
mp2t_media_parser_unittest.cc Handle possible NewSampleEvent before ParserInitEvent 2016-01-22 17:50:54 -08:00
ts_packet.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
ts_packet.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
ts_section.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
ts_section_pat.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
ts_section_pat.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
ts_section_pes.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
ts_section_pes.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
ts_section_pmt.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
ts_section_pmt.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
ts_section_psi.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
ts_section_psi.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00