[FFmpeg-cvslog] cmdutils: stop using deprecated av_codec_next()

2020-04-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Apr 14 10:09:24 2020 +0200| [4cde83c780761b1f611d130285a5aee47d0be657] | committer: Josh de Kock cmdutils: stop using deprecated av_codec_next() Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cde83c780761

[FFmpeg-cvslog] lavc: stop using deprecated av_codec_next()

2020-04-20 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Tue Apr 14 13:33:01 2020 +0100| [bd2e7b74e1ed1bb050cabc46925ba65f6d87d351] | committer: Josh de Kock lavc: stop using deprecated av_codec_next() Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd2e7b74e1ed1bb050c

[FFmpeg-cvslog] lavf/utils: stop using deprecated av_codec_next()

2020-04-20 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Tue Apr 14 12:21:52 2020 +0100| [43c648817d2cc65d78070d5926f1fb83e8e9] | committer: Josh de Kock lavf/utils: stop using deprecated av_codec_next() Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43c648817d2cc

[FFmpeg-cvslog] tools: stop using deprecated av_codec_next()

2020-04-20 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Tue Apr 14 13:34:53 2020 +0100| [39962072a83eb846d8f2aa7757a0ff33cc3dad51] | committer: Josh de Kock tools: stop using deprecated av_codec_next() Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39962072a83eb846d8

[FFmpeg-cvslog] avformat/movenc: cosmetics

2020-04-20 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 4 11:46:27 2020 +0800| [a97281699bc7973e91fb22788d7ac40b17e737aa] | committer: Josh de Kock avformat/movenc: cosmetics Signed-off-by: Limin Wang Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a97281699b

[FFmpeg-cvslog] avformat/rtsp: Don't free uninitialized AVBPrint

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 20 03:31:56 2020 +0200| [87b056e6af0ccebc6813c54c88b5eb78ac06faf2] | committer: Andreas Rheinhardt avformat/rtsp: Don't free uninitialized AVBPrint Fixes Coverity ID 1462307. Reviewed-by: Marton Balint Reviewed-by: Ross Nicholson Signed

[FFmpeg-cvslog] avformat/rtsp: Put strings instead of pointers to strings into array

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 3 15:02:07 2020 +0200| [4e254ec6be86977d9ea173f1769398f153bd1d28] | committer: Andreas Rheinhardt avformat/rtsp: Put strings instead of pointers to strings into array In this example, the difference in length between the shortest and long

[FFmpeg-cvslog] avcodec/bsf: Use macro for "packet is empty"

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Apr 19 21:18:51 2020 +0200| [ee593bff984bed20a35e2a98119d82a1bcf6d3bd] | committer: Andreas Rheinhardt avcodec/bsf: Use macro for "packet is empty" Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avformat/utils: Fix memleak when decoding subtitle in find_stream_info

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 18 21:36:09 2020 +0200| [d026fef999f7e2491721b3878bea6e6da8b9f92e] | committer: Andreas Rheinhardt avformat/utils: Fix memleak when decoding subtitle in find_stream_info avformat_find_stream_info() may decode some frames to get stream info

[FFmpeg-cvslog] avformat/oggenc: Don't free AVStream's priv_data, fix memleak

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 14 04:30:59 2020 +0200| [0fcf74f4357e949f5971d39b04a128103b8949bb] | committer: Andreas Rheinhardt avformat/oggenc: Don't free AVStream's priv_data, fix memleak For FLAC, Speex, Opus and VP8 the Ogg muxer allocates two buffers for building

[FFmpeg-cvslog] avcodec/qpeg: export missing frame properties

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 17 00:03:30 2020 -0300| [18bb1d40c1546c573efbec3709fc99a40e79076e] | committer: James Almer avcodec/qpeg: export missing frame properties Reviewed-by: Anton Khirnov Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/qpeg: remove an unnecessary intermediary AVFrame

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 16 23:20:43 2020 -0300| [1b13023860a6ede2699153bcad0bbb8bb72f6e38] | committer: James Almer avcodec/qpeg: remove an unnecessary intermediary AVFrame Decoding can be handled directly in the output frame. Also ensure flushing cleans the reference f

