shaka-packager/packager/media/formats/mp4
Kongqun Yang 26cb91e29b Handle preroll and codec_delay when tranmuxing opus
Closes Issue #102

Change-Id: I26aa56a63c17c85298311cc17963dd26f26e501e
2016-05-16 14:51:51 -07:00
..
aac_audio_specific_config.cc Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
aac_audio_specific_config.h Add PES packet related classes 2016-04-06 18:25:17 -07:00
aac_audio_specific_config_unittest.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
box.cc Fix two bugs in 'cbcs' and 'cens' handling and add tests 2016-04-26 17:27:26 +00:00
box.h Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
box_buffer.h Replace vector_as_array(...) with vector::data() 2016-03-02 10:22:15 -08:00
box_definitions.cc Fix two bugs in 'cbcs' and 'cens' handling and add tests 2016-04-26 17:27:26 +00:00
box_definitions.h Add mp4 box fields for pattern encryption 2016-04-14 20:06:19 +00:00
box_definitions_comparison.h Add mp4 box fields for pattern encryption 2016-04-14 20:06:19 +00:00
box_definitions_unittest.cc Add mp4 box fields for pattern encryption 2016-04-14 20:06:19 +00:00
box_reader.cc Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
box_reader.h Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
box_reader_unittest.cc Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
chunk_info_iterator.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
chunk_info_iterator.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
chunk_info_iterator_unittest.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
composition_offset_iterator.cc Handle large composition offset greater than (1<<31) properly 2015-08-07 18:51:49 +00:00
composition_offset_iterator.h Handle large composition offset greater than (1<<31) properly 2015-08-07 18:51:49 +00:00
composition_offset_iterator_unittest.cc Handle large composition offset greater than (1<<31) properly 2015-08-07 18:51:49 +00:00
decoding_time_iterator.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
decoding_time_iterator.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
decoding_time_iterator_unittest.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
encrypting_fragmenter.cc SAMPLE-AES encryption in PesPacketGenerator 2016-05-11 09:56:36 -07:00
encrypting_fragmenter.h Add support for 'cbcs' and 'cens' protection schemes 2016-04-14 15:31:11 -07:00
es_descriptor.cc Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
es_descriptor.h Add support for DTS in ESDS. Needed to handle DTS audio generated by FFMPEG. 2016-01-06 22:30:52 +00:00
es_descriptor_unittest.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
fragmenter.cc Handle side data properly in webm 2016-01-09 00:32:08 +00:00
fragmenter.h Implement SampleEncryption box parsing and generation 2016-01-05 01:56:06 +00:00
key_rotation_fragmenter.cc Correctly generate ContentProtection value for non-cenc protection schemes 2016-04-26 17:27:04 +00:00
key_rotation_fragmenter.h Add support for 'cbcs' and 'cens' protection schemes 2016-04-14 15:31:11 -07:00
mp4.gyp Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
mp4_media_parser.cc Handle preroll and codec_delay when tranmuxing opus 2016-05-16 14:51:51 -07:00
mp4_media_parser.h Handle possible NewSampleEvent before ParserInitEvent 2016-01-22 17:50:54 -08:00
mp4_media_parser_unittest.cc Move fixed key encryption code to new FixedKeySource. 2016-03-21 10:30:47 -07:00
mp4_muxer.cc Use FOURCC as protection scheme parameter 2016-04-12 16:06:49 -07:00
mp4_muxer.h Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
multi_segment_segmenter.cc MuxerOptions and MuxerListener change for HLS 2016-04-18 11:40:10 -07:00
multi_segment_segmenter.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
segmenter.cc Handle encryption in TsSegmenter 2016-05-11 16:21:05 -07:00
segmenter.h Correctly generate ContentProtection value for non-cenc protection schemes 2016-04-26 17:27:04 +00:00
single_segment_segmenter.cc MuxerOptions and MuxerListener change for HLS 2016-04-18 11:40:10 -07:00
single_segment_segmenter.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
sync_sample_iterator.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
sync_sample_iterator.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
sync_sample_iterator_unittest.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
track_run_iterator.cc Add support for 'cbcs' and 'cens' protection schemes 2016-04-14 15:31:11 -07:00
track_run_iterator.h Implement SampleEncryption box parsing and generation 2016-01-05 01:56:06 +00:00
track_run_iterator_unittest.cc Add support for 'cbcs' and 'cens' protection schemes 2016-04-14 15:31:11 -07:00
video_slice_header_parser.cc Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
video_slice_header_parser.h Added H.265 parser. 2016-03-29 20:21:46 +00:00
video_slice_header_parser_unittest.cc Replace Nalu::InitializeFrom* with Initialize. 2016-04-21 13:35:49 -07:00