shaka-packager/packager/media/formats/webm
Joey Parrish 3b3e267221
style: Sort headers to comply with the style guide (#1273)
Reorder headers to follow the Google C++ Style Guide:

> In dir/foo.cc or dir/foo_test.cc:
>
> 1. dir2/foo2.h.
> 2. A blank line
> 3. C system headers (more precisely: headers in angle brackets with
the .h extension), e.g., <unistd.h>, <stdlib.h>.
> 4. A blank line
> 5. C++ standard library headers (without file extension), e.g.,
<algorithm>, <cstddef>.
> 6. A blank line
> 7. Other libraries' .h files.
> 8. A blank line
> 9. Your project's .h files.


https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
2023-10-11 16:49:50 +08:00
..
CMakeLists.txt feat: Port app/job_manager to cmake and absl (#1249) 2023-07-21 12:41:49 +02:00
cluster_builder.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
cluster_builder.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08: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 style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
encryptor.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08: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 style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
mkv_writer.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
multi_segment_segmenter.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
multi_segment_segmenter.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08: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 style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
seek_head.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
segmenter.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
segmenter.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
segmenter_test_base.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
segmenter_test_base.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
single_segment_segmenter.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
single_segment_segmenter.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08: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 style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
tracks_builder.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
two_pass_single_segment_segmenter.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
two_pass_single_segment_segmenter.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_audio_client.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_audio_client.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_cluster_parser.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_cluster_parser.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_cluster_parser_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08: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 style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08: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 style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_content_encodings_client.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08: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 style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08: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 style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_info_parser.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_media_parser.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_media_parser.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_muxer.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_muxer.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_parser.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_parser.h style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08: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 style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_tracks_parser.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
webm_tracks_parser_unittest.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_video_client.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_video_client.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08: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 style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
webm_webvtt_parser_unittest.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00