[FFmpeg-cvslog] avcodec/qpeg: mark the init function as thread-safe and init cleanup capable

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 17 00:03:37 2020 -0300| [795ff53f188f4eb67074422211cb3e282c5eec17] | committer: James Almer avcodec/qpeg: mark the init function as thread-safe and init cleanup capable Reviewed-by: Anton Khirnov Signed-off-by: James Almer > http://git.videolan

[FFmpeg-cvslog] avformat/dashenc: add a maxSegmentDuration attribute to the Manifest

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 15 18:02:44 2020 -0300| [0ea41ee32e7cf5d9bad7abf5b4f659bd1641efdb] | committer: James Almer avformat/dashenc: add a maxSegmentDuration attribute to the Manifest Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/dashenc: add missing startWithSap attribute to AdaptationSet elements

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 15 22:41:02 2020 -0300| [1f5d6e6b665089194d06ec39ab613b060d8807b7] | committer: James Almer avformat/dashenc: add missing startWithSap attribute to AdaptationSet elements Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] doc/muxers: fix some dashenc option names

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 15 22:47:44 2020 -0300| [fd0f110a37cbfc4f57d656a9ae7b52175f85f041] | committer: James Almer doc/muxers: fix some dashenc option names Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd0f110a37cbfc4f57d656a9

[FFmpeg-cvslog] avformat/dashenc: add a PlaybackRate element

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Apr 15 22:36:10 2020 -0300| [ff327a58f1377dc6b1bae2fef12c3750f9e5f698] | committer: James Almer avformat/dashenc: add a PlaybackRate element Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff327a58f1377dc6b1bae

[FFmpeg-cvslog] fate: move TrueHD tests to their own file

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 19 11:48:37 2020 -0300| [051d5b284e4f56a55d9d4a3cffd7b6f1ac000bfe] | committer: James Almer fate: move TrueHD tests to their own file Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=051d5b284e4f56a55d9d4a3c

[FFmpeg-cvslog] fate/truehd: add a test for the truehd_core bitstream filter

2020-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 19 11:57:19 2020 -0300| [300e6f03d96062279d8fbaed3f49c32cfd8fb270] | committer: James Almer fate/truehd: add a test for the truehd_core bitstream filter Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=300e6

[FFmpeg-cvslog] avcodec/adpcm: update get_nb_samples() doc

2020-04-20 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sat Apr 18 00:59:33 2020 +| [0bce55ac89491842d6ff57a84a5222a00f03c772] | committer: Michael Niedermayer avcodec/adpcm: update get_nb_samples() doc Signed-off-by: Zane van Iperen Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for()

2020-04-20 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sat Apr 18 00:59:25 2020 +| [7150123aab0f3861208a6b7278b90c29d4b83298] | committer: Michael Niedermayer avcodec/adpcm_ima_{apc, ssi, oki}: replace while() with for() Per discussion at https://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/260854.h

[FFmpeg-cvslog] avcodec/pngdec: Pass ret from decode_iccp_chunk()

2020-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 18 01:48:47 2020 +0200| [4c7bcaa385e5e5fda0084de2fb823ac25c0deba0] | committer: Michael Niedermayer avcodec/pngdec: Pass ret from decode_iccp_chunk() Found while reviewing a patch fixing a similar issue Reviewed-by: Anton Khirnov Signed

[FFmpeg-cvslog] avformat/matroskaenc: Improve mimetype search

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 3 13:06:49 2019 +0100| [3589b3f2e217e78d16a92b372d95ce4a3f7df896] | committer: Andreas Rheinhardt avformat/matroskaenc: Improve mimetype search Use the mime_types of the corresponding AVCodecDescriptor instead of tables specific to Matros

[FFmpeg-cvslog] avformat/matroska: Move mime_tag lists to matroskadec

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 16 03:39:05 2020 +0200| [67e957b43a2fdc197018968b0adc2f6a9c04e961] | committer: Andreas Rheinhardt avformat/matroska: Move mime_tag lists to matroskadec They are not used any more by the muxer. Signed-off-by: Andreas Rheinhardt > http:/

[FFmpeg-cvslog] avformat/matroskaenc: Make ebml_num_size() more robust

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 2 23:07:55 2020 +0200| [9b0f9003dfab6a230d46aaa94091bf509d889f37] | committer: Andreas Rheinhardt avformat/matroskaenc: Make ebml_num_size() more robust Matroska (or actually EBML) uses variable-length numbers where only seven bits of eve

