[FFmpeg-cvslog] avformat/dtsenc: reindent

2021-04-26 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Apr 27 09:39:43 2021 +0530| [b06082d1d5d6eeed5f477456beba087dcf9432bc] | committer: Gyan Doshi avformat/dtsenc: reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b06082d1d5d6eeed5f477456beba087dcf9432bc --- libavformat/adtsenc.c |

[FFmpeg-cvslog] avformat/adtsenc: clarify option help

2021-04-26 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Apr 26 17:08:03 2021 +0530| [45fc214ebfcdf36b935632edda54aee9e8745550] | committer: Gyan Doshi avformat/adtsenc: clarify option help Also remove unnecessary unit as option does not accept any constants. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] doc/filters: correct http link

2021-04-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Apr 26 18:48:51 2021 +0800| [113373128f7ac0770efd9a77bc09d48677c15191] | committer: Guo, Yejun doc/filters: correct http link Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=113373128f7ac0770efd9a77bc09d48677c15

[FFmpeg-cvslog] lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue

2021-04-26 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Mon Apr 26 13:34:50 2021 +0530| [5b8e828dee9be4e35973825b7a4a35dacc131557] | committer: Guo, Yejun lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue Documentation for SafeQueue Signed-off-by: Shubhanshu Saxena > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavfi/dnn/queue.h: Add Documentation to Queue

2021-04-26 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Mon Apr 26 13:42:09 2021 +0530| [4b79416dc4d7015d91778e7e218dcece6d408594] | committer: Guo, Yejun lavfi/dnn/queue.h: Add Documentation to Queue Documentation for Queue Signed-off-by: Shubhanshu Saxena > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafe

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 10 07:26:31 2020 +0100| [f4d16c3865b478b3619021bbf5b9827f99a8f710] | committer: Andreas Rheinhardt avcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafe Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt > http://git.video

[FFmpeg-cvslog] avcodec/msmpeg4: Factor out common RLTable initialization code

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 10 06:39:41 2020 +0100| [1d5d01b6dc9319f8a539c40d016e3aef932e] | committer: Andreas Rheinhardt avcodec/msmpeg4: Factor out common RLTable initialization code Up until now, both the msmpeg4 decoders and encoders initialized several RLTa

[FFmpeg-cvslog] avcodec/msmpeg4enc: Reindent after the last commit

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 10 07:33:46 2020 +0100| [63b2b0f47df420007c53888ce0e8383d24b8fb06] | committer: Andreas Rheinhardt avcodec/msmpeg4enc: Reindent after the last commit Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt > http://git.videolan.org

[FFmpeg-cvslog] avcodec/msmpeg4: Reindentation

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 10 05:42:35 2020 +0100| [0d30c04e5d1414b402a3ea45e586b955a286333e] | committer: Andreas Rheinhardt avcodec/msmpeg4: Reindentation Forgotten in/after f5957f3fe2b8dfda13a9750acc3e3a03cd5d39c9. Reviewed-by: Anton Khirnov Signed-off-by: Andr

[FFmpeg-cvslog] avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safe

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 10 05:37:54 2020 +0100| [26798932ae13f3505dc50be30f17796c4c8c9e67] | committer: Andreas Rheinhardt avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safe Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] avcodec/mpeg4video: Make initializing RLTable thread-safe

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 10 04:32:17 2020 +0100| [d99707b42a55b2fcfc17b8c9bf3f38c1879dbaa7] | committer: Andreas Rheinhardt avcodec/mpeg4video: Make initializing RLTable thread-safe Up until now the RLTable ff_mpeg4_rl_intra was initialized by both mpeg4 decoder a

[FFmpeg-cvslog] avcodec/mpeg4videoenc: Make encoder init-threadsafe

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 10 05:00:40 2020 +0100| [929107c75156af9a403882248032a301380c635e] | committer: Andreas Rheinhardt avcodec/mpeg4videoenc: Make encoder init-threadsafe Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt > http://git.videolan.or

