[PR #72] [MERGED] removed negative time in 1.mp4 file #964

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/72
Author: @anshul1912
Created: 7/11/2014
Status: Merged
Merged: 7/12/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (9)

  • 015a50b put wtv specific dump in WTV_DEBUG macro
  • 5371f85 indentation of 608_srt.c
  • 0f06f47 logic to devide time between frames
  • 9c0792c using time from data structure
  • 4d6693d cleaned mp4.c file
  • cc0a786 compile on windows
  • a5ef2d1 some memory check before accessing
  • 95e2f76 corrected time roll up
  • 08996a3 using freep and removing redundant code

📊 Changes

18 files changed (+319 additions, -201 deletions)

View changed files

📝 src/608.c (+64 -3)
📝 src/608.h (+4 -1)
📝 src/608_sami.c (+2 -2)
📝 src/608_smptett.c (+2 -2)
📝 src/608_spupng.c (+2 -2)
📝 src/608_srt.c (+102 -103)
src/cc_decoders_common.h (+10 -0)
📝 src/ccextractor.c (+5 -1)
📝 src/constants.h (+2 -0)
📝 src/dvb_subtitle_decoder.c (+0 -9)
📝 src/general_loop.c (+2 -1)
📝 src/gpacmp4/mp4.c (+102 -77)
📝 src/params.c (+4 -0)
📝 src/params_dump.c (+4 -0)
📝 src/stream_functions.c (+2 -0)
📝 src/timing.c (+2 -0)
📝 src/utility.c (+9 -0)
📝 src/utility.h (+1 -0)

📄 Description

Tested on windows.
using 1.mp4 file


🔄 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/72 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 7/11/2014 **Status:** ✅ Merged **Merged:** 7/12/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`015a50b`](https://github.com/CCExtractor/ccextractor/commit/015a50bafde606b6125aca8681893932e8e94a26) put wtv specific dump in WTV_DEBUG macro - [`5371f85`](https://github.com/CCExtractor/ccextractor/commit/5371f854fc7faf0d6fd3fed807b13706d89510d2) indentation of 608_srt.c - [`0f06f47`](https://github.com/CCExtractor/ccextractor/commit/0f06f47ab487f8ae6f1c1ad98ac22697e4280e02) logic to devide time between frames - [`9c0792c`](https://github.com/CCExtractor/ccextractor/commit/9c0792c5a0f1aa177e9e62c2ecbc7f4863efa277) using time from data structure - [`4d6693d`](https://github.com/CCExtractor/ccextractor/commit/4d6693d948fd0372c63a8d860bedf1a224eb7162) cleaned mp4.c file - [`cc0a786`](https://github.com/CCExtractor/ccextractor/commit/cc0a7860043523eb1193f0cdd5c5da7449f4f92a) compile on windows - [`a5ef2d1`](https://github.com/CCExtractor/ccextractor/commit/a5ef2d15740026e89bc2235d01e66ac1bcc94a7d) some memory check before accessing - [`95e2f76`](https://github.com/CCExtractor/ccextractor/commit/95e2f7665b5536de41ed359c03404630bd51d913) corrected time roll up - [`08996a3`](https://github.com/CCExtractor/ccextractor/commit/08996a3253d8aa0d9a9c3e0850e17e950012477c) using freep and removing redundant code ### 📊 Changes **18 files changed** (+319 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `src/608.c` (+64 -3) 📝 `src/608.h` (+4 -1) 📝 `src/608_sami.c` (+2 -2) 📝 `src/608_smptett.c` (+2 -2) 📝 `src/608_spupng.c` (+2 -2) 📝 `src/608_srt.c` (+102 -103) ➕ `src/cc_decoders_common.h` (+10 -0) 📝 `src/ccextractor.c` (+5 -1) 📝 `src/constants.h` (+2 -0) 📝 `src/dvb_subtitle_decoder.c` (+0 -9) 📝 `src/general_loop.c` (+2 -1) 📝 `src/gpacmp4/mp4.c` (+102 -77) 📝 `src/params.c` (+4 -0) 📝 `src/params_dump.c` (+4 -0) 📝 `src/stream_functions.c` (+2 -0) 📝 `src/timing.c` (+2 -0) 📝 `src/utility.c` (+9 -0) 📝 `src/utility.h` (+1 -0) </details> ### 📄 Description Tested on windows. using 1.mp4 file --- <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:57:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#964