[FFmpeg-cvslog] avformat/matroskaenc: Forward errors from avpriv_split_xiph_headers()

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 17 17:30:19 2020 +0200| [a5572f5a80abdf71c222926dc163182aec84e105] | committer: Andreas Rheinhardt avformat/matroskaenc: Forward errors from avpriv_split_xiph_headers() Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avformat/segment: Access AVStream more directly

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 17 02:36:46 2020 +0200| [a6828034e031b574d41d4359e4ea7961d7ca45d5] | committer: Andreas Rheinhardt avformat/segment: Access AVStream more directly by storing s->streams[i] in a pointer instead of constantly using s->streams[i]->... Signed

[FFmpeg-cvslog] avformat/matroskadec: Use proper context for logging

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 18 00:25:48 2020 +0200| [39f5bb6a3f7c378561f3232d6a489c9fa909cde7] | committer: Andreas Rheinhardt avformat/matroskadec: Use proper context for logging Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/segment: Propagate disposition

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 16 23:31:08 2020 +0200| [b7d334e7b6698fd87add804c42a714c430484006] | committer: Andreas Rheinhardt avformat/segment: Propagate disposition Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7d3

[FFmpeg-cvslog] avcodec/xiph: Return better error codes

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 17 18:04:52 2020 +0200| [6fb79c1af576a10767ba9b2a95b73d28dee179fb] | committer: Andreas Rheinhardt avcodec/xiph: Return better error codes Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fb7

[FFmpeg-cvslog] avformat/webm_chunk: Open AVIOContext before initializing sub-muxer

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 17 21:37:42 2020 +0200| [aef670cff4d8856a99451995aff6d77a2f20403f] | committer: Andreas Rheinhardt avformat/webm_chunk: Open AVIOContext before initializing sub-muxer The description of AVOutputFormat.init contains the statement that "this