[FFmpeg-cvslog] avcodec/ituh263enc: Make static initializations thread-safe

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Dec 2 01:58:09 2020 +0100| [fea1f42e5f82db01ef3eec6ee8b0862944a5e319] | committer: Andreas Rheinhardt avcodec/ituh263enc: Make static initializations thread-safe This already makes several encoders (namely FLV, H.263, H.263+ and RealVideo 1.0

[FFmpeg-cvslog] avcodec/encode: Zero padding in ff_get_encode_buffer()

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 26 20:47:03 2021 +0200| [ad184c8e363018044715cbe9ebc0b576e54a6438] | committer: Andreas Rheinhardt avcodec/encode: Zero padding in ff_get_encode_buffer() The documentation of the get_encode_buffer() callback does not require to zero the pa

[FFmpeg-cvslog] avcodec/svq3: Free array of frames in a loop

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 15 17:17:21 2021 +0200| [2a623bacc8457c51477f02f06ff9eff16afb615a] | committer: Andreas Rheinhardt avcodec/svq3: Free array of frames in a loop Avoids code duplication Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/ivi: Fix indentation

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 15 16:20:50 2021 +0200| [3dacb09f105901cdb0ed10c8f2ac3fd9e884e038] | committer: Andreas Rheinhardt avcodec/ivi: Fix indentation Also improve readability by keeping a pointer to the IVIBandDesc that is currently freed. Signed-off-by: Andre

[FFmpeg-cvslog] avcodec/svq3: Remove unused function parameter

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 15 16:36:15 2021 +0200| [ef02cf829082686442c4c9d594651a5d34f703ef] | committer: Andreas Rheinhardt avcodec/svq3: Remove unused function parameter Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/vc2enc: Actually zero padding

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 26 18:16:24 2021 +0200| [aa2e0b868df559a17a10fc40578617bc254885b8] | committer: Andreas Rheinhardt avcodec/vc2enc: Actually zero padding This encoder sets the min_size in ff_alloc_packet2(), so it can not rely on av_packet_make_refcounted(

[FFmpeg-cvslog] avformat/westwood_audenc: Remove unused variable

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 26 14:49:35 2021 +0200| [cc7943e80329524b41672ab68f8bdf758c4e5551] | committer: Andreas Rheinhardt avformat/westwood_audenc: Remove unused variable Reviewed-by: Zane van Iperen Signed-off-by: Andreas Rheinhardt > http://git.videolan.org

[FFmpeg-cvslog] avformat/westwood_audenc: Check for, not assert on invalid data

2021-04-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 26 14:48:33 2021 +0200| [a64d4de0d44a07bcea49f24c2a8a972954e81d0a] | committer: Andreas Rheinhardt avformat/westwood_audenc: Check for, not assert on invalid data Reviewed-by: Zane van Iperen Signed-off-by: Andreas Rheinhardt > http://g

[FFmpeg-cvslog] doc: update for adpcm_ima_ws encoder and wsaud muxer

2021-04-26 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Mon Apr 26 22:46:20 2021 +1000| [a6d4ea285c38e70a703602ab7d519969d2ac98a1] | committer: Zane van Iperen doc: update for adpcm_ima_ws encoder and wsaud muxer Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] doc/muxers: add entry for ALP muxer

2021-04-26 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Apr 26 19:39:47 2021 +0530| [d57104e6983b02c37c221b3d7a7aa2923e557ba4] | committer: Gyan Doshi doc/muxers: add entry for ALP muxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d57104e6983b02c37c221b3d7a7aa2923e557ba4 --- doc/muxers.tex

[FFmpeg-cvslog] avcodec/ttmlenc: add support for region positioning and sizing

2021-04-26 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Mar 29 17:19:58 2021 +0300| [b24488e7277af2a4b77a33fa795b4df5979b0fcd] | committer: Jan Ekström avcodec/ttmlenc: add support for region positioning and sizing The ASS margins are utilized to generate percentual values, as the usage of cell-based sizi

[FFmpeg-cvslog] avformat/ttmlenc: enable writing out additional header values

2021-04-26 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Mar 15 16:01:52 2021 +0200| [464d6ed98d67fe0c3819516e9b0ca5edaf956a0e] | committer: Jan Ekström avformat/ttmlenc: enable writing out additional header values This way the encoder may pass on the following values to the muxer: 1) Additional root "tt"

[FFmpeg-cvslog] avcodec/ttmlenc: add initial support for regions and styles

2021-04-26 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Mar 29 16:34:34 2021 +0300| [3ef5a8ba2b7798ea4e5708c5644fa60dd00bde06] | committer: Jan Ekström avcodec/ttmlenc: add initial support for regions and styles Attempts to utilize the TTML cell resolution as a mapping to the reference resolution, and map

[FFmpeg-cvslog] avcodec/ttmlenc: split header writing into its own function

2021-04-26 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Mar 15 12:41:18 2021 +0200| [b71184faefce38c8a965c7d0e8552e049ae9e150] | committer: Jan Ekström avcodec/ttmlenc: split header writing into its own function Signed-off-by: Jan Ekström > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7118

[FFmpeg-cvslog] doc/muxers: add entry for ADTS muxer

2021-04-26 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Apr 26 16:56:19 2021 +0530| [343d54a73337f25fe802fc588bc163bab023c12f] | committer: Gyan Doshi doc/muxers: add entry for ADTS muxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=343d54a73337f25fe802fc588bc163bab023c12f --- doc/muxers.te

[FFmpeg-cvslog] fate: add adpcm_ima_ws test

2021-04-26 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Mon Apr 26 18:58:40 2021 +1000| [2da033be1037e5013fa3dd8bfa612497e0a3c07f] | committer: Zane van Iperen fate: add adpcm_ima_ws test Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2da033be1037e5013fa3dd8bf

[FFmpeg-cvslog] avformat/westwoodaudenc: Adds muxer for Westwood AUD format.

2021-04-26 Thread Aidan Richmond
ffmpeg | branch: master | Aidan Richmond | Sun Apr 25 21:00:01 2021 +0100| [4236e87f502e68acb949ea4ae6f5ebd889377b60] | committer: Zane van Iperen avformat/westwoodaudenc: Adds muxer for Westwood AUD format. Format is still used by modders of these old games. Reviewed-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec/adpcm: Fixes output from Westwood ADPCM.

2021-04-26 Thread Aidan Richmond
ffmpeg | branch: master | Aidan Richmond | Sun Apr 25 21:00:02 2021 +0100| [50442540d07aa7734c2df8459c711531c21d325e] | committer: Zane van Iperen avcodec/adpcm: Fixes output from Westwood ADPCM. Fixes bug #9198 Reviewed-by: Andreas Rheinhardt Signed-off-by: Aidan Richmond Signed-off-by: Za

[FFmpeg-cvslog] avcodec/adpcmenc: Adds encoder for Westwood ADPCM.

2021-04-26 Thread Aidan Richmond
ffmpeg | branch: master | Aidan Richmond | Sun Apr 25 21:00:00 2021 +0100| [a0fd55c206cea0af3a688c62ca7bf9001d1b8b4b] | committer: Zane van Iperen avcodec/adpcmenc: Adds encoder for Westwood ADPCM. Signed-off-by: Aidan Richmond Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb