shaka-packager/packager/media/formats/mp2t
Joey Parrish 7653e1e02f
feat: Replace glog with absl::log (#1274)
This deprecates --vmodule (not available in absl, mapping it to --v for
a very minimal sort of compatibility) and adds the absl::log flags
--minloglevel, --stderrthreshold, --log_backtrace_at, and --log_prefix.
2023-10-13 12:42:47 -07:00
..
CMakeLists.txt feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ac3_header.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ac3_header.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ac3_header_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
adts_header.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
adts_header.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
adts_header_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
audio_header.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
continuity_counter.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
continuity_counter.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
es_parser.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
es_parser_audio.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
es_parser_audio.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
es_parser_dvb.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
es_parser_dvb.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
es_parser_h26x.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
es_parser_h26x.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
es_parser_h26x_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
es_parser_h264.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
es_parser_h264.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
es_parser_h264_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
es_parser_h265.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
es_parser_h265.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
mp2t_common.h cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
mp2t_media_parser.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
mp2t_media_parser.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
mp2t_media_parser_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
mpeg1_header.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
mpeg1_header.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
mpeg1_header_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
pes_packet.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
pes_packet.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
pes_packet_generator.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
pes_packet_generator.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
pes_packet_generator_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
program_map_table_writer.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
program_map_table_writer.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
program_map_table_writer_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_muxer.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_muxer.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
ts_packet.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_packet.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_packet_writer_util.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_packet_writer_util.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_section.h Propagate Flush errors in MP2T parser. 2021-01-20 18:27:31 +00:00
ts_section_pat.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_section_pat.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_section_pes.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_section_pes.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_section_pmt.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_section_pmt.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_section_psi.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_section_psi.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
ts_segmenter.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_segmenter.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_segmenter_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_stream_type.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_writer.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
ts_writer.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
ts_writer_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00