[FFmpeg-cvslog] avformat/webmdashenc: Remove possibility of infinite loop

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 18 04:19:32 2020 +0200| [9b614826275e346ac17b9bc7ef5a58dded5b1855] | committer: Andreas Rheinhardt avformat/webmdashenc: Remove possibility of infinite loop The WebM DASH manifest muxer uses a loop to parse the adaptation_sets string (whic

[FFmpeg-cvslog] avformat/webmdashenc: Simplify parsing strings

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 18 05:11:34 2020 +0200| [b2c0b3774ffe1f6ad878a017b023691f7043168c] | committer: Andreas Rheinhardt avformat/webmdashenc: Simplify parsing strings Don't use the functions for searching substrings when all one is looking for is a char anyway

[FFmpeg-cvslog] avformat/webmdashenc: Be more strict when parsing stream indices

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 18 03:17:50 2020 +0200| [1030993db212667d64cd0234c2ef1fccd30f0c1f] | committer: Andreas Rheinhardt avformat/webmdashenc: Be more strict when parsing stream indices The syntax of the adaptation_sets string by which the user determines the m

[FFmpeg-cvslog] avformat/webmdashenc: Avoid allocation for parsing a number

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 18 02:48:49 2020 +0200| [325c901430781ad2d915828389a8ed5f1ad849bc] | committer: Andreas Rheinhardt avformat/webmdashenc: Avoid allocation for parsing a number In order to parse a number from a string, the WebM DASH manifest muxer would dup

[FFmpeg-cvslog] avformat/webmdashenc: Don't segfault on invalid arguments

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon May 18 04:43:25 2020 +0200| [1e689518d508b96f2a6a6f343f00eaf87d01] | committer: Andreas Rheinhardt avformat/webmdashenc: Don't segfault on invalid arguments The current parsing process for adaptation_sets does not guarantee every adaptatio

[FFmpeg-cvslog] avformat/mux: Remove unnecessary unreferencing of AVPacket

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 9 21:26:30 2020 +0200| [06fdc823371d295a6f29993e5c2e9ed7df3610d2] | committer: Andreas Rheinhardt avformat/mux: Remove unnecessary unreferencing of AVPacket Since commit c5324d92c5f206dcdc2cf93ae237eaa7c1ad0a40 all custom interleave_packe

[FFmpeg-cvslog] avformat/avformat: Remove redundant "NOT PART OF PUBLIC API"

2020-05-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 18 14:49:50 2020 +0100| [9dd8f7312a7702240c8a7f8d0f6515a3cfc80f19] | committer: Andreas Rheinhardt avformat/avformat: Remove redundant "NOT PART OF PUBLIC API" AVStream.request_probe as well as AVStream.mux_ts_offset are below the separato

[FFmpeg-cvslog] avcodec/ass: explicitly set ScaledBorderAndShadow

2020-05-22 Thread Oneric
ffmpeg | branch: master | Oneric | Fri Apr 17 00:38:53 2020 +0200| [e6dcb6a0db7d05f789f8a672d61704d170836555] | committer: Michael Niedermayer avcodec/ass: explicitly set ScaledBorderAndShadow Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avfilter/vf_lut3d: initial float pixel format support

2020-05-22 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Mon May 18 19:00:25 2020 -0700| [04f67dcccf5180621db2ad59944eb046384d744d] | committer: Michael Niedermayer avfilter/vf_lut3d: initial float pixel format support Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec: move msbc profile to encoder

2020-05-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 10 20:54:57 2020 +0200| [ebb770d3abb92feba9b1d015b661cb8afb92fcaa] | committer: Marton Balint avcodec: move msbc profile to encoder Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebb770d3abb92feba9b1d

[FFmpeg-cvslog] avcodec: move mpeg4 profiles to profiles.h

2020-05-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 10 21:58:35 2020 +0200| [82f9eb6f6c7165a404426bee8a61aac76508a177] | committer: Marton Balint avcodec: move mpeg4 profiles to profiles.h Also bump micro version after the recent option changes. Signed-off-by: Marton Balint > http://git.video

[FFmpeg-cvslog] avcodec: move aacenc profiles to profiles.h

2020-05-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 10 20:38:11 2020 +0200| [aee036cdd05499ae9dcba5b50e88f1cc02ea203e] | committer: Marton Balint avcodec: move aacenc profiles to profiles.h Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aee036cdd05499a

[FFmpeg-cvslog] avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS

2020-05-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 10 19:54:51 2020 +0200| [af9e622776c9268fd473cc23a0fd6b29f0017f64] | committer: Marton Balint avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS This will be used for AVCodecContext->profile. By specifying constants in the encoders we won't have to use t

[FFmpeg-cvslog] avcodec/options_table: remove dts profiles

2020-05-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 10 20:43:35 2020 +0200| [d55f1cc58b75bca4ed45c5320b83b93e752f0833] | committer: Marton Balint avcodec/options_table: remove dts profiles Our encoder (dcaenc) does not use any of these. Signed-off-by: Marton Balint > http://git.videolan.org/g

[FFmpeg-cvslog] avcodec/options_table: make AVCodecContext->profile search for child constants

2020-05-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 10 20:08:40 2020 +0200| [337fe4bcc2495ba77b1c6175d1b1233cc04cc589] | committer: Marton Balint avcodec/options_table: make AVCodecContext->profile search for child constants This change makes it possible for child encoders to define custom profi

[FFmpeg-cvslog] movenc: Fix accidental leftover duplication from 1aec1fbcc595

2020-05-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri May 22 21:59:49 2020 +0300| [638b5d51cf65b384e8632e650056ed0e62b16884] | committer: Martin Storsjö movenc: Fix accidental leftover duplication from 1aec1fbcc595 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] movenc: Fix conversion of the first frame for extradata-less H264/HEVC

2020-05-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu May 21 14:00:14 2020 +0300| [1aec1fbcc5952e1c2f9820e032ad2e5f9bf1a670] | committer: Martin Storsjö movenc: Fix conversion of the first frame for extradata-less H264/HEVC Move the copying of the frame to vos_data further up in the function, so that

[FFmpeg-cvslog] cbs_h265: Fix use of an uninitialized variable

2020-05-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu May 21 11:03:35 2020 +0300| [1f7c8d319b72df1bb01b459e9cb40662c061f7df] | committer: Martin Storsjö cbs_h265: Fix use of an uninitialized variable This fixes test failures in fate-cbs-hevc-* in certain configurations since c53f9f436440be4e18. Sign

[FFmpeg-cvslog] mfenc: Fall back to avctx->time_base if avctx->framerate isn't set

2020-05-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 20 23:08:17 2020 +0300| [c116c127f9ccd18ff3cf038cfb65a284b01fe720] | committer: Martin Storsjö mfenc: Fall back to avctx->time_base if avctx->framerate isn't set The framerate field is the one users are supposed to set, but not all users might

[FFmpeg-cvslog] mfenc: Fix setting has_b_frames for max_b_frames == 1

