[PR #59] [MERGED] Support for configuration file #953

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/59
Author: @anshul1912
Created: 7/1/2014
Status: Merged
Merged: 7/2/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (5)

  • 0c29b8b Support for configuration file
  • 8ad13c0 update CHANGES.TXT
  • 8fb135e removed redundant declaration of get_fts
  • 57df6a5 Changed Refrence fram cpp to c files in comments
  • 05e5887 Updated Readme File

📊 Changes

10 files changed (+594 additions, -44 deletions)

View changed files

📝 README.md (+16 -1)
📝 docs/CHANGES.TXT (+2 -0)
docs/ccextractor.cnf.sample (+369 -0)
📝 src/ccextractor.c (+2 -0)
📝 src/ccextractor.h (+27 -26)
src/configuration.c (+148 -0)
src/configuration.h (+4 -0)
📝 src/gpacmp4/mp4.c (+2 -2)
📝 src/params.c (+23 -14)
📝 src/sequencing.c (+1 -1)

📄 Description

I have added configuration file support.
kept an sample configuration file in doc folder that need to copied where binary file lies
with name ccextractor.cnf


🔄 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/59 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 7/1/2014 **Status:** ✅ Merged **Merged:** 7/2/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`0c29b8b`](https://github.com/CCExtractor/ccextractor/commit/0c29b8b27d518e9ede76b03fa89826e6795491d6) Support for configuration file - [`8ad13c0`](https://github.com/CCExtractor/ccextractor/commit/8ad13c00835f4b0e46a1e9e384fae9d60526f2e7) update CHANGES.TXT - [`8fb135e`](https://github.com/CCExtractor/ccextractor/commit/8fb135efcb12c6aca52cfc39159b4bdda08a48c5) removed redundant declaration of get_fts - [`57df6a5`](https://github.com/CCExtractor/ccextractor/commit/57df6a5d9cc0767227f214191dc013053089e2e4) Changed Refrence fram cpp to c files in comments - [`05e5887`](https://github.com/CCExtractor/ccextractor/commit/05e58877725fdca19b6dd2a08648c37eb65ea27f) Updated Readme File ### 📊 Changes **10 files changed** (+594 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+16 -1) 📝 `docs/CHANGES.TXT` (+2 -0) ➕ `docs/ccextractor.cnf.sample` (+369 -0) 📝 `src/ccextractor.c` (+2 -0) 📝 `src/ccextractor.h` (+27 -26) ➕ `src/configuration.c` (+148 -0) ➕ `src/configuration.h` (+4 -0) 📝 `src/gpacmp4/mp4.c` (+2 -2) 📝 `src/params.c` (+23 -14) 📝 `src/sequencing.c` (+1 -1) </details> ### 📄 Description I have added configuration file support. kept an sample configuration file in doc folder that need to copied where binary file lies with name ccextractor.cnf --- <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:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#953