mbox series

[FFmpeg-devel,v4,0/3] lavc/libaribcaption.c: add MSZ characters related options

Message ID 20231017131335.201277-1-aimingoff@pc.nifty.jp
Headers show
Series lavc/libaribcaption.c: add MSZ characters related options | expand

Message

TADANO Tokumei Oct. 17, 2023, 1:13 p.m. UTC
Re-send the patchset.
The patches are same as v3, but its thread were corrupted.

-----
This patch add MSZ (Middle Size; half width) characters related
options and some fixes.

As Jan suggested to PATCH v2, I split it into 3 patches, drop `#if`s, and
bump required libaribcaption version to 1.1.1 (author preferred version).

TADANO Tokumei (3):
  lavc/libaribcaption.c: FIX: change all `boot` option var to `int`
  lavc/libaribcaption.c: add MSZ characters related options
  lavc/libaribcaption.c: rename `-replace_fullwidth_ascii` option

 configure                   |  2 +-
 doc/decoders.texi           | 28 ++++++++++++++++++++++------
 libavcodec/libaribcaption.c | 28 +++++++++++++++++++---------
 3 files changed, 42 insertions(+), 16 deletions(-)