shaka-packager/packager/media/formats/wvm
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
..
wvm.gyp chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
wvm_media_parser.cc cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
wvm_media_parser.h feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
wvm_media_parser_unittest.cc Add TextSample to MediaParser. 2020-09-16 20:09:28 +00:00