AlexBratosin2001
919d3ec3b0
Fixed timing error caused by last commit
2017-01-28 23:24:50 +02:00
AlexBratosin2001
c5ea59aeb1
Fixed huge memory leak related to OCR init
2017-01-28 22:20:08 +02:00
Carlos Fernandez Sanz
b3010afba7
Merge pull request #672 from canihavesomecoffee/ds_store-fix
...
Delete .DS_Store files and add it to .gitignore file
2017-01-28 10:28:26 -08:00
Willem
de958c9383
Delete .DS_Store files and add it to .gitignore file
2017-01-28 18:03:22 +01:00
Carlos Fernandez
1bd3a43dbe
Added 0.85b to CHANGES.TXT
2017-01-26 17:08:01 -08:00
Carlos Fernandez
5fa83394a0
Merge branch 'pr/n670_Izaron'
2017-01-26 10:20:13 -08:00
Carlos Fernandez
51537e8725
networking, multicast: In linux, bind to the specific IP address of the multicast source.
...
OCR: init some variables that didn't have a default value.
2017-01-26 10:16:52 -08:00
Evgeny
071386d552
Fixed DLL requiring in non-full version
2017-01-26 12:27:39 +03:00
Carlos Fernandez
ec9a0985ce
Rework signals
2017-01-24 11:06:09 -08:00
Carlos Fernandez
71dffd6eb3
Use TessDeleteText to delete strings received from Tesseract
2017-01-23 16:05:05 -08:00
Carlos Fernandez
560a88b0b9
Merge branch 'master' of https://github.com/CCExtractor/ccextractor
2017-01-23 12:34:06 -08:00
Carlos Fernandez
626717cc28
Added release date for 0.85 and new changes to CHANGES.TXT
2017-01-23 12:33:53 -08:00
Carlos Fernandez Sanz
8dc1964f8c
Merge pull request #660 from Izaron/708-adventures
...
Fixed ttxt 708 files segfault
2017-01-23 10:05:10 -08:00
Evgeny Shulgin
d72e946213
Fixed ttxt 708 files segfault
2017-01-23 19:29:28 +04:00
Carlos Fernandez Sanz
24edbff859
Merge pull request #655 from saurabhshri/patch-1
...
Ability to extract Chapters from MP4 files.
2017-01-20 13:01:43 -08:00
Saurabh Shrivastava
77da2dc873
Added -chapters paramater for chapter extaraction from MP$.
2017-01-21 01:43:41 +05:30
Saurabh Shrivastava
d9414782b2
Function prototype for chapter extraction.
2017-01-21 01:38:12 +05:30
Saurabh Shrivastava
d1b127164e
Option for chapter extraction.
2017-01-21 01:37:13 +05:30
Saurabh Shrivastava
db8d9c67b6
By default don't extract chapters.
2017-01-21 01:35:58 +05:30
Saurabh Shrivastava
c9a3a0c7f2
Extract chapters from mp4 file and write it in a file.
2017-01-21 01:33:59 +05:30
Saurabh Shrivastava
0e4d211eaf
Extract chapter instead of subtitles if extract_chapters is True.
2017-01-21 01:29:04 +05:30
Carlos Fernandez
57daaf3e4d
- Correct identing in ccextractor.c
...
- Correct return code for multiprogram transport streams
2017-01-19 15:14:54 -08:00
Carlos Fernandez
bc1e309b13
Added "CCX_DTVCC_C0_NUL" (do nothing, but prevent the "unhandled" warning)
2017-01-19 14:53:15 -08:00
AlexBratosin2001
09778b2d14
Sped up min_pts calculation (avoided lots of unnecessary loop iterations)
2017-01-19 22:06:39 +02:00
Evgeny
89c00a7e21
Added OEM mode parameter
2017-01-19 20:57:35 +03:00
Carlos Fernandez
bb026a7318
Merge branch 'pr/n649_sidgairo18'
2017-01-17 11:53:13 -08:00
maxkoryukov
566d1284f2
Remove SBS stuff from decoder_init
2017-01-15 23:55:41 +05:00
maxkoryukov
b5b2a7d70d
Probably fix the maxkoryukov/ccextractor#1 : split to sentences
...
This version returns enough readable subs , splitted into sentences
2017-01-15 22:37:51 +05:00
maxkoryukov
93e407f4a5
Improve SBS: fix for #639 and non-gready similarity detection
...
* Use own SBS-context structure to store SBS-data (fix CCExtractor/ccextractor#639 )
* Search for BEST match of new string and SBS-buffer (instead of first appropriate..)
* all tests are fixed and passed
2017-01-15 22:37:51 +05:00
maxkoryukov
ad7b141cc6
Tiny fixes
2017-01-15 22:37:51 +05:00
maxkoryukov
f23beab07e
Fix error with uninitialed sbs_handled_len
. Free sbs_buffer
on dinit_encoder_context
...
* more debug for SBS
2017-01-15 22:37:51 +05:00
maxkoryukov
c582175d35
Wrap debug instructions in #ifdef
2017-01-15 22:37:51 +05:00
maxkoryukov
1b1a572f73
SBS: use Levenshtein distance to detect duplicates in subs
...
see maxkoryukov/ccextractor#1
2017-01-15 22:37:51 +05:00
maxkoryukov
7c9ffbbde9
Levenshtein for char * in utility.c
...
see maxkoryukov/ccextractor#1
2017-01-15 22:37:51 +05:00
maxkoryukov
5404108cc1
Some improvements for test-environment
...
see maxkoryukov/ccextractor#1
2017-01-15 22:37:51 +05:00
maxkoryukov
5c2d6956fd
Fixed format specifiers for debug output
2017-01-15 22:37:51 +05:00
Siddhartha Gairola
fad623ed6a
Update general_loop.c
2017-01-15 14:08:16 +05:30
Siddhartha Gairola
263dd2cb40
Update ccx_encoders_webvtt.c
2017-01-15 14:07:04 +05:30
sidgairo18
2d56d067e3
Fixed issue #648
2017-01-15 14:02:49 +05:30
Carlos Fernandez Sanz
759507f196
Merge pull request #645 from Izaron/708-adventures
...
708 fixes
2017-01-14 10:04:06 -08:00
Evgeny
e048c65cdb
[CEA-708] Added BS command
2017-01-14 19:30:03 +03:00
Evgeny
41cd5f00bc
Updated 708 window dump
2017-01-14 18:17:31 +03:00
AlexBratosin2001
7ab968c4a6
Merge remote-tracking branch 'upstream/master'
2017-01-13 23:35:59 +02:00
AlexBratosin2001
462f63a294
Fixed DVB multiprogram.
2017-01-13 23:35:34 +02:00
Carlos Fernandez
f75793c5e4
Merge branch 'master' of https://github.com/CCExtractor/ccextractor
2017-01-13 11:32:22 -08:00
Carlos Fernandez
521ee29ab8
Corrections in dvbcolor help and code comments.
2017-01-13 11:32:11 -08:00
Carlos Fernandez Sanz
91690f9453
Merge pull request #643 from Izaron/708-stuff
...
CEA-708 subtitle counter
2017-01-13 09:55:12 -08:00
Evgeny
aa0db3c528
Using correct CEA-708 subs counter
2017-01-13 20:34:50 +03:00
Evgeny
a727d2df26
Fixed hot bug with CEA-708 counter
2017-01-13 20:32:29 +03:00
Carlos Fernandez Sanz
8f818051b0
Merge pull request #642 from Izaron/708-stuff
...
CEA-708 improvements
2017-01-13 06:54:12 -08:00