Update CHANGES.TXT

This commit is contained in:
Carlos Fernandez Sanz 2020-01-25 15:35:34 -08:00 committed by GitHub
parent 75af5f2e8c
commit 0873953d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,27 +2,21 @@
-----------------
- New: Added support for SCC and CCD encoder formats
- New: Added support to output captions to MCC file (#733).
- New: Added a few comments.
- New: Added more fatals on no arguments errors.
- New: Updated ccextractor.cnf.sample.
- New: Add support for censoring words ("Kid Friendly") (#1139)
- New: Extend support of capitalization for all BITMAP and 608 subtitles (#1214)
- New: Added an option to disable timestamps for WebVTT (In response to issue #1127)
- Fix: Change inet_ntop to inet_ntoa for Windows XP compatibility
- Fix: Added italics, underline, and color rendering support for -out=spupng with EIA608/teletext
- Fix: ccx_demuxer_mxf.c: Parse framerate from MXF captions to fix caption timings.
- Fix: hardsubx_decoder.c: Fix memory leaks using Leptonica API.
- Fix: linux/Makefile.am: added some sources to enable rpms to be created.
- Fix: Crash when using -sc (sentence case) option (#1115)
- Fix: Correct if-clauses (missing or misplaced brackets).
- Fix: Comment out some unused code.
- Fix: Resolve bunch of compilation's warnings.
- Fix: Segmentation fault on VOB #1128
- Fix: Hang while processing video #1121
- Fix: Removed redundant check_configuration_file function
- Fix: lib_ccx.c: Initialize fatal error logging function before first usage in init_libraries
- Fix: Added italics, underline, and color rendering support for -out=spupng with EIA608/teletext
- Fix: Change inet_ntop to inet_ntoa for Windows XP compatibility
- FIX: Added an option to disable timestamps for WebVTT (In response to issue #1127)
- FIX: Add FT_Done_Face to destroy face objects after they're used
- Fix: Fixed a small OCR memory leak
- Fix: A few (minor) memory leaks around the code.
- Fix: General code clean up / reformatting
- Doc: Updated ccextractor.cnf.sample.
0.88 (2019-05-21)
-----------------