[PR #1062] [CLOSED] [IMPROVEMENT] Add --noempty #1865

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1062
Author: @navimakarov
Created: 1/10/2019
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

11 files changed (+45 additions, -4 deletions)

View changed files

📝 docs/CHANGES.TXT (+1 -0)
📝 src/ccextractor.c (+3 -1)
📝 src/lib_ccx/ccx_common_option.c (+1 -0)
📝 src/lib_ccx/ccx_common_option.h (+2 -0)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -0)
📝 src/lib_ccx/ccx_decoders_structs.h (+2 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+17 -0)
📝 src/lib_ccx/lib_ccx.c (+3 -0)
📝 src/lib_ccx/lib_ccx.h (+2 -1)
📝 src/lib_ccx/output.c (+7 -2)
📝 src/lib_ccx/params.c (+6 -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/1062 **Author:** [@navimakarov](https://github.com/navimakarov) **Created:** 1/10/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9437d9a`](https://github.com/CCExtractor/ccextractor/commit/9437d9a06b3202465b9cc0c2da34fc4e006e8c0d) Update general_loop.c - [`f2c5a5d`](https://github.com/CCExtractor/ccextractor/commit/f2c5a5d8c3e87cb67833e4944bfa5e3701541529) Update telxcc.c - [`f0f30e2`](https://github.com/CCExtractor/ccextractor/commit/f0f30e2280f6a76a97f5aab68fed27569d177d7b) Update CHANGES.TXT - [`fd3ca3c`](https://github.com/CCExtractor/ccextractor/commit/fd3ca3c9926b48b016b6af3658ef383a395cecba) Update CHANGES.TXT - [`529283f`](https://github.com/CCExtractor/ccextractor/commit/529283f72f87253f295e38ca8de59d1109d02e67) Update general_loop.c - [`58bc8ac`](https://github.com/CCExtractor/ccextractor/commit/58bc8ac0a8e00ed2cf613495fba85866594b0a60) Update CHANGES.TXT - [`c9ce94b`](https://github.com/CCExtractor/ccextractor/commit/c9ce94b32b1bd2158369eea5b8bb4924700deeaf) Update CHANGES.TXT - [`d227723`](https://github.com/CCExtractor/ccextractor/commit/d2277238ac8385a72401e62df6fcc481cbd5d907) Update telxcc.c - [`98a112b`](https://github.com/CCExtractor/ccextractor/commit/98a112b1655b2e82bfbba40efaeda75a4361dc84) Update general_loop.c - [`340a933`](https://github.com/CCExtractor/ccextractor/commit/340a933ec35be61086a89c6e15d6128f086affde) Update general_loop.c ### 📊 Changes **11 files changed** (+45 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGES.TXT` (+1 -0) 📝 `src/ccextractor.c` (+3 -1) 📝 `src/lib_ccx/ccx_common_option.c` (+1 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+2 -0) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+2 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+17 -0) 📝 `src/lib_ccx/lib_ccx.c` (+3 -0) 📝 `src/lib_ccx/lib_ccx.h` (+2 -1) 📝 `src/lib_ccx/output.c` (+7 -2) 📝 `src/lib_ccx/params.c` (+6 -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. - [x] **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:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1865