diff --git a/README.md b/README.md index ac592a3f..424b0423 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,14 @@ ccextractor CCExtractor - Carlos' version (mainstream). -0.70 - GSOC +0.71 ----------- -This is the first release that is part of Google's Summer of Code. -Anshul, Ruslan and Willem joined CCExtractor to work on a number of things -over the summer, and their work is already reaching the mainstream -version of CCExtractor. +- Added feature to receive captions in BIN format according to CCExtractor's own + protocol over TCP (-tcp port [-tcppassword password]) +- Added ability to send captions to the server described above or to the + online repository (-sendto host[:port]) +- Added -stdin parameter for reading input stream from standard input +- Compilation in Cygwin using linux/Makefile +- Code tested with coverity for defect density 0.42 +- Correction of mp4 timing, when one timestamp points timing of two atom -- Added a huge dictionary submitted by Matt Stockard. -- Added DVB subtitles decoder, spupng in output -- Added support for cdt2 media atoms in QT video files. Now multiple atoms in - a single sample sequence are supported. -- Changed Makefile. -- Fixed some bugs. -- Added feature to print info about file's subtitles and streams. -- Support Long PMT. -- Support Configuration file. diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index 25e1dd1e..23cf768d 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -7,6 +7,7 @@ - Added -stdin parameter for reading input stream from standard input - Compilation in Cygwin using linux/Makefile - Fix for .bin files when not using latin1 charset +- Correction of mp4 timing, when one timestamp points timing of two atom 0.70 - GSOC -----------