[PR #1043] [CLOSED] [IMPROVEMENT] Added --noempty parameter #1841

Open
opened 2026-01-29 17:18:50 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1043
Author: @navimakarov
Created: 11/24/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

8 files changed (+53 additions, -9 deletions)

View changed files

📝 src/ccextractor.c (+5 -1)
📝 src/lib_ccx/ccx_common_option.c (+1 -1)
📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+32 -7)
📝 src/lib_ccx/ccx_encoders_common.h (+1 -0)
📝 src/lib_ccx/lib_ccx.c (+5 -0)
📝 src/lib_ccx/lib_ccx.h (+3 -0)
📝 src/lib_ccx/params.c (+5 -0)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

{pull request content here}


🔄 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/1043 **Author:** [@navimakarov](https://github.com/navimakarov) **Created:** 11/24/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`b09500a`](https://github.com/CCExtractor/ccextractor/commit/b09500a9e42f0c2d09b1f2324434c0d47473e738) Update ccextractor.c - [`1eaf76a`](https://github.com/CCExtractor/ccextractor/commit/1eaf76ab2ea7ca84037190e7792e8b9d04df7015) Update ccx_common_option.c - [`eac6a98`](https://github.com/CCExtractor/ccextractor/commit/eac6a98b133527b606d4f1c20016ba7f60492c62) Update ccx_common_option.h - [`32c2664`](https://github.com/CCExtractor/ccextractor/commit/32c2664111fa9e42e5925e61726fb771d2e5e2f8) Update ccx_encoders_common.c - [`da72859`](https://github.com/CCExtractor/ccextractor/commit/da7285922605af3bdbc9f705ca053c38e27c80e1) Update ccx_encoders_common.h - [`ff0e033`](https://github.com/CCExtractor/ccextractor/commit/ff0e0333a1b2f305e103b708e23f016e1139ac33) Update lib_ccx.c - [`9c63a96`](https://github.com/CCExtractor/ccextractor/commit/9c63a9634a910919811b8e6d6084439a323638d3) Update lib_ccx.h - [`9080fa0`](https://github.com/CCExtractor/ccextractor/commit/9080fa09985ab33ff02cd325155206eefefaf717) Update params.c - [`3ffb3c6`](https://github.com/CCExtractor/ccextractor/commit/3ffb3c66c57aff435d58f729df572d557ae52706) Update ccx_encoders_common.h - [`6d2d0fe`](https://github.com/CCExtractor/ccextractor/commit/6d2d0fee1b34fd9c24abd6fb94aa734aebbc17ff) Update lib_ccx.h ### 📊 Changes **8 files changed** (+53 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+5 -1) 📝 `src/lib_ccx/ccx_common_option.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+32 -7) 📝 `src/lib_ccx/ccx_encoders_common.h` (+1 -0) 📝 `src/lib_ccx/lib_ccx.c` (+5 -0) 📝 `src/lib_ccx/lib_ccx.h` (+3 -0) 📝 `src/lib_ccx/params.c` (+5 -0) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [ ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- {pull request content here} --- <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:18:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1841