[PR #996] [CLOSED] [FEATURE] HardSubX Russian Tickers #1802

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/996
Author: @BurhanUlTayyab
Created: 8/6/2018
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

8 files changed (+1462 additions, -3 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.c (+15 -0)
📝 src/lib_ccx/ccx_common_option.h (+16 -0)
📝 src/lib_ccx/ccx_sub_entry_message.pb-c.h (+1 -1)
📝 src/lib_ccx/hardsubx.c (+54 -2)
📝 src/lib_ccx/hardsubx.h (+46 -0)
📝 src/lib_ccx/hardsubx_imgops.c (+1 -0)
src/lib_ccx/hardsubx_russian.c (+1125 -0)
📝 src/lib_ccx/params.c (+204 -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.

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.

Merging my GSoC'18 work on Extracting Russian News Tickers and combining them in correct order (Early and Late Fusion Algorithm). This work was done as a partnership between Red Hen Labs and CCExtractor (as I'm from Red Hen Labs and my mentor is Abhinav Shukla).


🔄 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/996 **Author:** [@BurhanUlTayyab](https://github.com/BurhanUlTayyab) **Created:** 8/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`f1ffafb`](https://github.com/CCExtractor/ccextractor/commit/f1ffafbef867e1dd44a77b0b74996bb813933045) HardSubX Russian Tickers - [`3db9022`](https://github.com/CCExtractor/ccextractor/commit/3db9022f3a0f744ddfe70fdd4fa4c9ed45ddd406) Making the code cleaner - [`38c960b`](https://github.com/CCExtractor/ccextractor/commit/38c960b2dccece9844ea2c56be94144e2a4fb896) Update hardsubx.h - [`a25bb56`](https://github.com/CCExtractor/ccextractor/commit/a25bb568b77ea48430dbbf9293a1346769620b4b) Cleaner indentation - [`5f6384c`](https://github.com/CCExtractor/ccextractor/commit/5f6384c6dad57f90057e90a6f239ce4a25ea0d42) Cleaner indentation - [`89b9f47`](https://github.com/CCExtractor/ccextractor/commit/89b9f47dc5c23208a1d16d18928b4ff4633d8b2f) Update hardsubx.c - [`41856fd`](https://github.com/CCExtractor/ccextractor/commit/41856fd1e47a2631b3c97364d157d2a5385c4787) Update hardsubx_russian.c - [`22e8c70`](https://github.com/CCExtractor/ccextractor/commit/22e8c702356c4eb60b3a004e43066c4c61a37699) Update ccx_common_option.c - [`ba2990c`](https://github.com/CCExtractor/ccextractor/commit/ba2990cb40bd8bf5582093188e52e4817b3eaf7b) Updated - [`87ef828`](https://github.com/CCExtractor/ccextractor/commit/87ef8289b0108b7c3abb022f9f8511dee0aecb37) Changes done as proposed by Abhinav ### 📊 Changes **8 files changed** (+1462 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.c` (+15 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+16 -0) 📝 `src/lib_ccx/ccx_sub_entry_message.pb-c.h` (+1 -1) 📝 `src/lib_ccx/hardsubx.c` (+54 -2) 📝 `src/lib_ccx/hardsubx.h` (+46 -0) 📝 `src/lib_ccx/hardsubx_imgops.c` (+1 -0) ➕ `src/lib_ccx/hardsubx_russian.c` (+1125 -0) 📝 `src/lib_ccx/params.c` (+204 -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. **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. --- Merging my GSoC'18 work on Extracting Russian News Tickers and combining them in correct order (Early and Late Fusion Algorithm). This work was done as a partnership between Red Hen Labs and CCExtractor (as I'm from Red Hen Labs and my mentor is Abhinav Shukla). --- <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:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1802