shaka-packager/packager/media/base
Kongqun Yang 940cc43de2 Add support for AudioRollRecoveryEntry
This is part of the effort to support Opus in iso-bmff #83.

Changes in this CL:
- Add support for multiple SampleGroupDescription and SampleToGroup
  boxes in TrackFragment box;
- Add support for SampleGroupDescription and SampleToGroup boxes
  in SampleTable box;
- Add support for AudioRollRecoveryEntry in Sample Group and 'roll'
  sample grouping type;
- Also fix a bug that default length was not set correctly in
  SampleGroupDescription when constant iv is used.

Change-Id: I7e31386ea6cd17a8ee5e1dca4c1a90937d51368f
2016-05-16 22:25:38 +00:00
..
test Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
aes_cryptor.cc Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
aes_cryptor.h Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
aes_cryptor_unittest.cc Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
aes_decryptor.cc Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
aes_decryptor.h Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
aes_encryptor.cc Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
aes_encryptor.h Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
aes_pattern_cryptor.cc SAMPLE-AES encryption in PesPacketGenerator 2016-05-11 09:56:36 -07:00
aes_pattern_cryptor.h SAMPLE-AES encryption in PesPacketGenerator 2016-05-11 09:56:36 -07:00
aes_pattern_cryptor_unittest.cc SAMPLE-AES encryption in PesPacketGenerator 2016-05-11 09:56:36 -07:00
audio_stream_info.cc Handle preroll and codec_delay when tranmuxing opus 2016-05-16 14:51:51 -07:00
audio_stream_info.h Handle preroll and codec_delay when tranmuxing opus 2016-05-16 14:51:51 -07:00
audio_timestamp_helper.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
audio_timestamp_helper.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
audio_timestamp_helper_unittest.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
bit_reader.cc Implement vp8 bit stream parser. 2015-12-30 21:40:10 +00:00
bit_reader.h Implement vp8 bit stream parser. 2015-12-30 21:40:10 +00:00
bit_reader_unittest.cc Implement vp8 bit stream parser. 2015-12-30 21:40:10 +00:00
buffer_reader.cc Box definitions for WebVTT 2015-12-22 14:05:50 -08:00
buffer_reader.h Box definitions for WebVTT 2015-12-22 14:05:50 -08:00
buffer_writer.cc Replace vector_as_array(...) with vector::data() 2016-03-02 10:22:15 -08:00
buffer_writer.h Replace vector_as_array(...) with vector::data() 2016-03-02 10:22:15 -08:00
buffer_writer_unittest.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
byte_queue.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
byte_queue.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
closure_thread.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
closure_thread.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
closure_thread_unittest.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
container_names.cc Suppress warning messages when determining containers 2016-04-22 09:46:21 -07:00
container_names.h Added stream descriptor for output format. 2015-12-16 15:10:35 -08:00
container_names_unittest.cc Use TsMuxer in driver program 2016-04-18 19:13:50 +00:00
decrypt_config.cc Add support for 'cbcs' and 'cens' protection schemes 2016-04-14 15:31:11 -07:00
decrypt_config.h Add support for 'cbcs' and 'cens' protection schemes 2016-04-14 15:31:11 -07:00
decryptor_source.cc SAMPLE-AES encryption in PesPacketGenerator 2016-05-11 09:56:36 -07:00
decryptor_source.h More cleanups in AesEncryptor and AesDecryptor 2016-04-11 23:30:32 +00:00
decryptor_source_unittest.cc Use FOURCC as protection scheme parameter 2016-04-12 16:06:49 -07:00
demuxer.cc Log an error when PushSample fails 2016-02-24 12:44:10 -08:00
demuxer.h Handle possible NewSampleEvent before ParserInitEvent 2016-01-22 17:50:54 -08:00
fixed_key_source.cc Add packager flag to include common PSSH with Widevine. 2016-03-28 22:27:51 +00:00
fixed_key_source.h Add packager flag to include common PSSH with Widevine. 2016-03-28 22:27:51 +00:00
fixed_key_source_unittest.cc Move fixed key encryption code to new FixedKeySource. 2016-03-21 10:30:47 -07:00
fourccs.h Add support for AudioRollRecoveryEntry 2016-05-16 22:25:38 +00:00
http_key_fetcher.cc Enable '-Wimplicit-fallthrough' and fix issues 2016-01-06 17:12:49 -08:00
http_key_fetcher.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
http_key_fetcher_unittest.cc Move test files in media/base to test directory 2014-10-10 10:33:17 -07:00
key_fetcher.cc KeyFetcher interface and HTTP impl to retrieve keys from the Widevine 2014-10-09 18:19:22 -07:00
key_fetcher.h KeyFetcher interface and HTTP impl to retrieve keys from the Widevine 2014-10-09 18:19:22 -07:00
key_source.cc Move fixed key encryption code to new FixedKeySource. 2016-03-21 10:30:47 -07:00
key_source.h Move fixed key encryption code to new FixedKeySource. 2016-03-21 10:30:47 -07:00
limits.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
macros.h Enable '-Wimplicit-fallthrough' and fix issues 2016-01-06 17:12:49 -08:00
media_base.gyp Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
media_parser.h Handle possible NewSampleEvent before ParserInitEvent 2016-01-22 17:50:54 -08:00
media_sample.cc WebVttMediaParser and TextStreamInfo 2015-12-14 13:58:21 -08:00
media_sample.h Add encryption support to WebM. 2016-01-15 11:51:41 -08:00
media_stream.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
media_stream.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
muxer.cc Use FOURCC as protection scheme parameter 2016-04-12 16:06:49 -07:00
muxer.h Use FOURCC as protection scheme parameter 2016-04-12 16:06:49 -07:00
muxer_options.cc Add version information in generated outputs 2016-01-08 19:08:56 +00:00
muxer_options.h MuxerOptions and MuxerListener change for HLS 2016-04-18 11:40:10 -07:00
muxer_util.cc Handle encryption in TsSegmenter 2016-05-11 16:21:05 -07:00
muxer_util.h Handle encryption in TsSegmenter 2016-05-11 16:21:05 -07:00
muxer_util_unittest.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
network_util.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
network_util.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
offset_byte_queue.cc Fix packager crash with corrupted media file 2014-12-23 14:29:59 -08:00
offset_byte_queue.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
offset_byte_queue_unittest.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
producer_consumer_queue.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
producer_consumer_queue_unittest.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
protection_system_specific_info.cc Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
protection_system_specific_info.h Change to use ProtectionSystemSpecificInfo. 2016-03-11 17:56:25 +00:00
protection_system_specific_info_unittest.cc Change to use ProtectionSystemSpecificInfo. 2016-03-11 17:56:25 +00:00
rcheck.h Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
request_signer.cc Fix a few problems in AesCryptor classes 2016-04-20 14:14:04 -07:00
request_signer.h Refactor and optimize cbc encryption/decryption 2016-03-30 17:22:13 -07:00
rsa_key.cc Use variants of the PKCS#1 PSS functions that specify the MGF1 hash 2015-06-09 18:34:32 -07:00
rsa_key.h Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
rsa_key_unittest.cc Switch to boringssl. Also update curl accordingly. 2015-10-16 20:10:38 +00:00
status.cc Cleaned up Status class. 2016-01-05 01:02:34 +00:00
status.h Cleaned up Status class. 2016-01-05 01:02:34 +00:00
status_test_util_unittest.cc Move test files in media/base to test directory 2014-10-10 10:33:17 -07:00
status_unittest.cc Remove (D)CHECK_OK and usage of MemoryMappedFile 2014-10-08 16:19:31 -07:00
stream_info.cc Make edash-packager outputs predictable for testing 2015-09-29 17:19:59 +00:00
stream_info.h Make webm parser compile and unittest pass 2015-10-16 15:51:56 -07:00
text_stream_info.cc WebVttMediaParser and TextStreamInfo 2015-12-14 13:58:21 -08:00
text_stream_info.h WebVttMediaParser and TextStreamInfo 2015-12-14 13:58:21 -08:00
text_track.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
text_track_config.cc Adjust webm code for packager 2015-10-16 15:46:36 -07:00
text_track_config.h Adjust webm code for packager 2015-10-16 15:46:36 -07:00
timestamp.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
video_stream_info.cc Replace "pixel aspect ratio" with "pixel_aspect_ratio" in stream info msg 2015-12-09 23:55:01 +00:00
video_stream_info.h VP9 codec string from bitstream and subsample encryption support 2015-12-30 21:39:34 +00:00
widevine_key_source.cc Move fourccs.h and rcheck.h to media/base 2016-04-12 21:28:37 +00:00
widevine_key_source.h Add packager flag to include common PSSH with Widevine. 2016-03-28 22:27:51 +00:00
widevine_key_source_unittest.cc Add packager flag to include common PSSH with Widevine. 2016-03-28 22:27:51 +00:00
widevine_pssh_data.proto Change FetchKey usages. 2016-03-08 21:45:05 +00:00