shaka-packager/packager/media/formats/webm
Joey Parrish 0295ef182b
chore: Refactor public headers and macros (#1275)
This organizes all public headers for the library into
include/  and makes sure then don't rely on any headers from
other folders.

To accomplish this, this change also refactors macros.h,
media/base/macros.h, and status/status_macros.h into macros/classes.h,
macros/compiler.h, macros/crypto.h, macros/logging.h, macros/status.h,
and public/export.h.  Now the export macros from macros.h live in
include/ to keep include/ from requiring anything else.

This refactor enables an install target that includes public headers
only.

---------

Co-authored-by: Cosmin Stejerean <cstejerean@meta.com>
2023-10-14 09:36:01 -07:00
..
CMakeLists.txt feat: Port app/job_manager to cmake and absl (#1249) 2023-07-21 12:41:49 +02:00
cluster_builder.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
cluster_builder.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
encrypted_segmenter_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
encryptor.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
encryptor.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
encryptor_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
mkv_writer.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
mkv_writer.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
multi_segment_segmenter.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
multi_segment_segmenter.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
multi_segment_segmenter_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
seek_head.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
seek_head.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
segmenter.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
segmenter.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
segmenter_test_base.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
segmenter_test_base.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
single_segment_segmenter.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
single_segment_segmenter.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
single_segment_segmenter_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
tracks_builder.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
tracks_builder.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
two_pass_single_segment_segmenter.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
two_pass_single_segment_segmenter.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_audio_client.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
webm_audio_client.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_cluster_parser.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_cluster_parser.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_cluster_parser_unittest.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_constants.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_constants.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_content_encodings.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
webm_content_encodings.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_content_encodings_client.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
webm_content_encodings_client.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_content_encodings_client_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_crypto_helpers.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_crypto_helpers.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_info_parser.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_info_parser.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_media_parser.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_media_parser.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_muxer.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_muxer.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_parser.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_parser.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_parser_unittest.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_tracks_parser.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
webm_tracks_parser.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_tracks_parser_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
webm_video_client.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_video_client.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_webvtt_parser.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_webvtt_parser.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
webm_webvtt_parser_unittest.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00