shaka-packager/packager/media/formats/mp2t
Rintaro Kuroiwa 102f3f7062 Scale sample duration in TsSegmenter
- Sample duration wasn't scaled in TsSegmenter to calculate the current
  segment's length. So segmenting length did not always respect
  segment_duration.

Change-Id: I1ef4747dbd12bde7852ffcbceb971f2775aa18b3
2016-04-19 23:21:16 +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 Add H.265 byte to unit stream converter. 2016-04-13 10:21:52 -07:00
es_parser_h264.h Renamed SPS/PPS to Sps/Pps. 2016-03-14 12:44:05 -07:00
es_parser_h264_unittest.cc Replace vector_as_array(...) with vector::data() 2016-03-02 10:22:15 -08:00
mp2t.gyp Add TsMuxer class 2016-04-11 00:41:24 -07: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
pes_packet.cc Add PES packet related classes 2016-04-06 18:25:17 -07:00
pes_packet.h Only segment before key frames 2016-04-11 00:37:10 -07:00
pes_packet_generator.cc Only segment before key frames 2016-04-11 00:37:10 -07:00
pes_packet_generator.h Only segment before key frames 2016-04-11 00:37:10 -07:00
pes_packet_generator_unittest.cc Add PES packet related classes 2016-04-06 18:25:17 -07:00
ts_muxer.cc Add TsMuxer class 2016-04-11 00:41:24 -07:00
ts_muxer.h Add TsMuxer class 2016-04-11 00:41:24 -07: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
ts_segmenter.cc Scale sample duration in TsSegmenter 2016-04-19 23:21:16 +00:00
ts_segmenter.h Scale sample duration in TsSegmenter 2016-04-19 23:21:16 +00:00
ts_segmenter_unittest.cc Scale sample duration in TsSegmenter 2016-04-19 23:21:16 +00:00
ts_writer.cc Fix CRC for PMT and PAT 2016-04-14 18:25:18 +00:00
ts_writer.h Add TsSegmenter class 2016-04-11 00:15:45 -07:00
ts_writer_unittest.cc Fix CRC for PMT and PAT 2016-04-14 18:25:18 +00:00