2020-05-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu May 21 00:11:47 2020 +0300| [fea5f5bc64e02ab4f753aa55cc8eed4a893650a5] | committer: Martin Storsjö mfenc: Fix setting has_b_frames for max_b_frames == 1 This was a mistake in my own additions in 050b72ab5ef318605b305aa6cb920e8b52f1002e. Signed-of

[FFmpeg-cvslog] avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an error

2020-05-22 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 9 20:02:04 2020 -0300| [1e8ed181e389dbc82b4b29afbee44a63dc76ce10] | committer: James Almer avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an error EAGAIN is returned when input is provided but can't be consumed. The filter

[FFmpeg-cvslog] lavc: rename bsf.h to bsf_internal.h

2020-05-22 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Apr 7 16:49:28 2020 +0200| [bf80725352d274aed2fdd8f2d457788b3c2e5e7e] | committer: Anton Khirnov lavc: rename bsf.h to bsf_internal.h This will allow adding a public header named bsf.h > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b

[FFmpeg-cvslog] avcodec.h: split bitstream filters API into its own header

2020-05-22 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Apr 7 16:41:48 2020 +0200| [bdd6aa25c1f413c66053537e0f98741a8b40f5dd] | committer: Anton Khirnov avcodec.h: split bitstream filters API into its own header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdd6aa25c1f413c66053537e0f98741

[FFmpeg-cvslog] avcodec.h: split AVCodecParameters API into its own header

2020-05-22 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Apr 7 16:41:48 2020 +0200| [9d443c3e686de7e9e7f193425f0e631b20e2dd87] | committer: Anton Khirnov avcodec.h: split AVCodecParameters API into its own header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d443c3e686de7e9e7f193425f0e631

[FFmpeg-cvslog] Stop hardcoding align=32 in av_frame_get_buffer() calls.

2020-05-22 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Feb 8 09:51:17 2017 +0100| [f30a41a6086eb8c10f66090739a2a4f8491c3c7a] | committer: Anton Khirnov Stop hardcoding align=32 in av_frame_get_buffer() calls. Use 0, which selects the alignment automatically. > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] cmdutils: drop libavformat/network.h include

2020-05-22 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat May 20 12:55:00 2017 +0200| [8cfab9fa8c1529f3d4db3e7d5b317acdbc08d37d] | committer: Anton Khirnov cmdutils: drop libavformat/network.h include It is not a public header and has not been used since 10173c0e58e557582dbd659f42c6aa164a8682db > http://

[FFmpeg-cvslog] avfilter/af_aiir: fix first denominator calculation

2020-05-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri May 22 14:12:06 2020 +0200| [8c825e43f80b1c2faa417f42e0595b5887226367] | committer: Paul B Mahol avfilter/af_aiir: fix first denominator calculation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c825e43f80b1c2faa417f42e0595b5887226367

[FFmpeg-cvslog] avfilter/af_aiir: move response drawing as last step

2020-05-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri May 22 14:14:15 2020 +0200| [ca7095a9072fab4cdb41af12da9d94752e082e34] | committer: Paul B Mahol avfilter/af_aiir: move response drawing as last step > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca7095a9072fab4cdb41af12da9d94752e082e34

[FFmpeg-cvslog] avfilter/af_aiir: export normalize option

2020-05-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri May 22 12:28:03 2020 +0200| [ffda57b800866f10a60b6e13f9f31e2564e0b09f] | committer: Paul B Mahol avfilter/af_aiir: export normalize option And enable it in all modes by default. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffda57b8008

[FFmpeg-cvslog] avfilter/af_aiir: add more descriptive options aliases

2020-05-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri May 22 12:37:17 2020 +0200| [07a9e5ec5eb239c22ce3324f53cfde209cdfb6d6] | committer: Paul B Mahol avfilter/af_aiir: add more descriptive options aliases > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07a9e5ec5eb239c22ce3324f53cfde209cdfb6

[FFmpeg-cvslog] avfilter/af_aiir: fix first delay value

2020-05-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu May 21 10:50:58 2020 +0200| [1fc5ddf774bbec45add705a8f923e9565cf80bdf] | committer: Paul B Mahol avfilter/af_aiir: fix first delay value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1fc5ddf774bbec45add705a8f923e9565cf80bdf --- libavf

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4093ad6 web/security: add CVEs for 4.*

2020-05-22 Thread ffmpeg-git
The branch, master has been updated via 4093ad612db5ea201510d6d744a5ea7045b14af6 (commit) from 43521b3efbb4d40326ff3f3bd8b4b7ac76fd0aeb (commit) - Log - commit 4093ad612db5ea201510d6d744a5ea7045b14af6 Author: Micha