[FFmpeg-cvslog] avformat: add TTML muxer

2021-03-05 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Mar 4 19:09:50 2021 +0200| [64af14555be2c9e522109e55160e0cb3f65c4690] | committer: Jan Ekström avformat: add TTML muxer Enables writing TTML documents or encoded TTML paragraphs as such documents. Additionally, a test for the combined TTML encoder

[FFmpeg-cvslog] avcodec: add TTML encoder

2021-03-05 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Thu Jan 19 13:02:27 2017 +| [18713d22a2001321f9917fa4c7735f62563ec0a1] | committer: Jan Ekström avcodec: add TTML encoder Enables encoding of other subtitle formats into TTML paragraphs. Signed-off-by: Jan Ekström > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec: enable usage of err_recognition for encoders

2021-03-05 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Feb 22 14:21:09 2021 +0200| [a0eec776b6212b0126f04bbac6bd6af0f6530b76] | committer: Jan Ekström avcodec: enable usage of err_recognition for encoders Enables the usage of such values as AV_EF_EXPLODE in encoders, which can be useful in cases such as

[FFmpeg-cvslog] ffprobe: switch to av_bprint_escape for XML escaping

2021-03-05 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Nov 16 09:46:42 2020 +0200| [c8c6c9f5d96789001ea628f44cc5602bdc41d5f3] | committer: Jan Ekström ffprobe: switch to av_bprint_escape for XML escaping Additionally update the result of the ffprobe XML writing test. Signed-off-by: Jan Ekström > http:

[FFmpeg-cvslog] avutil/{avstring,bprint}: add XML escaping from ffprobe to avutil

2021-03-05 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Mon Nov 16 09:38:39 2020 +0200| [0f6bf94eb71c2d5e996c89c290f1a53660c46c2e] | committer: Jan Ekström avutil/{avstring,bprint}: add XML escaping from ffprobe to avutil Base escaping only escapes values required for base character data according to par

[FFmpeg-cvslog] avcodec/decode: Return early upon failure

2021-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 4 09:32:21 2021 +0100| [684e501cb9f1fb001228770d4e892f647de15202] | committer: Andreas Rheinhardt avcodec/decode: Return early upon failure Allows to remove one level of indentation. Reviewed-by: James Almer Signed-off-by: Andreas Rhein

[FFmpeg-cvslog] avcodec/decode: Check size before opening iconv

2021-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 4 09:36:15 2021 +0100| [a272f382d3eb143e9da99537aec25dbbe5778614] | committer: Andreas Rheinhardt avcodec/decode: Check size before opening iconv Avoids closing iconv when the size check fails. Reviewed-by: James Almer Signed-off-by: An

[FFmpeg-cvslog] tests/fate: Don't keep unnecessary temp files

2021-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 28 18:43:18 2021 +0100| [94bf3f90e92437fe93ced2b2f058b13f4a290119] | committer: Andreas Rheinhardt tests/fate: Don't keep unnecessary temp files Some FATE tests use files created by other FATE tests as input files; this mostly affects the

[FFmpeg-cvslog] avformat/aadec: Use smaller scope for variables, remove initializations

2021-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 2 09:48:14 2021 +0100| [80038fd524cbed9fda1c8db2e2f4436622de9706] | committer: Andreas Rheinhardt avformat/aadec: Use smaller scope for variables, remove initializations avio_get_str always zero terminates the strings it reads. Signed-of

[FFmpeg-cvslog] avformat/aadec: Replace strncpy by av_strlcpy

2021-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 2 10:00:18 2021 +0100| [491a30c79cf7e1fa7e32aeb4968a8c63af6e0534] | committer: Andreas Rheinhardt avformat/aadec: Replace strncpy by av_strlcpy While this usage of strncpy is correct, said function nevertheless has the disadvantage of not