[PR #1653] [CLOSED] Valid xml tokens Issue #1235 #2366

Closed
opened 2026-01-29 17:21:45 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1653
Author: @peach280
Created: 1/10/2025
Status: Closed

Base: masterHead: valid


📝 Commits (10+)

📊 Changes

7 files changed (+37 additions, -10 deletions)

View changed files

📝 src/lib_ccx/asf_functions.c (+2 -3)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -1)
📝 src/lib_ccx/ccx_encoders_spupng.c (+31 -2)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+1 -1)
📝 src/lib_ccx/general_loop.c (+1 -1)
📝 src/lib_ccx/hardsubx_decoder.c (+1 -1)
📝 src/lib_ccx/utility.c (+0 -1)

📄 Description

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 absolutely love CCExtractor, but have not contributed previously.

Filtered the text written to spu-xml for generating a valid token.


🔄 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/1653 **Author:** [@peach280](https://github.com/peach280) **Created:** 1/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `valid` --- ### 📝 Commits (10+) - [`47d4727`](https://github.com/CCExtractor/ccextractor/commit/47d47279740901a81674a9b3f9dfad40fe4c3e3e) Valid xml tokens - [`f42ea50`](https://github.com/CCExtractor/ccextractor/commit/f42ea50751f95eed8965087b1e9d7a80a9856349) Valid xml tokens - [`f2569f2`](https://github.com/CCExtractor/ccextractor/commit/f2569f28244dabc0b3377fa7880aaf9829822c7e) Valid xml tokens - [`f7206e2`](https://github.com/CCExtractor/ccextractor/commit/f7206e2e001240ed950314cb3fb412f3b32d9138) Valid xml tokens - [`1d276a7`](https://github.com/CCExtractor/ccextractor/commit/1d276a7299ab46b1899081639392c1313b38230a) Valid xml tokens - [`793cf64`](https://github.com/CCExtractor/ccextractor/commit/793cf6460f2531dce43609d6fc89ff76a301ef37) Valid xml tokens - [`519d9e1`](https://github.com/CCExtractor/ccextractor/commit/519d9e1585507162e944ebdf11f2ceeda62abb6a) Valid xml tokens - [`674df1b`](https://github.com/CCExtractor/ccextractor/commit/674df1b70e996249724fc43899225ea406d4bb6c) Valid xml tokens - [`a62e7ef`](https://github.com/CCExtractor/ccextractor/commit/a62e7ef904f8166e4e90cacb2e46dedd616fd3fd) Valid xml tokens - [`c951318`](https://github.com/CCExtractor/ccextractor/commit/c951318617cb696dd9cbc85d83b3e82533185c4a) Valid xml tokens ### 📊 Changes **7 files changed** (+37 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/asf_functions.c` (+2 -3) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -1) 📝 `src/lib_ccx/ccx_encoders_spupng.c` (+31 -2) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+1 -1) 📝 `src/lib_ccx/general_loop.c` (+1 -1) 📝 `src/lib_ccx/hardsubx_decoder.c` (+1 -1) 📝 `src/lib_ccx/utility.c` (+0 -1) </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 absolutely love CCExtractor, but have not contributed previously. Filtered the text written to spu-xml for generating a valid token. --- <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:21:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2366