cfsmp3
588ed3c77e
Merge branch 'pr/n582_saurabhshri'
2016-12-30 08:50:57 +01:00
Saurabh Shrivastava
6e3f669c13
Corrected improper encoding.
...
It was present due to uninitialised variables. Also memory leak fixed. :)
2016-12-30 11:26:21 +05:30
Saurabh Shrivastava
23a9c5da4d
Probable Memory Leak Fix.
2016-12-30 00:44:25 +05:30
Saurabh Shrivastava
344a3e633a
Fixed minor mistake.
2016-12-29 23:33:42 +05:30
Saurabh Shrivastava
0a0881017a
Revert Incorrect Commit.
2016-12-29 23:24:12 +05:30
Saurabh Shrivastava
76e0987c57
Adobe Premier Pro Compatibility and Proper HTML formatting.
...
These changes were required for Adobe Premier Pro Compatibility. Previous ones were ignored.
a. ITALICS:
This:
<p ...>
<span>Hello<i> italic</i>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/></span>
</p>
Premiere expects:
<p ...>
<style/>
<span>Hello
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
<span>italics
<style tts:backgroundColor="#000000FF" tts:fontSize="18px" tts:fontStyle="italic"/>
</span>
<span>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
</p>
2.b. UNDERLINE:
This:
<p ...>
<span>Hello<u> underline</u>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/></span>
</p>
Premiere expects:
<p ...>
<style/>
<span>Hello
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
<span>underline
<style tts:backgroundColor="#000000FF" tts:fontSize="18px" tts:textDecoration="underline"/>
</span>
<span>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
</p>
2016-12-29 23:13:01 +05:30
Saurabh Shrivastava
e0b6ae275d
Adobe Premier Pro Compatibility and Proper HTML formatting.
...
These changes were required for Adobe Premier Pro Compatibility. Previous ones were ignored.
a. ITALICS:
This:
<p ...>
<span>Hello<i> italic</i>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/></span>
</p>
Premiere expects:
<p ...>
<style/>
<span>Hello
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
<span>italics
<style tts:backgroundColor="#000000FF" tts:fontSize="18px" tts:fontStyle="italic"/>
</span>
<span>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
</p>
2.b. UNDERLINE:
This:
<p ...>
<span>Hello<u> underline</u>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/></span>
</p>
Premiere expects:
<p ...>
<style/>
<span>Hello
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
<span>underline
<style tts:backgroundColor="#000000FF" tts:fontSize="18px" tts:textDecoration="underline"/>
</span>
<span>!
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/>
</span>
</p>
2016-12-29 23:08:45 +05:30
Saurabh Shrivastava
c9fe87014e
Rebasing with current memory leak fix.
2016-12-29 22:53:40 +05:30
Saurabh Shrivastava
2b94b5e316
Updated SMPTE-TT header.
...
Updated header according to SMPTE-TT TTML guidelines.
2016-12-29 22:50:15 +05:30
AlexBratosin2001
0c4bf2a6b1
Added -ignoreptsjumps parameter to ignore pts jumps (needed for some formats). Updated help page (added documentation for latest parameters). Replaced some printf() calls with mprint().
2016-12-29 17:18:42 +02:00
AlexBratosin2001
b9448026d7
Updated -debugdvbsub traces to get the most relevant info.
2016-12-29 15:36:26 +02:00
AlexBratosin2001
90745b07ac
Updated -debugdvbsub traces to get the most relevant info.
2016-12-29 15:33:48 +02:00
AlexBratosin2001
40d97292d2
Fixed memory leak for DVB subs.
2016-12-29 13:16:09 +02:00
AlexBratosin2001
06fdd51104
Fixed memory leak for DVB subs.
2016-12-28 22:04:23 +02:00
AlexBratosin2001
a09a7e4930
Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces.
2016-12-28 21:35:26 +02:00
AlexBratosin2001
121ac2bdfe
Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces
2016-12-28 21:06:55 +02:00
AlexBratosin2001
e9c088a86b
Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces
2016-12-28 20:55:10 +02:00
cfsmp3
d4e03ec759
Merge branch 'master' of github.com:CCExtractor/ccextractor
2016-12-27 04:29:28 +01:00
cfsmp3
2d767569c9
Removed ptr->bufferdatatype fromc all to pess_header_dump.
2016-12-27 04:28:53 +01:00
Evgeny Shulgin
eecec39725
Fix SubStation Alpha subtitles in bitmap ( #571 )
2016-12-26 21:32:06 +01:00
Evgeny Shulgin
99ec42bf35
Fixed lept msg severity in linux ( #576 )
2016-12-26 21:31:33 +01:00
Evgeny Shulgin
e2f6fce850
Added build script for .deb ( #574 )
...
* Added build script for .deb
* Added tip for users and automatically build
2016-12-26 21:31:00 +01:00
AlexBratosin2001
9f2cd33a82
Added -pesheader parameter for PES packet header dumping ( #572 )
...
* Added -pesheader parameter for PES packet header dumping
* Added -pesheader parameter for short PES Header dump to console
* Added -pesheader parameter for short PES Header dump to console
* Fixed DVB subs start time and added -pesheader parameter for PES Header dumping
* Fixed DVB sub start time and added -pesheader parameter for PES packet header dumping
2016-12-26 18:21:10 +01:00
ManveerBasra
556cc482d8
Added Manveer Basra to README.txt
2016-12-24 16:29:46 -08:00
Evgeny
fe9cd61d1d
Fixed bad tesseract library
2016-12-24 22:19:23 +03:00
Evgeny
08b2bcb88b
Added dependencies .dll-s and copy command
2016-12-24 18:26:06 +03:00
Evgeny
0072e98fad
Fixed Tesseract OCR mode, removed Lept info msg
2016-12-24 18:23:23 +03:00
Evgeny
0befb3c5b1
Renamed tess version from 3.05 to 4.00
2016-12-24 10:59:52 +03:00
Evgeny
5e0f9a4898
Disabled info and warnings from Tesseract
2016-12-24 10:42:35 +03:00
Evgeny
331a64e387
Added working tesseract 4.00
2016-12-23 18:01:12 +03:00
Evgeny
f40781a9eb
Updated zlib
2016-12-23 14:37:07 +03:00
Evgeny
490fedf463
Updated libpng from 1.6.10 to 1.6.26
2016-12-23 14:25:12 +03:00
Evgeny Shulgin
12466ef9cb
Memory optimization in edit_distance ( #564 )
2016-12-23 09:31:17 +01:00
cfsmp3
c75fc7f1eb
Readded the old windows directories to .gitignore to avoid crap being committed by mistake.
2016-12-22 19:59:55 +01:00
Evgeny
4c78e47404
Fixed mess in the filters
2016-12-22 18:37:02 +03:00
Evgeny
4b80441164
Renamed OCR to Full and copy ffmpeg DLLs to folder
2016-12-22 18:19:42 +03:00
cfsmp3
e2cc2f9fd7
ImageHasSafeExceptionHandlers>false
2016-12-22 09:21:24 +01:00
cfsmp3
b669733bd8
Added pre-build.bat to Release-OCR
2016-12-22 08:54:59 +01:00
Evgeny Shulgin
5a769fa22b
Fixed bug with -udp address ( #549 )
2016-12-22 07:40:50 +01:00
cfsmp3
8bbf27526e
Merge branch 'pr/n557_Izaron'
2016-12-22 07:29:29 +01:00
cfsmp3
4270450a03
Merge branch 'pr/n554_Izaron'
2016-12-22 07:18:17 +01:00
Evgeny
802360b008
Ported HARDSUBX to Windows
2016-12-18 19:42:23 +03:00
Evgeny
ccd11d38f8
Fixed -stdin option in Windows
2016-12-18 11:21:03 +03:00
Izaron
996c18fca0
Reopen: fixed memory leaks
2016-12-17 19:00:34 +03:00
Carlos Fernandez
19f12038cd
Added new stuff to CHANGES.TXT
2016-12-16 10:50:04 -08:00
Carlos Fernandez
ebc7c070f3
Merge branch 'pr/n545_Izaron'
2016-12-16 10:44:14 -08:00
Carlos Fernandez
7acb3c3874
Version bump (to 0.84). Rename target name of the Windows OCR binaries.
2016-12-16 10:41:02 -08:00
Carlos Fernandez
e3ca2c3fbc
Merge branch 'pr/n537_maxkoryukov'
2016-12-16 10:06:18 -08:00
Carlos Fernandez
ac1accce96
Merge branch 'pr/n544_Izaron'
2016-12-16 10:04:19 -08:00
Carlos Fernandez
c39185abab
Merge branch 'pr/n541_saurabhshri'
2016-12-16 10:03:37 -08:00