summaryrefslogtreecommitdiff
path: root/libavcodec/libaribb24.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/codec_desc.c: remove AV_CODEC_PROP_TEXT_SUB property from ARIB_CAPTIONTADANO Tokumei2023-03-281-0/+1
* lavc/libaribb24: add default_profile optionrcombs2022-11-121-6/+27
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-0/+1
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+8
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavc/libaribb24: use integer math to calculate font scalingJan Ekström2019-02-121-5/+5
* lavc/libaribb24: add missing type struct members to AVOptionsJan Ekström2019-02-121-2/+2
* lavc/libaribb24: protect handled value with parenthesis in RGB_TO_BGRJan Ekström2019-02-121-1/+1
* lavc/libaribb24: add error handling to region handlingJan Ekström2019-02-121-7/+18
* add libaribb24 ARIB STD-B24 caption decoderJan Ekström2019-02-101-0/+384