File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MAINTAINER = Marc Espie <espie@openbsd.org>
44CATEGORIES = multimedia
55COMMENT = closed caption subtitles extractor
66HOMEPAGE = https://ccextractor.org
7- V = 0.96.4
7+ V = 0.96.5
88DISTFILES = ccextractor.${V:S/.//}-src.zip
99MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ccextractor/}
1010DISTNAME = ccextractor-$V
Original file line number Diff line number Diff line change 1+ 0.96.5 (2026-01-05)
2+ -------------------
3+ - New: Add support for raw CDP (Caption Distribution Packet) files (#1406)
4+ - New: Add --scc-accurate-timing option for bandwidth-aware SCC output (#1120)
5+ - Fix: MXF files containing CEA-708 captions not being detected/extracted (#1647)
6+ - Docs: Add Windows WSL build instructions
7+ - Fix: Security fixes (out-of-bounds read/write) in a few places in the legacy C code.
8+
190.96.4 (2026-01-01)
210-------------------
311- New: Persistent CEA-708 decoder context - maintains state across multiple calls for proper subtitle continuity
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.71] )
5- AC_INIT ( [ CCExtractor] , [ 0.96.4 ] , [ carlos@ccextractor.org] )
5+ AC_INIT ( [ CCExtractor] , [ 0.96.5 ] , [ carlos@ccextractor.org] )
66AC_CONFIG_AUX_DIR ( [ build-conf] )
77AC_CONFIG_SRCDIR ( [ ../src/ccextractor.c] )
88AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.71] )
5- AC_INIT ( [ CCExtractor] ,[ 0.96.4 ] ,[ carlos@ccextractor.org] )
5+ AC_INIT ( [ CCExtractor] ,[ 0.96.5 ] ,[ carlos@ccextractor.org] )
66AC_CONFIG_AUX_DIR ( [ build-conf] )
77AC_CONFIG_SRCDIR ( [ ../src/ccextractor.c] )
88AM_INIT_AUTOMAKE ( [ foreign subdir-objects] )
Original file line number Diff line number Diff line change 11pkgname=ccextractor
2- pkgver=0.96.4
2+ pkgver=0.96.5
33pkgrel=1
44pkgdesc=" A closed captions and teletext subtitles extractor for video streams."
55arch=(' i686' ' x86_64' )
Original file line number Diff line number Diff line change 11Name: ccextractor
2- Version: 0.96.4
2+ Version: 0.96.5
33Release: 1
44Summary: A closed captions and teletext subtitles extractor for video streams.
55Group: Applications/Internet
Original file line number Diff line number Diff line change 11#! /bin/bash
22TYPE=" debian" # can be one of 'slackware', 'debian', 'rpm'
33PROGRAM_NAME=" ccextractor"
4- VERSION=" 0.96.4 "
4+ VERSION=" 0.96.5 "
55RELEASE=" 1"
66LICENSE=" GPL-2.0"
77MAINTAINER=" carlos@ccextractor.org"
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
33 <metadata >
44 <id >ccextractor</id >
5- <version >0.96.4 </version >
5+ <version >0.96.5 </version >
66 <title >CCExtractor</title >
77 <authors >CCExtractor Development Team</authors >
88 <owners >CCExtractor</owners >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
77$packageArgs = @ {
88 packageName = $packageName
99 fileType = ' MSI'
10- url64bit = ' https://github.com/CCExtractor/ccextractor/releases/download/v0.96.4 /CCExtractor.0.96.4 .msi'
10+ url64bit = ' https://github.com/CCExtractor/ccextractor/releases/download/v0.96.5 /CCExtractor.0.96.5 .msi'
1111 checksum64 = ' FFCAB0D766180AFC2832277397CDEC885D15270DECE33A9A51947B790F1F095B'
1212 checksumType64 = ' sha256'
1313 silentArgs = ' /quiet /norestart'
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
22PackageIdentifier : CCExtractor.CCExtractor
3- PackageVersion : 0.96.4
3+ PackageVersion : 0.96.5
44Platform :
55- Windows.Desktop
66MinimumOSVersion : 10.0.0.0
@@ -15,7 +15,7 @@ UpgradeBehavior: install
1515Installers :
1616- Architecture : x64
1717 InstallerType : msi
18- InstallerUrl : https://github.com/CCExtractor/ccextractor/releases/download/v0.96.4 /CCExtractor.0.96.4 .msi
18+ InstallerUrl : https://github.com/CCExtractor/ccextractor/releases/download/v0.96.5 /CCExtractor.0.96.5 .msi
1919 InstallerSha256 : FFCAB0D766180AFC2832277397CDEC885D15270DECE33A9A51947B790F1F095B
2020ManifestType : installer
2121ManifestVersion : 1.9.0
You can’t perform that action at this time.
0 commit comments