[FFmpeg-cvslog] avformat/matroskaenc: Rename functions to better reflect what they do

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 15 03:39:37 2020 +0200| [40d038a63531bac12fca50e3b0f6f55037733671] | committer: Andreas Rheinhardt avformat/matroskaenc: Rename functions to better reflect what they do EBML uses variable length integers both for the EBML IDs as well as fo

[FFmpeg-cvslog] avformat/matroskaenc: Refactor writing EBML lengths

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 15 04:05:09 2020 +0200| [112afaccdfa56e446527f0303f3e1277bc34b500] | committer: Andreas Rheinhardt avformat/matroskaenc: Refactor writing EBML lengths This commit factors the ability to write ordinary EBML numbers out of the functions for

[FFmpeg-cvslog] avformat/matroskaenc: Remove limit on the number of tracks

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 15 04:49:46 2020 +0200| [13c12cd4702e621c7363be8f22a8b55c22a31a02] | committer: Andreas Rheinhardt avformat/matroskaenc: Remove limit on the number of tracks The Matroska file format has practically no limit on the number of tracks (the cu

[FFmpeg-cvslog] avformat/matroskaenc: Improve Cues in case of no video

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 29 03:14:53 2019 +0100| [945b92873061c66b82df892887cd9baf8146857b] | committer: Andreas Rheinhardt avformat/matroskaenc: Improve Cues in case of no video The Matroska muxer currently only adds CuePoints in three cases: a) For video keyfram

[FFmpeg-cvslog] avformat/matroskaenc: Add check for using explicit TrackNumber

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 1 11:49:47 2019 +0100| [86de864741fdc046f353a82da526445db44c4287] | committer: Andreas Rheinhardt avformat/matroskaenc: Add check for using explicit TrackNumber When creating DASH streams, the TrackNumber is externally prescribed and not

[FFmpeg-cvslog] avformat/matroskaenc: Don't use size of inexistent Cluster

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jan 22 20:01:30 2020 +0100| [4dd63ae86c311da269426803d440d907cd9f66a2] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't use size of inexistent Cluster In order to determine whether the current Cluster needs to be closed because of t

[FFmpeg-cvslog] avformat/matroskaenc: Warn that WebM doesn't support Attachments

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 2 18:56:31 2019 +0100| [ef4581d5f0deff2c69d223bf0bd7c0012294] | committer: Andreas Rheinhardt avformat/matroskaenc: Warn that WebM doesn't support Attachments As WebM doesn't support Attachments, the Matroska muxer drops them when in

[FFmpeg-cvslog] avformat/matroskaenc: Only write Tracks if there is a track

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 29 03:26:05 2019 +0100| [a9844341f78e6eba78a9bb503e71a5d9e3ceea81] | committer: Andreas Rheinhardt avformat/matroskaenc: Only write Tracks if there is a track The Matroska muxer does not write every stream as a Matroska track; some streams

[FFmpeg-cvslog] avformat/matroskaenc: Don't waste bytes on length fields

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 29 10:22:49 2019 +0100| [5b6e164b4baccc5b36eb8fa5aa91c02d16c88dcf] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't waste bytes on length fields Several EBML Master elements for which a good upper bound of the final length was a

[FFmpeg-cvslog] avformat/matroskaenc: Add const where appropriate

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 20 03:35:24 2019 +0100| [abc7dc32bd36759e82e2298eb884c0aa41ca0ac2] | committer: Andreas Rheinhardt avformat/matroskaenc: Add const where appropriate Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/matroskaenc: Don't needlessly copy AVCodecParameters

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jan 22 20:03:15 2020 +0100| [75e50c3141c5e3f96110fcab5fb819736dcdc62e] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't needlessly copy AVCodecParameters At the end of encoding, the FLAC encoder sends a packet whose side data contai

[FFmpeg-cvslog] avformat/matroskaenc: Redo handling of FlagDefault

2020-04-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 18 07:05:20 2020 +0100| [e3c54b549abf2798422245582c0ed775c894ddeb] | committer: Andreas Rheinhardt avformat/matroskaenc: Redo handling of FlagDefault Up until now, the Matroska muxer would mark a track as default if it had the disposition