[PR #1042] [CLOSED] [IMPROVEMENT] Added --noempty parameter #1842

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/1042
Author: @navimakarov
Created: 11/22/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • ad82895 Update ccx_common_option.c
  • 1be9221 Update ccx_common_option.h
  • 2a84ebd Update ccx_encoders_common.c
  • fc5067f Update ccx_encoders_common.h
  • eab6cb1 Update lib_ccx.c
  • 95c8d64 Update lib_ccx.h
  • 81241ac Update params.c
  • 4de0e75 Update src/lib_ccx/ccx_encoders_common.c
  • 6664720 Update src/lib_ccx/ccx_encoders_common.c
  • 3819914 Update ccx_encoders_common.c

📊 Changes

7 files changed (+19 additions, -2 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.c (+1 -0)
📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+7 -0)
📝 src/lib_ccx/ccx_encoders_common.h (+2 -0)
📝 src/lib_ccx/lib_ccx.c (+2 -1)
📝 src/lib_ccx/lib_ccx.h (+1 -1)
📝 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/1042 **Author:** [@navimakarov](https://github.com/navimakarov) **Created:** 11/22/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`ad82895`](https://github.com/CCExtractor/ccextractor/commit/ad828954805e222e6a19937be4f6a4ee468cb453) Update ccx_common_option.c - [`1be9221`](https://github.com/CCExtractor/ccextractor/commit/1be9221385bb2eabe0e8a47cdf114bb50c41e846) Update ccx_common_option.h - [`2a84ebd`](https://github.com/CCExtractor/ccextractor/commit/2a84ebd86d011860f435b2af32915f4ddcd25468) Update ccx_encoders_common.c - [`fc5067f`](https://github.com/CCExtractor/ccextractor/commit/fc5067f25fcce0b9bc8b9d7de23e29dd66d91cff) Update ccx_encoders_common.h - [`eab6cb1`](https://github.com/CCExtractor/ccextractor/commit/eab6cb11c31fdbdc23da515aee88c02464a98ccc) Update lib_ccx.c - [`95c8d64`](https://github.com/CCExtractor/ccextractor/commit/95c8d64ae8be2fc69864b6eb701a7d1a34bbcecb) Update lib_ccx.h - [`81241ac`](https://github.com/CCExtractor/ccextractor/commit/81241ac6eeb0c07b2155e0572f0311afaaa74266) Update params.c - [`4de0e75`](https://github.com/CCExtractor/ccextractor/commit/4de0e7539e313d0ec2bd88ed88e77760a50b9f27) Update src/lib_ccx/ccx_encoders_common.c - [`6664720`](https://github.com/CCExtractor/ccextractor/commit/666472075df4ac4d0d599cbabf8ff4cf9531f868) Update src/lib_ccx/ccx_encoders_common.c - [`3819914`](https://github.com/CCExtractor/ccextractor/commit/38199147997afa4dfbe5e97106d886ab0ec6f392) Update ccx_encoders_common.c ### 📊 Changes **7 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.c` (+1 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+7 -0) 📝 `src/lib_ccx/ccx_encoders_common.h` (+2 -0) 📝 `src/lib_ccx/lib_ccx.c` (+2 -1) 📝 `src/lib_ccx/lib_ccx.h` (+1 -1) 📝 `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. - [x] I absolutely love CCExtractor, but have not contributed previously. - [ ] 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#1842