mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-24 06:59:49 +00:00
[PR #1141] [CLOSED] Update ZVBI Package #1919
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1141
Author: @drepram
Created: 12/9/2019
Status: ❌ Closed
Base:
master← Head:zvbi-update📝 Commits (9)
a3a3e69Update zvbi to 0.2.352566379Update changelog7d313b8Remove unnecessary codes76247c4Add version.ha97a68fadd decoder.h0f74644Going all in cause nothing seems to pass the test59bb7f8Merge branch 'master' into zvbi-update6334173Add zvbi_decoder.h3742cd6Merge branch 'zvbi-update' of https://github.com/drepram/ccextractor into zvbi-update📊 Changes
103 files changed (+65799 additions, -120 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)➕
src/zvbi/_videodev.h(+163 -0)➕
src/zvbi/_videodev2.h(+56 -0)➕
src/zvbi/_videodev2k.h(+1327 -0)📝
src/zvbi/bcd.h(+13 -6)📝
src/zvbi/bit_slicer.c(+177 -37)➕
src/zvbi/cache-priv.h(+480 -0)➕
src/zvbi/cache.c(+1913 -0)➕
src/zvbi/cache.h(+617 -0)➕
src/zvbi/caption.c(+1610 -0)➕
src/zvbi/cc.h(+114 -0)➕
src/zvbi/cc608_decoder.c(+2583 -0)➕
src/zvbi/cc608_decoder.h(+131 -0)➕
src/zvbi/chains.c(+614 -0)➕
src/zvbi/conv.c(+1249 -0)➕
src/zvbi/conv.h(+137 -0)📝
src/zvbi/decoder.c(+41 -9)➕
src/zvbi/decoder.h(+415 -0)➕
src/zvbi/dlist.h(+424 -0)➕
src/zvbi/dvb.h(+104 -0)...and 80 more files
📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
I've updated the ZVBI package to the 0.2.35 version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.