shaka-packager/packager/media/formats
Joey Parrish b1095f6bc3
feat: port media/base (#1127)
This removes all chromium dependencies from media/base/ and completes
the build system in CMake.

The ClosureThread class and its classes were removed, as they were
specific to chromium base. ClosureThread has been replaced by
std::thread.

The byte-swapping utilities in network_util.cc have been removed and
replaced with absl.

generate_unique_temp_path() was split out of file_unittest.cc into
file_test_util.cc, where other test suites could make use of it.

WARN_UNUSED_RESULT was replaced with the C++ standard attribute
[[nodiscard]].

The base::Clock interface was replaced with a typedef for a function
pointer that returns the current time.

This re-enables the tests in http_key_fetcher_unittest.cc by using
httpbin.org.

Issue #1047 (CMake porting)
Issue #346 (absl porting)
2022-11-04 15:46:41 -07:00
..
dvb Fix transparency case in DVB-SUB. 2021-03-29 16:34:39 +00:00
mp2t Merge branch 'main' into cmake 2022-11-03 07:58:47 -07:00
mp4 chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
packed_audio cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
ttml cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
webm chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
webvtt chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
wvm feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00