[PR #234] [MERGED] strtok_r for windows #1110

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/234
Author: @anshul1912
Created: 10/5/2015
Status: Merged
Merged: 10/12/2015
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (9)

  • 548d323 Initialize maxtref
  • 61ae7e9 Merge branch 'master' of github.com:anshul1912/ccextractor
  • a7279e3 initialize min glb time stamp
  • d9e0ba0 memset payload
  • 00657ff reset payload
  • ce379bc nb of data not decreased properly
  • 669eb36 remove redundant logs
  • a1f05ca same name buf instead buf1 buf2
  • d48555b clear buffer after copid to cc_sub

📊 Changes

6 files changed (+18 additions, -14 deletions)

View changed files

📝 src/lib_ccx/ccx_decoders_608.c (+1 -0)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -0)
📝 src/lib_ccx/ccx_decoders_isdb.c (+2 -0)
📝 src/lib_ccx/ccx_demuxer.c (+1 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+11 -14)
📝 src/lib_ccx/ts_functions.c (+2 -0)

📄 Description

Signed-off-by: Anshul Maheshwari er.anshul.maheshwari@gmail.com


🔄 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/234 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 10/5/2015 **Status:** ✅ Merged **Merged:** 10/12/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`548d323`](https://github.com/CCExtractor/ccextractor/commit/548d323ca16e4f7e6de0df4a384ec044bcfc7b80) Initialize maxtref - [`61ae7e9`](https://github.com/CCExtractor/ccextractor/commit/61ae7e9f10837a025ea0bfe94dd9ca4585a20a2b) Merge branch 'master' of github.com:anshul1912/ccextractor - [`a7279e3`](https://github.com/CCExtractor/ccextractor/commit/a7279e3d8a84ed75cff56082e67ae63a85f9c77f) initialize min glb time stamp - [`d9e0ba0`](https://github.com/CCExtractor/ccextractor/commit/d9e0ba027f259c145e7b3f4e9fd534478e148c81) memset payload - [`00657ff`](https://github.com/CCExtractor/ccextractor/commit/00657ffdcd056291f2b0e1eb6117a88819cdfa70) reset payload - [`ce379bc`](https://github.com/CCExtractor/ccextractor/commit/ce379bcfda96e56dbd09aefa02e166283e626f00) nb of data not decreased properly - [`669eb36`](https://github.com/CCExtractor/ccextractor/commit/669eb366037f49b95c1740a4dd607783eab0fce0) remove redundant logs - [`a1f05ca`](https://github.com/CCExtractor/ccextractor/commit/a1f05caddf649f74dffa657148177d0c259cf637) same name buf instead buf1 buf2 - [`d48555b`](https://github.com/CCExtractor/ccextractor/commit/d48555b849d9fc49a5099b643f273edaaefd5718) clear buffer after copid to cc_sub ### 📊 Changes **6 files changed** (+18 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_decoders_608.c` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_isdb.c` (+2 -0) 📝 `src/lib_ccx/ccx_demuxer.c` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+11 -14) 📝 `src/lib_ccx/ts_functions.c` (+2 -0) </details> ### 📄 Description Signed-off-by: Anshul Maheshwari er.anshul.maheshwari@gmail.com --- <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 16:59:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1110