mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #54] [MERGED] Binary search for dictionary #946
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/54
Author: @anshul1912
Created: 6/25/2014
Status: ✅ Merged
Merged: 7/1/2014
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
c8f65bbBinary search for dictionary📊 Changes
6 files changed (+94 additions, -70 deletions)
View changed files
📝
.gitignore(+2 -0)📝
src/608_helpers.c(+26 -34)📝
src/dvb_subtitle_decoder.c(+18 -35)📝
src/params.c(+5 -1)📝
src/utility.c(+40 -0)📝
src/utility.h(+3 -0)📄 Description
4)I have reused shell_sort from quantization logic in dvb_subtile so had to remove some dependency in dvb_subtitle
5) removed ISSEPARATOR, since it was used nowhere other then correct_case
6) tested on windows and linux using the.tudors.208-ALANiS.ts
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.