[PR #556] [CLOSED] Changed files #1389

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/556
Author: @ngxingyu
Created: 12/18/2016
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 9f09c59 Add files via upload
  • 4d0726c Update asf_constants.h
  • b88f62e Update ccx_common_constants.h
  • 03b8481 Update ccx_common_option.h
  • 53167f4 Update ccx_common_structs.h
  • 8c34476 Update ccx_common_timing.h
  • 82e175f Update ccx_decoders_608.h
  • e826b0e Update ccx_common_timing.h
  • d598e8f Update ccx_decoders_structs.h
  • be72972 Update ccx_encoders_structs.h

📊 Changes

17 files changed (+2274 additions, -2274 deletions)

View changed files

📝 src/lib_ccx/asf_constants.h (+22 -22)
📝 src/lib_ccx/bitstream.h (+66 -66)
📝 src/lib_ccx/ccx_common_constants.h (+308 -308)
📝 src/lib_ccx/ccx_common_option.h (+83 -83)
📝 src/lib_ccx/ccx_common_platform.h (+115 -115)
📝 src/lib_ccx/ccx_common_structs.h (+74 -74)
📝 src/lib_ccx/ccx_common_timing.h (+87 -87)
📝 src/lib_ccx/ccx_decoders_608.h (+148 -148)
📝 src/lib_ccx/ccx_decoders_708.h (+372 -372)
📝 src/lib_ccx/ccx_decoders_structs.h (+201 -201)
📝 src/lib_ccx/ccx_decoders_vbi.h (+1 -1)
📝 src/lib_ccx/ccx_demuxer.h (+182 -182)
📝 src/lib_ccx/ccx_dtvcc.h (+14 -14)
📝 src/lib_ccx/ccx_encoders_common.h (+210 -210)
📝 src/lib_ccx/ccx_encoders_structs.h (+13 -13)
📝 src/lib_ccx/lib_ccx.h (+301 -301)
📝 src/lib_ccx/ts_functions.h (+77 -77)

📄 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/556 **Author:** [@ngxingyu](https://github.com/ngxingyu) **Created:** 12/18/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9f09c59`](https://github.com/CCExtractor/ccextractor/commit/9f09c59487423ec568fd8a625d03d7e6296eb724) Add files via upload - [`4d0726c`](https://github.com/CCExtractor/ccextractor/commit/4d0726c94a0f185f8d2d1267ea934d2389fc02cb) Update asf_constants.h - [`b88f62e`](https://github.com/CCExtractor/ccextractor/commit/b88f62e0614584c169678b56990f14535a571f40) Update ccx_common_constants.h - [`03b8481`](https://github.com/CCExtractor/ccextractor/commit/03b8481381a7e8d9a5e5bac7f69e3979eed16254) Update ccx_common_option.h - [`53167f4`](https://github.com/CCExtractor/ccextractor/commit/53167f479dbefa321f862129d325e3b4dae663eb) Update ccx_common_structs.h - [`8c34476`](https://github.com/CCExtractor/ccextractor/commit/8c344768a4206e46cdc5fa5f6c25642e6856638e) Update ccx_common_timing.h - [`82e175f`](https://github.com/CCExtractor/ccextractor/commit/82e175fd17f3761e175c6db519318cfdbfc21dfc) Update ccx_decoders_608.h - [`e826b0e`](https://github.com/CCExtractor/ccextractor/commit/e826b0eb98c605ffdc5798a52abba6847dcd4d01) Update ccx_common_timing.h - [`d598e8f`](https://github.com/CCExtractor/ccextractor/commit/d598e8f34669d9752c3d486ce4bd5fd40246a3c6) Update ccx_decoders_structs.h - [`be72972`](https://github.com/CCExtractor/ccextractor/commit/be72972bd1657c75d4f798881d11b0b14b4119ac) Update ccx_encoders_structs.h ### 📊 Changes **17 files changed** (+2274 additions, -2274 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/asf_constants.h` (+22 -22) 📝 `src/lib_ccx/bitstream.h` (+66 -66) 📝 `src/lib_ccx/ccx_common_constants.h` (+308 -308) 📝 `src/lib_ccx/ccx_common_option.h` (+83 -83) 📝 `src/lib_ccx/ccx_common_platform.h` (+115 -115) 📝 `src/lib_ccx/ccx_common_structs.h` (+74 -74) 📝 `src/lib_ccx/ccx_common_timing.h` (+87 -87) 📝 `src/lib_ccx/ccx_decoders_608.h` (+148 -148) 📝 `src/lib_ccx/ccx_decoders_708.h` (+372 -372) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+201 -201) 📝 `src/lib_ccx/ccx_decoders_vbi.h` (+1 -1) 📝 `src/lib_ccx/ccx_demuxer.h` (+182 -182) 📝 `src/lib_ccx/ccx_dtvcc.h` (+14 -14) 📝 `src/lib_ccx/ccx_encoders_common.h` (+210 -210) 📝 `src/lib_ccx/ccx_encoders_structs.h` (+13 -13) 📝 `src/lib_ccx/lib_ccx.h` (+301 -301) 📝 `src/lib_ccx/ts_functions.h` (+77 -77) </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:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1389