shaka-packager/packager/media/formats/mp4
Joey Parrish 60fb057f1a
test: Avoid crashing a test executable (#1242)
LOG(FATAL) aborts the executable, which means gtest can't write any
reports it might be configured to write when tests are complete. This
will interfere with reporting.

This converts the only use of LOG(FATAL), which was in
ReadTestDataFile(), to LOG(ERROR). This also updates test cases to avoid
crashing when ReadTestDataFile() returns an empty buffer.
2023-07-17 13:16:22 -07:00
..
box.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
box.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
box_buffer.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
box_definitions.cc chore: Update URLs after moving projects (#1042) 2022-03-07 11:56:34 -08:00
box_definitions.h Added MPEG-H support (mha1, mhm1) 2021-06-29 23:10:53 -07:00
box_definitions_comparison.h feat: port media/codecs to CMake (#1143) 2022-12-15 16:53:36 -08:00
box_definitions_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
box_reader.cc Skip reading meta box as it may not be well formed 2018-03-01 20:21:37 +00:00
box_reader.h Clean up #ifndef in packager/media. (#310) 2017-12-19 16:56:36 -08:00
box_reader_unittest.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
chunk_info_iterator.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
chunk_info_iterator.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
chunk_info_iterator_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
composition_offset_iterator.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
composition_offset_iterator.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
composition_offset_iterator_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
decoding_time_iterator.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
decoding_time_iterator.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
decoding_time_iterator_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
fragmenter.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
fragmenter.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
key_frame_info.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
low_latency_segment_segmenter.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
low_latency_segment_segmenter.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
mp4.gyp chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
mp4_media_parser.cc fix: Add missing limits header 2021-10-13 12:25:34 -07:00
mp4_media_parser.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
mp4_media_parser_unittest.cc test: Avoid crashing a test executable (#1242) 2023-07-17 13:16:22 -07:00
mp4_muxer.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
mp4_muxer.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
multi_segment_segmenter.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
multi_segment_segmenter.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
segmenter.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
segmenter.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
single_segment_segmenter.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
single_segment_segmenter.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
sync_sample_iterator.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
sync_sample_iterator.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
sync_sample_iterator_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
track_run_iterator.cc chore: Update URLs after moving projects (#1042) 2022-03-07 11:56:34 -08:00
track_run_iterator.h Adjust timestamps in mp4 if there is an initial composition offset 2018-07-26 23:20:21 +00:00
track_run_iterator_unittest.cc Adjust timestamps in mp4 if there is an initial composition offset 2018-07-26 23:20:21 +00:00