[PR #1052] [MERGED] **[FIX]** Fix typos; **[IMPROVEMENT]** Update .gitignore for Visual Studio databases #1855

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1052
Author: @sd2048
Created: 12/9/2018
Status: Merged
Merged: 12/11/2018
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • 7513420 Fix many typos
  • 87cdc25 Ignore Visual Studio temporary project files
  • 3a2bf71 Log previous 2 commits in CHANGES.TXT

📊 Changes

41 files changed (+130 additions, -125 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 docs/CHANGES.TXT (+2 -0)
📝 src/GUI/ccextractorGUI.c (+2 -2)
📝 src/GUI/tabs.c (+1 -1)
📝 src/GUI/win_dirent.h (+3 -3)
📝 src/gpacmp4/av_parsers.c (+1 -1)
📝 src/gpacmp4/avc_ext.c (+1 -1)
📝 src/gpacmp4/bitstream.c (+1 -1)
📝 src/gpacmp4/box_code_drm.c (+1 -1)
📝 src/lib_ccx/asf_functions.c (+2 -2)
📝 src/lib_ccx/avc_functions.c (+3 -3)
📝 src/lib_ccx/cc_bitstream.c (+1 -1)
📝 src/lib_ccx/ccx_common_char_encoding.c (+18 -18)
📝 src/lib_ccx/ccx_common_constants.c (+6 -6)
📝 src/lib_ccx/ccx_common_option.c (+4 -4)
📝 src/lib_ccx/ccx_decoders_608.c (+2 -2)
📝 src/lib_ccx/ccx_decoders_708.c (+1 -1)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -1)
📝 src/lib_ccx/ccx_decoders_isdb.c (+9 -9)
📝 src/lib_ccx/ccx_decoders_xds.c (+6 -6)

...and 21 more files

📄 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.

Besides the fixed typos in comments and output messages, I updated .gitignore to ignore all Visual Studio project database files, with the exception of windows/.vs/config/applicationhost.config, since that already exists. Previously, the project didn't ignore very large IPCH (IntelliSense database) files.


🔄 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/1052 **Author:** [@sd2048](https://github.com/sd2048) **Created:** 12/9/2018 **Status:** ✅ Merged **Merged:** 12/11/2018 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7513420`](https://github.com/CCExtractor/ccextractor/commit/7513420ab32f63aadd13c18ba6562f9ad37348f4) Fix many typos - [`87cdc25`](https://github.com/CCExtractor/ccextractor/commit/87cdc257f438007948b577e98166b84342fdd975) Ignore Visual Studio temporary project files - [`3a2bf71`](https://github.com/CCExtractor/ccextractor/commit/3a2bf712008582c4a9d6fcb865225978b263d073) Log previous 2 commits in CHANGES.TXT ### 📊 Changes **41 files changed** (+130 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `docs/CHANGES.TXT` (+2 -0) 📝 `src/GUI/ccextractorGUI.c` (+2 -2) 📝 `src/GUI/tabs.c` (+1 -1) 📝 `src/GUI/win_dirent.h` (+3 -3) 📝 `src/gpacmp4/av_parsers.c` (+1 -1) 📝 `src/gpacmp4/avc_ext.c` (+1 -1) 📝 `src/gpacmp4/bitstream.c` (+1 -1) 📝 `src/gpacmp4/box_code_drm.c` (+1 -1) 📝 `src/lib_ccx/asf_functions.c` (+2 -2) 📝 `src/lib_ccx/avc_functions.c` (+3 -3) 📝 `src/lib_ccx/cc_bitstream.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_char_encoding.c` (+18 -18) 📝 `src/lib_ccx/ccx_common_constants.c` (+6 -6) 📝 `src/lib_ccx/ccx_common_option.c` (+4 -4) 📝 `src/lib_ccx/ccx_decoders_608.c` (+2 -2) 📝 `src/lib_ccx/ccx_decoders_708.c` (+1 -1) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -1) 📝 `src/lib_ccx/ccx_decoders_isdb.c` (+9 -9) 📝 `src/lib_ccx/ccx_decoders_xds.c` (+6 -6) _...and 21 more files_ </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):** - [X] 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. --- Besides the fixed typos in comments and output messages, I updated `.gitignore` to ignore all Visual Studio project database files, with the exception of `windows/.vs/config/applicationhost.config`, since that already exists. Previously, the project didn't ignore very large IPCH (IntelliSense database) files. --- <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:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1855