[PR #522] [MERGED] Cleanup ccx_common.h and its related functions. #1346

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/522
Author: @DanilaFe
Created: 12/11/2016
Status: Merged
Merged: 12/16/2016
Merged by: @cfsmp3

Base: masterHead: cleanup-ccx-common-h


📝 Commits (8)

  • 2910b10 Rename mstotime to millis_to_time.
  • ea980a4 Add underscores to debug_608toASC.
  • 2959d2a Rename function to new name.
  • 27417cd Rename more mstotime's to millis_to_time.
  • 08e9c3d Rename previously not renamed function.
  • 0d0cb83 Merge upstream changes
  • cbbbb20 Merge remote-tracking branch 'upstream/master' into cleanup-ccx-common-h
  • c6c8de7 Rename mstotime to millis_to_time in ccx_encoders_ssa.

📊 Changes

15 files changed (+60 additions, -63 deletions)

View changed files

📝 src/lib_ccx/ccx_common_common.c (+2 -2)
📝 src/lib_ccx/ccx_common_common.h (+2 -2)
📝 src/lib_ccx/ccx_decoders_608.c (+1 -1)
📝 src/lib_ccx/ccx_decoders_common.c (+3 -3)
📝 src/lib_ccx/ccx_encoders_common.c (+4 -4)
📝 src/lib_ccx/ccx_encoders_curl.c (+2 -2)
📝 src/lib_ccx/ccx_encoders_g608.c (+2 -2)
📝 src/lib_ccx/ccx_encoders_smptett.c (+6 -6)
📝 src/lib_ccx/ccx_encoders_srt.c (+6 -6)
📝 src/lib_ccx/ccx_encoders_ssa.c (+6 -7)
📝 src/lib_ccx/ccx_encoders_transcript.c (+1 -2)
📝 src/lib_ccx/ccx_encoders_webvtt.c (+9 -9)
📝 src/lib_ccx/ccx_encoders_xds.c (+4 -5)
📝 src/lib_ccx/es_userdata.c (+11 -11)
📝 src/lib_ccx/sequencing.c (+1 -1)

📄 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/522 **Author:** [@DanilaFe](https://github.com/DanilaFe) **Created:** 12/11/2016 **Status:** ✅ Merged **Merged:** 12/16/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `cleanup-ccx-common-h` --- ### 📝 Commits (8) - [`2910b10`](https://github.com/CCExtractor/ccextractor/commit/2910b10f994f29e2a6d625b0138c1361d4a82c5f) Rename mstotime to millis_to_time. - [`ea980a4`](https://github.com/CCExtractor/ccextractor/commit/ea980a41504b7cdbb7d6cb89ec38d42b266b3f75) Add underscores to debug_608toASC. - [`2959d2a`](https://github.com/CCExtractor/ccextractor/commit/2959d2a2ae55ffe5ee9490fca287923b6452306c) Rename function to new name. - [`27417cd`](https://github.com/CCExtractor/ccextractor/commit/27417cda70df3c3a22535f2861c74f0901500020) Rename more mstotime's to millis_to_time. - [`08e9c3d`](https://github.com/CCExtractor/ccextractor/commit/08e9c3d5967f3f85d0c01c8a43059afc78324842) Rename previously not renamed function. - [`0d0cb83`](https://github.com/CCExtractor/ccextractor/commit/0d0cb83ed6128ea95ac250da9949e164b166b3a0) Merge upstream changes - [`cbbbb20`](https://github.com/CCExtractor/ccextractor/commit/cbbbb20751c379169be49eb355afe68064677f25) Merge remote-tracking branch 'upstream/master' into cleanup-ccx-common-h - [`c6c8de7`](https://github.com/CCExtractor/ccextractor/commit/c6c8de735782ae0cb5362557d791188ad6dc544d) Rename mstotime to millis_to_time in ccx_encoders_ssa. ### 📊 Changes **15 files changed** (+60 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_common.c` (+2 -2) 📝 `src/lib_ccx/ccx_common_common.h` (+2 -2) 📝 `src/lib_ccx/ccx_decoders_608.c` (+1 -1) 📝 `src/lib_ccx/ccx_decoders_common.c` (+3 -3) 📝 `src/lib_ccx/ccx_encoders_common.c` (+4 -4) 📝 `src/lib_ccx/ccx_encoders_curl.c` (+2 -2) 📝 `src/lib_ccx/ccx_encoders_g608.c` (+2 -2) 📝 `src/lib_ccx/ccx_encoders_smptett.c` (+6 -6) 📝 `src/lib_ccx/ccx_encoders_srt.c` (+6 -6) 📝 `src/lib_ccx/ccx_encoders_ssa.c` (+6 -7) 📝 `src/lib_ccx/ccx_encoders_transcript.c` (+1 -2) 📝 `src/lib_ccx/ccx_encoders_webvtt.c` (+9 -9) 📝 `src/lib_ccx/ccx_encoders_xds.c` (+4 -5) 📝 `src/lib_ccx/es_userdata.c` (+11 -11) 📝 `src/lib_ccx/sequencing.c` (+1 -1) </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:15:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1346