[PR #546] [CLOSED] formatted asf_constants.h, ccx_common_common.h #1378

Open
opened 2026-01-29 17:16:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/546
Author: @kerct
Created: 12/16/2016
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

43 files changed (+2915 additions, -2676 deletions)

View changed files

📝 src/lib_ccx/activity.h (+10 -10)
📝 src/lib_ccx/asf_constants.h (+68 -60)
📝 src/lib_ccx/avc_functions.h (+48 -47)
📝 src/lib_ccx/bitstream.h (+57 -55)
📝 src/lib_ccx/ccx_common_common.h (+4 -4)
📝 src/lib_ccx/ccx_common_constants.h (+181 -180)
📝 src/lib_ccx/ccx_common_option.h (+189 -160)
📝 src/lib_ccx/ccx_common_platform.h (+103 -103)
📝 src/lib_ccx/ccx_common_structs.h (+61 -41)
📝 src/lib_ccx/ccx_common_timing.h (+49 -46)
📝 src/lib_ccx/ccx_decoders_608.h (+101 -90)
📝 src/lib_ccx/ccx_decoders_708.h (+228 -219)
📝 src/lib_ccx/ccx_decoders_708_output.h (+7 -8)
📝 src/lib_ccx/ccx_decoders_common.h (+18 -11)
📝 src/lib_ccx/ccx_decoders_isdb.h (+2 -2)
📝 src/lib_ccx/ccx_decoders_structs.h (+162 -153)
📝 src/lib_ccx/ccx_decoders_vbi.h (+7 -7)
📝 src/lib_ccx/ccx_decoders_xds.h (+7 -4)
📝 src/lib_ccx/ccx_demuxer.h (+158 -156)
📝 src/lib_ccx/ccx_dtvcc.h (+2 -3)

...and 23 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/546 **Author:** [@kerct](https://github.com/kerct) **Created:** 12/16/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`bf41577`](https://github.com/CCExtractor/ccextractor/commit/bf415778700e6e3bd367c7b545e84f4a90c56b04) formatted - [`f57f0ca`](https://github.com/CCExtractor/ccextractor/commit/f57f0ca24846ae1d361c1ab38ba4c4b2fa875b7c) formatted - [`7a1e521`](https://github.com/CCExtractor/ccextractor/commit/7a1e521ef23a5c5bc0bb6c1dde55e59fcda2f6df) formatted - [`cfce4ff`](https://github.com/CCExtractor/ccextractor/commit/cfce4ffdad834140404e56879705daa992d55a8d) formatted - [`b9090b6`](https://github.com/CCExtractor/ccextractor/commit/b9090b64308b009cf94d1519e70089af84fbe536) Update ccx_common_timing.h - [`8602b72`](https://github.com/CCExtractor/ccextractor/commit/8602b72742815a72d05c5a31730d20b1b3754b8e) Update ccx_common_structs.h - [`5155ded`](https://github.com/CCExtractor/ccextractor/commit/5155ded2ee3d12a7f9eebd0eab65cb5948494f38) Update ccx_common_platform.h - [`0c6c61a`](https://github.com/CCExtractor/ccextractor/commit/0c6c61ac58ddd2e704027f31dab0b0f38972cdd4) Update ccx_common_option.h - [`46e4daa`](https://github.com/CCExtractor/ccextractor/commit/46e4daac236710c6e45bc6c9c6e7acca50fff5c8) Update ccx_common_constants.h - [`8e80001`](https://github.com/CCExtractor/ccextractor/commit/8e80001924c6362399f924097702153286172b6a) Update ccx_common_common.h ### 📊 Changes **43 files changed** (+2915 additions, -2676 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/activity.h` (+10 -10) 📝 `src/lib_ccx/asf_constants.h` (+68 -60) 📝 `src/lib_ccx/avc_functions.h` (+48 -47) 📝 `src/lib_ccx/bitstream.h` (+57 -55) 📝 `src/lib_ccx/ccx_common_common.h` (+4 -4) 📝 `src/lib_ccx/ccx_common_constants.h` (+181 -180) 📝 `src/lib_ccx/ccx_common_option.h` (+189 -160) 📝 `src/lib_ccx/ccx_common_platform.h` (+103 -103) 📝 `src/lib_ccx/ccx_common_structs.h` (+61 -41) 📝 `src/lib_ccx/ccx_common_timing.h` (+49 -46) 📝 `src/lib_ccx/ccx_decoders_608.h` (+101 -90) 📝 `src/lib_ccx/ccx_decoders_708.h` (+228 -219) 📝 `src/lib_ccx/ccx_decoders_708_output.h` (+7 -8) 📝 `src/lib_ccx/ccx_decoders_common.h` (+18 -11) 📝 `src/lib_ccx/ccx_decoders_isdb.h` (+2 -2) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+162 -153) 📝 `src/lib_ccx/ccx_decoders_vbi.h` (+7 -7) 📝 `src/lib_ccx/ccx_decoders_xds.h` (+7 -4) 📝 `src/lib_ccx/ccx_demuxer.h` (+158 -156) 📝 `src/lib_ccx/ccx_dtvcc.h` (+2 -3) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:16:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1378