From ecc0714f48a44a329b68d2b9bfb49d19624eeae0 Mon Sep 17 00:00:00 2001 From: cfsmp3 Date: Tue, 29 Jul 2014 10:12:22 +0200 Subject: [PATCH] Correction to text files --- OpenBSD/Makefile | 2 +- docs/CHANGES.TXT | 2 +- docs/README.TXT | 22 ++++++++++++---------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile index 1b63a8bd..7090669f 100644 --- a/OpenBSD/Makefile +++ b/OpenBSD/Makefile @@ -4,7 +4,7 @@ MAINTAINER = Marc Espie CATEGORIES = multimedia COMMENT = closed caption subtitles extractor HOMEPAGE = http://ccextractor.sourceforge.net/ -V = 0.70 +V = 0.71 DISTFILES = ccextractor.${V:S/.//}-src.zip MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ccextractor/} DISTNAME = ccextractor-$V diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index 23cf768d..fa28b70b 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -1,4 +1,4 @@ -0.71 +0.71 - GSOC ----------- - Added feature to receive captions in BIN format according to CCExtractor's own protocol over TCP (-tcp port [-tcppassword password]) diff --git a/docs/README.TXT b/docs/README.TXT index 205c5387..104832a5 100644 --- a/docs/README.TXT +++ b/docs/README.TXT @@ -1,4 +1,4 @@ -ccextractor, 0.63 +ccextractor, 0.71 ----------------- Authors: Carlos Fernández (cfsmp3), Volker Quetschke. Maintainer: cfsmp3 @@ -7,12 +7,17 @@ Lots of credit goes to other people, though: McPoodle (author of the original SCC_RIP), Neuron2, and others (see source code). -Home: http://ccextractor.sourceforge.net +Home: http://www.ccextractor.org You can subscribe to new releases notifications at freshmeat: http://freshmeat.net/projects/ccextractor +Google Summer of Code 2014 students +- Willem van iseghem +- Ruslan KuchumoV +- Anshul Maheshwari + License ------- GPL 2.0. @@ -67,21 +72,18 @@ If there are Spanish subtitles, one of them should work. McPoodle's page --------------- -http://www.geocities.com/mcpoodle43/SCC_TOOLS/DOCS/SCC_TOOLS.HTML +http://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_TOOLS.HTML Essential CC related information and free (with source) tools. Encoding -------- This version, in both its Linux and Windows builds generates by -default Latin-1 encoded files. You can use -unicode and -utf8 -if you prefer these encodings (usually it just depends on what -your specific player likes). -This has changed from the previous UTF-8 default which vobsub -can't handle. +default Unicode files. You can use -latin1 and -utf8 if you prefer +these encodings (usually it just depends on what your specific +player likes). Future work ----------- -- Finish EIA-708 decoder -- Network support +- Please check www.ccextractor.org for news and future work.