shaka-packager/media/mp4
Kongqun Yang fddeb1feb1 Support for multiple audio/video tracks in a file
Remove --audio and --video command line options and replaced with
--stream. User can use --stream=video (default) to pull the first video
track from the source or --stream=audio to pull the first audio track.
The user may also use --stream={stream_id}, 0-based stream id to pull
the stream, e.g. --stream=0 for the first stream.

Change-Id: Ie1f93c2cc80a160a496b1d43ae3a658263d30cfc
2014-03-21 14:38:45 -07:00
..
aac_audio_specific_config.cc Remove the name after TODO 2014-03-19 18:07:06 -07:00
aac_audio_specific_config.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
aac_audio_specific_config_unittest.cc Rename AAC to AACAudioSpecificConfig. 2014-01-10 23:34:50 +00:00
box.cc Add copyright information. 2014-02-18 23:46:01 +00:00
box.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
box_buffer.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
box_definitions.cc Remove the name after TODO 2014-03-19 18:07:06 -07:00
box_definitions.h Rename AAC to AACAudioSpecificConfig. 2014-01-10 23:34:50 +00:00
box_definitions_comparison.h Add copyright information. 2014-02-18 23:46:01 +00:00
box_definitions_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
box_reader.cc Fix crash when parsing MP4 with MDAT before MOOV 2014-03-20 16:33:00 -07:00
box_reader.h Fix crash when parsing MP4 with MDAT before MOOV 2014-03-20 16:33:00 -07:00
box_reader_unittest.cc Clean up clang compilation errors. 2014-01-17 01:41:45 +00:00
cenc.cc Implement write function for cenc and es_descriptor. 2014-01-07 16:59:52 -08:00
cenc.h Implement write function for cenc and es_descriptor. 2014-01-07 16:59:52 -08:00
chunk_info_iterator.cc Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00
chunk_info_iterator.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
chunk_info_iterator_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
composition_offset_iterator.cc Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00
composition_offset_iterator.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
composition_offset_iterator_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
decoding_time_iterator.cc Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00
decoding_time_iterator.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
decoding_time_iterator_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
es_descriptor.cc Remove the name after TODO 2014-03-19 18:07:06 -07:00
es_descriptor.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
es_descriptor_unittest.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
fourccs.h Implement mp4 box read/write. 2014-01-02 17:12:51 -08:00
mp4.gyp Add copyright information. 2014-02-18 23:46:01 +00:00
mp4_fragmenter.cc Remove the name after TODO 2014-03-19 18:07:06 -07:00
mp4_fragmenter.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
mp4_general_segmenter.cc Remove the name after TODO 2014-03-19 18:07:06 -07:00
mp4_general_segmenter.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
mp4_media_parser.cc Support for multiple audio/video tracks in a file 2014-03-21 14:38:45 -07:00
mp4_media_parser.h Support for multiple audio/video tracks in a file 2014-03-21 14:38:45 -07:00
mp4_media_parser_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
mp4_muxer.cc Fix flaky packager_test due to timestamp diff 2014-03-20 00:52:53 +00:00
mp4_muxer.h Fix flaky packager_test due to timestamp diff 2014-03-20 00:52:53 +00:00
mp4_segmenter.cc Add copyright information. 2014-02-18 23:46:01 +00:00
mp4_segmenter.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
mp4_vod_segmenter.cc Remove the name after TODO 2014-03-19 18:07:06 -07:00
mp4_vod_segmenter.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
offset_byte_queue.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
offset_byte_queue.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
offset_byte_queue_unittest.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
rcheck.h Implement write function for cenc and es_descriptor. 2014-01-07 16:59:52 -08:00
sync_sample_iterator.cc Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00
sync_sample_iterator.h First draft doxygen documentation for media/mp4. 2014-03-19 17:39:42 -07:00
sync_sample_iterator_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
track_run_iterator.cc Support for multiple audio/video tracks in a file 2014-03-21 14:38:45 -07:00
track_run_iterator.h Support for multiple audio/video tracks in a file 2014-03-21 14:38:45 -07:00
track_run_iterator_unittest.cc Implement write function for cenc and es_descriptor. 2014-01-07 16:59:52 -08:00