aribb24 icon indicating copy to clipboard operation
aribb24 copied to clipboard

A library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream.

Results 11 aribb24 issues
Sort by recently updated
recently updated
newest added

Hello, I have been told that installing aribb24 solves an issue that I have with "kaffeine" (KDE program) and vlc it is based on through the German manjaro forum. I...

Hello, I‘ve found one serious vulnerability while auditing this repo. Would you please give me your e-mail so that i can show the detials?

Hello, we are currently trying to add support to ffmpeg so that arib subtitles would be supported. The subtitles are currently marked as *bin_data ([6][0][0][0] / 0x0006)* on separate PID...

## DRCSデータのパース不具合 DRCSデータの内容によっては不具合が生じるケースがありました。 "ARIB STD-B24 Table D-1 DRCS structure syntax" の値を例に正常動作するケース、不具合が生じるケースを記載します。 CharacerCodeが0x4121から始まり、抜けなく0x4122, 0x4123, ... のように並んでいるケースでは正常に動作します。 正常ケース1 ` { "NumberOfCode":1, "Codes": [ {"CharacterCode":0x4121, ...} ] } ` 正常ケース2 ` { "NumberOfCode":2,...

Dear maintainers, This pull request supports latin enconding for Brazilian Digital Television System (SBTVD / ISDB-Tb) accorind to official standard [ABNT 15606-1 (2013)](https://github.com/nkoriyama/aribb24/files/5397086/ABNT.15606-1.2013.pdf), related to issue #8. This document is...

I'm trying to implement Latin character decodification. Would it be possible if I add the Latin tables to convtable.h file `static const unsigned int decoder_latin_table[] = { ... }` ,...

It seems like these are meant to be executed together when correct data is decoded. Right now it would always return one in this default case.

This way finalize_decoder() can properly be utilized as a flush function. Ref https://github.com/nkoriyama/aribb24/issues/10#issuecomment-462555624

See ARIB STD-B24 part.1 vol.2 table.7-18. You must set DRCS-1 (0x41) here, otherwise it will cause incorrect output in rare cases.

The COPYING file is LGPL-3.0. However, the source files seem to have: ``` * This program is free software; you can redistribute it and/or modify it * under the terms...