Fonseverin
c1c0627dab
[IMPROVEMENT] Add fatals to params without args ( #1152 )
...
* Update cnf file. Correct and comment constants.
* Add URLs to standards.
* Add fatals.
* Add brackets to if-else.
* Update CHANGES.
2019-12-21 19:58:05 -08:00
MarcusGaiusPompey
9cfc345041
[IMPROVEMENT] Removed redundant check_configuration_file function ( #1153 )
...
* Removed redundant function
* Updated changelog
2019-12-21 19:51:56 -08:00
Jacob Shin
f3a72bff3d
Added back define to make building on Windows work again ( #1151 )
2019-12-19 11:13:56 -08:00
Fonseverin
e906585287
[IMPROVEMENT] Minor styling improvement. ( #1149 )
...
* Add, remove spaces. Optimise if-clause.
* Update cnf file. Correct and comment constants.
* Unite style. Add/Remove spaces. Correct errors.
* Add URLs to standards.
* Correct order in enum.
2019-12-15 09:39:43 -08:00
Carlos Fernandez Sanz
b27c6fe415
Removed duplicated MIN / MAX #define's
2019-12-15 09:37:17 -08:00
Sudoxo
5e888ee895
[FIX] Hang while processing video #1121 ( #1146 )
2019-12-10 12:53:21 -08:00
Sam Poder
c9f55f5a39
[FIX]Update utf8proc ( #1145 )
...
* Create info.md
* Add files via upload
* Update
* Rename info.md to README.md
* Delete InstallCCExtractor.zip
* Add files via upload
* fix bugs
* Update InstallCCExtractorMacGUI.zip
* Create placeholder.md
* Add Source Files
* Create HowToGenerateApp
* Rename HowToGenerateApp to HowToGenerateApp.md
* To Remove Previous Commits to Fork
* UpdateFreeType
* Revert "UpdateFreeType"
This reverts commit fee2da1615
.
* hi
* Revert "hi"
This reverts commit dfcd3aec13
.
* UpdateFreeType
* fixmistake
* reboot
* reboot
2019-12-10 08:21:19 -08:00
Sudoxo
1e9939bc8a
[FIX] Segmentation fault on VOB #1128 ( #1142 )
2019-12-09 21:18:09 -08:00
Nils ANDRÉ-CHANG
df66746e89
[FIX] Make header respect -lf
for the webvtt encoder ( #1134 )
...
* Make header respect `-lf`
* [ccx_encoders_webvtt.c] Use the ternary operator to select line endings
* Use sprintf for choosing line ending and use ternary operator
* Revert
2019-12-08 16:46:01 -08:00
Fonseverin
5dac23f156
[FIX] Compilation warnings ( #1133 )
...
* Add comments clarifying ccextractor.cnf and locale
* Comments on unobvious ctx entries
* no_rollup explanation in ccx_s_options
* Unified mprint format. Removed obvious comment.
* Commented out unused lines and corrected if-clause
* Changed unsigned char * to char *
* Returned to unsigned buffers
* Unsigned buf converted to signed
* Correct some lines causing warnings
* Added cases TODO. Some minor corrections.
* Better fixes for some warnings
* Convert explicit convert unsigned to signed
* Update CHANGES.TXT
* Update CHANGES.TXT
* Fix typos. Initialization for variables.
* Change comment on no_rollup. No more magic sizeof
* Fix typos. Delete question-comments.
* Change comments.
* Fix vital bug with wrong memset.
* No ugly defines.
* Stash change on extern lib. Correct internal files
2019-12-08 16:44:34 -08:00
Willem
a3148f07ac
Merge pull request #1136 from NilsIrl/patch-1
...
[IMPROVEMENT] Fix typo
2019-12-06 12:06:18 +01:00
Nils ANDRÉ-CHANG
75e21feee3
Fix typo
2019-12-06 09:48:34 +00:00
grave-panda
334a87aed1
[IMPROVEMENT] Update FFMpeg guide to use markdown. ( #1130 )
...
* Rename FFMPEG.TXT to FFMPEG.md
* Update FFMPEG.md
update file to use markdown.
2019-12-02 18:37:59 -08:00
Willem
ee3418cd60
Merge pull request #1129 from sampoder/add-tv-samples
...
[IMPROVEMENT] Add TV Samples to README
2019-12-02 11:29:39 +01:00
Sam Poder
b9ca8a1291
Add TV Samples to README
...
For people new to the software it can be a challenge to use it for the first time. By adding this to the README they can see the file formats supported and how the software works without having to search for their own file. This will be especially helpful to the many new GCI students who likely don't have much experience in the TV industry but want to learn how the software works.
2019-12-02 16:56:33 +08:00
Prabodh Ranjan Swain
280b4308f7
[FIX] Fixed X-TIMESTAMP-MAP formatting error ( #1126 )
...
* Fixed X-TIMESTAMP-MAP formatting error
* Removed reformatting of whole file
* Removed reformatting of whole file
2019-11-25 21:30:16 -08:00
rboy1
45eec1c919
Fix for #1115 ( #1123 )
...
Sentence case crash (-sc)
2019-11-11 18:01:19 -08:00
rboy1
7ad5859629
Fix for crash while fixing sentence case ( #1122 )
...
Check for null pointer before extracting data
2019-11-11 17:59:56 -08:00
Willem
bdfe4ca25b
Merge pull request #1110 from thealphadollar/improve_contributionmd
...
[IMPROVEMENT] Make COMPILATION.md Easier To Use
2019-10-19 13:37:10 +02:00
thealphadollar
3020fd24e7
Improve COMPILATION.md
...
- Improve the structure of package installation command to make it easy to copy and paste
- Improve the formatting of code blocks by mentioning language as specified by MD
2019-09-28 07:49:54 +05:30
Carlos Fernandez Sanz
0f2a5b3b96
Make CCExtractor great again (as in at least compile on Windows)
2019-09-22 15:03:05 -07:00
Rob
8fec59e753
[FEATURE] Added support for encoding into an MCC File. (CCExtractor#733) ( #1097 )
...
* [FEATURE] Added support for encoding into an MCC File. (CCExtractor#733)
* Missed deleting an unused variable declaration as part of a refactor.
2019-09-20 19:58:56 -07:00
Daniel Barea
7598225ee1
[FIX] Fix several memory leaks using Leptonica API for hardcoded subtitle extraction ( #1105 )
...
* Rewritten Tesseract and Leptonica imports
* Fixed memory leak extracting hardcoded subtitles
* Minor code enhancements and cleanups
* Fixed memory leak using function pixSauvolaBinarize
* Updated changelog
2019-09-12 08:24:42 -07:00
Eric Mesa
8a9d924fc1
**[FIX]** Enable RPM creation to work correctly ( #1106 )
...
* edited Makefile so that RPMs can actually be created
* added what I intend for the pull request to changes.txt
2019-09-11 21:44:11 -07:00
Justin Greer
2bcd993c0f
[IMPROVEMENT] MXF caption frame rates ( #1101 )
...
* Decode cdp frame rates in mxf files for accurate caption timings.
* Update changelog re: MXF frame rate parsing.
2019-08-15 20:54:05 -07:00
djaydev
e461c14b48
Update OCR.md ( #1100 )
...
I had to add "r" or I would get "configure: WARNING: unrecognized options: "--enable-oc""
2019-08-15 08:42:12 -07:00
Richard
c9a6707fdc
avfilterhraph.h merged with avfilter.h. ( #1098 )
2019-08-05 07:55:56 -07:00
Ray Foss
6cb70be4a4
Add RHEL based distros instructions. ( #1094 )
...
These are CentOS 7 based, but should work across the board, specifically including 8. I've tested in CENTOS 7 and Fedora 30
2019-06-11 15:29:46 -07:00
Ray Foss
403581462e
[FIX] Remove webvtt styling when not using webvtt-full ( #1092 )
...
* no styling unless in full mode
* part 1 of moving style to here
* no style header unless requested with webvtt-full
* only one new line to support x-timestamp-map
* move x-timestamp-map up to abide by specifications
and support ffmpeg and brightcove
* remove stray new line, crlfs are added upstream
297 seems to contain a null bug
* don't write null characters to sub file
* needed space after -full mode style
* typo
2019-06-05 16:55:31 -07:00
Willem
9e212fa104
Merge pull request #1089 from MatejMecka/patch-1
...
Fix Video links for not converting to Markdown
2019-05-23 14:10:35 +02:00
Matej Plavevski
b6978f2fd8
Fix Video links for not converting to Markdown
2019-05-23 13:55:30 +02:00
Willem
513372978c
Merge pull request #1088 from aadibajpai/patch-3
...
[IMPROVEMENT] Update badge with total download count
2019-05-22 09:44:01 +02:00
Aadi Bajpai
de9b198496
Update badge with total download count
...
And link to latest release
2019-05-22 12:29:24 +05:30
Willem
dac9de4d67
Update Makefile
...
Bump version
2019-05-21 20:41:08 +02:00
Willem
d56728bd7f
Update configure.ac
...
Bump version
2019-05-21 20:39:54 +02:00
Willem
7fe8ab767c
Update configure.ac
...
Bump version
2019-05-21 20:36:05 +02:00
Carlos Fernandez
403d2fd8a4
Merge branch 'master' of https://github.com/CCExtractor/ccextractor
2019-05-21 11:35:19 -07:00
Willem
a9c3207773
Update PKGBUILD
...
Bump version
2019-05-21 20:34:41 +02:00
Carlos Fernandez
bf478c0ee2
build and builddebug: Updated reference to package in Ubuntu (tesseract has been renamed)
2019-05-21 11:34:18 -07:00
Willem
324667b3e6
Update ccextractor.spec
...
Bump version
2019-05-21 20:33:52 +02:00
Willem
3ccb250d18
Update debian.sh
...
Bump version to 0.88
2019-05-21 20:32:44 +02:00
Willem
15b42e2d0c
Update README.md
...
Remove the Google Code In from the readme
2019-05-21 20:28:27 +02:00
Carlos Fernandez Sanz
181b8650ab
Added release date for 0.88 in CHANGES.TXT
2019-05-21 11:21:35 -07:00
Carlos Fernandez
724d756aa6
Version bump (0.87 -> 0.88)
2019-05-21 10:59:20 -07:00
Artem Fedoskin
2f096879d5
Fixes #1086 by adding -latrusmap option that maps Latin symbols to Cyrillic ones in some of the Russian Teletext files ( #1087 )
2019-05-18 10:41:34 -07:00
Artem Fedoskin
d3543ff1a2
Fixes #1084 by adding check for NULL string in ocr.c ( #1085 )
2019-04-30 17:45:31 -07:00
Carlos Fernandez Sanz
17a6779146
Moved tesseract .h files (which we use for windows builds) into their own directory so the reference is consistent when building on linux from a tesseract in a standard location.
2019-04-04 09:54:39 -07:00
Artem Fedoskin
116f308a0b
Improve the way Tesseract is initialized in hardsubx. Fix segfault during the cleaning the frame data in hardsubx. ( #1083 )
2019-03-25 16:20:45 -07:00
Saurabh Shrivastava
414a57d97e
[FIX] Travis build for macOS. Also add cmake build test. ( #1063 )
...
* Fix macOS travis build and remove linux builds.
* Add Apple logo for macOS build badge.
* Link the apple logo to travis build.
* Correct redundant compiler type.
2019-03-23 15:24:42 -07:00
Matej Plavevski
6d7c60fe14
[IMPROVEMENT]Update Protobuf-c ( #1022 )
...
* Update Protobuf-c
* Try changing place?
* Remove Spaces
2019-03-23 15:21:02 -07:00