Carlos Fernandez Sanz
7bcdd6729f
Bump version 0.93 -> 0.94
2021-12-14 09:46:01 -08:00
Punit Lodha
3dd3d5f6aa
Update CHANGES.TXT ( #1402 )
...
Co-authored-by: PunitLodha <punitlodha@pm.com >
2021-12-14 09:37:23 -08:00
Ritesh Maurya
ba37cc41c8
Update COMPILATION.MD ( #1401 )
...
Most of the users use Ubuntu 18.04 and later, so added the `libtesseract-dev` rather than `tesseract-ocr-dev` in the bash command so new people don't run into any errors as the NOTE was written after the command.
2021-12-13 08:29:53 -08:00
Punit Lodha
6efa41a7e6
Extract 708 subs by default ( #1398 )
...
* Extract 708 subs by default
* fix fmt
2021-12-05 06:21:34 -08:00
Manolis Miminas
9b90c91f07
Update COMPILATION.MD ( #1397 )
...
Add missing slash character.
2021-12-01 12:16:07 +01:00
Carlos Fernandez Sanz
35936618e3
Display explicit message if text:text is found
2021-11-21 10:16:07 -08:00
Carlos Fernandez Sanz
e98a584e98
Exit build if rust part fails
2021-11-21 09:31:05 -08:00
Punit Lodha
1a8c8a86f3
Check start/end at param before encoding DVB subs ( #1396 )
2021-11-21 07:13:48 -08:00
Punit Lodha
57663b8cf1
Fix Carriage Return command ( #1394 )
...
* Fix Carriage Return command
* fix fmt
* Fix rollup
2021-11-20 09:29:19 -08:00
Willem
2b3d759e20
Update CHANGES.TXT
...
Add links to GH issues for 2 improvements in new version
2021-11-20 16:25:27 +00:00
Punit Lodha
ed1b5dddce
Update windows build ( #1393 )
...
* Compile rust in a pre-build event
* Add msbuild to windows compilation docs
* Update CHANGES.TXT
2021-11-14 10:03:39 -08:00
Punit Lodha
86fede6af8
Fix negative delay bug, and other miscellaneous changes ( #1392 )
...
* Add message for detected version
* Update rust build scripts for windows
* Fix bug with negative delay values
* fix formatting
2021-11-13 06:38:50 -08:00
dependabot[bot]
68e6390c76
Bump actions/checkout from 2.3.4 to 2.4.0 ( #1388 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.4.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 07:03:06 +00:00
Hugh Mackworth
0ebeec4183
Repair Mac Build processes ( #1390 )
...
* Fix Mac Build processes
For all:
Add Neon files to libpng for Apple Silicon
Update compilation.md documentation
For autoconf:
Make Linux and Mac Makefile.am and configure.ac identical
Fix wrong location for zvbi/bcd.h in both Mac/Linux
For cmake::
Include GPAC config for Darwin in Mac version
For mac/build.command:
Update for new zvbi location
* Update CHANGES.TXT for Mac Build commit
2021-11-09 17:30:21 -08:00
Punit Lodha
8c10ded107
Add check for MSRV and update compilation docs ( #1387 )
...
* Add check for MSRV
* Update docs
* fix docs
2021-10-28 09:08:50 -07:00
Punit Lodha
3a1851f904
Make rust decoder default ( #1375 )
...
* Use rust by default and add -WITHOUT_RUST flag
* Fix for shell and autoconf builds
* change directory for version check
* change to staticlib
* Update windows to build rust
* fix formatting
* add information about 708 decoder in version flag
* revert file mode to 644
* Use x86 for OCR releases
* fix flushing bug
* fix formatting
* update lib names
* remove bazel
* update changelog
2021-10-15 08:15:51 -07:00
Punit Lodha
50aceb45fb
remove default BOM from windows ( #1383 )
...
* remove default BOM from windows
* update changelog
2021-10-08 15:30:54 -07:00
Willem
cad6b0495c
Release flow improvements ( #1381 )
...
- Create .tar.gz for Linux that excludes the Windows & Git folders
- Create portable (zipped) version of CCExtractor (closes #1376 )
2021-10-08 12:26:21 +02:00
Carlos Fernandez Sanz
c7ebd45d9f
Version bump, 0.92 -> 0.93
v0.93
2021-08-16 11:31:28 -07:00
Carlos Fernandez Sanz
77abe01885
Fix warning about using a keyword (new) as identifier
2021-08-16 11:30:59 -07:00
Punit Lodha
98cec31516
Rust updates:- Update documentation ( #1374 )
...
* Fix warning
* Update documentation
* Fix typo
* fmt
2021-08-14 08:44:23 -07:00
Jayesh Nirve
46b145a396
Update README.md ( #1373 )
2021-08-10 14:13:09 +02:00
Carlos Fernandez Sanz
ccf2a031e9
Bump version on Mac 0.91 -> 0.92
v0.92
2021-08-10 04:24:39 -07:00
Carlos Fernandez Sanz
9784cd5bd1
Update CHANGES.TXT with last-minute Rust updates
2021-08-10 04:22:11 -07:00
Punit Lodha
5d8dc3b9eb
Rust updates:- Add writers for transcripts and SAMI ( #1372 )
...
* add rust-iconv
* Add writer for transcipts and SAMI
* consistent import ordering
2021-08-10 04:21:22 -07:00
Carlos Fernandez Sanz
a42e847bcb
Bump version 0.91 -> 0.92
2021-08-10 04:10:43 -07:00
Jayesh Nirve
b7a1dd1030
Update ISSUE_TEMPLATE.md ( #1370 )
2021-08-05 20:43:32 -07:00
Punit Lodha
b18e696c85
Rust updates: Added srt writer ( #1368 )
...
* pass -DENABLE_RUST to clang
* impl Default
* Update time str format
* Add SRT writer
* fmt
2021-08-03 13:59:31 -07:00
Willem
d58f078c38
Add missing DLL to the installer
...
Fixes #1367
2021-07-29 14:02:52 +02:00
PunitLodha
0bbdfc13ee
Rust updates ( #1364 )
...
* add copy to screen
* Add tv_screen and more functions
2021-07-27 23:55:24 -07:00
Carlos Fernandez Sanz
5127da50d1
Push version 0.90 -> 0.91
v0.91
2021-07-26 09:53:45 -07:00
PunitLodha
352f035214
[rust] Add Pen Presets and timing functions ( #1363 )
...
* add pen presets and timing functions
* fix typo
* fix formatting
2021-07-22 19:26:06 -07:00
PunitLodha
f04ba8d0c4
Rust updates ( #1361 )
...
* add handlers for CLW, HDW, TGW, DLW, and CR
* refactor rust code
* fix clippy warnings
* add ccxr_ prefix to rust functions
* Add SPA, SPC, SPL and CWx commands
* Add DSW and DFx commands
* Add more C0 and extended commands
* Use slice instead of sending whole packet and pos
2021-07-18 10:48:14 -07:00
Willem
1ea94d0b14
Update installer.wxs
...
Make ID's unique
v0.90
2021-07-14 09:53:52 +02:00
Willem
7f99603859
Update installer.wxs
...
Add missing DLL's to the installation folder
2021-07-14 09:41:36 +02:00
Carlos Fernandez Sanz
3713283dfc
Bump version 0.89 -> 0.90
2021-07-14 00:16:09 -07:00
PunitLodha
09129f1e63
[Rust] Add few commands and refactor the code ( #1360 )
...
* add handlers for CLW, HDW, TGW, DLW, and CR
* refactor rust code
* fix clippy warnings
* add ccxr_ prefix to rust functions
* Add SPA, SPC, SPL and CWx commands
2021-07-10 09:32:53 -07:00
PunitLodha
c56840ff2c
Add functions to rust ( #1358 )
...
* add process_current_packet
* add process_service_block
* Add handle_G0 and G1 code sets
* remove unnecessary return
* Add C0 and C1 commands and their handlers
2021-07-04 11:11:03 -07:00
Willem
2a34bd99e6
[IMPROVEMENT] Automate release process for installer ( #1357 )
...
* Do not run push/pull request workflows for tags
* Stop including the old UI into artifacts for Widnows
* Introduce WiX installer and release flow
2021-06-28 14:18:33 -07:00
PunitLodha
c7886ed615
Add CI and docs for rust lib ( #1355 )
2021-06-27 17:58:51 +00:00
PunitLodha
948531a4be
Update win_iconv path ( #1356 )
2021-06-26 11:43:32 -07:00
PunitLodha
022987c804
Add rust library ( #1351 )
...
* Add rust lib
* add steps for building rust lib
* use rust lib
* add conditional flag for rust
* use cargo config.toml
* add decoder module and update bindings
* use match instead of if else
* add target directory flag
* add env_logger
* use env_logger
* Process data first and then pass to safe function
2021-06-25 18:03:00 -07:00
PunitLodha
db6c852fae
Add -DGPAC_CONFIG_LINUX for UNIX platforms ( #1353 )
2021-06-23 06:22:30 +00:00
PunitLodha
b793f16343
Update function declarations and naming style ( #1350 )
...
* Add declarations of functions and update names
* fix formating
* update function signature for dtvcc_process_data
2021-06-19 08:32:34 -07:00
carlos@ccextractor.org
ceaaa65a26
Remove confusing commits from build-static
2021-06-13 19:28:19 +00:00
carlos@ccextractor.org
1d7589e653
Bump version to 0.89
v0.89
2021-06-13 19:05:33 +00:00
PunitLodha
e09abe7a83
Fix column length ( #1345 )
...
* Fix column length
Don't take column length from curr_window, as row could from any window
* update CHANGES.TXT
2021-06-11 07:39:31 -07:00
canihavesomecoffee
e86e8692a8
Fix formatting for mp4.c
2021-06-11 00:01:10 +02:00
canihavesomecoffee
961bfda727
Clang-format mp4.c, ocr.c and ts_functions.c
2021-06-10 23:57:18 +02:00
canihavesomecoffee
8218d5ff73
Do not run format on thirdparty or zvbi libraries
2021-06-10 23:54:47 +02:00