[FFmpeg-cvslog] lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure

2020-07-18 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Mon May 11 14:32:42 2020 +0800| [489c5db0791f39518775b12eef6d48276c17f96f] | committer: Linjie Fu lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure VA_ENC_SLICE_STRUCTURE_EQUAL_MULTI_ROWS is added to in the latest libva (1.8.0) which match

[FFmpeg-cvslog] avformat/apm: use the entire APMState structure as extradata

2020-07-18 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Wed Jul 8 00:42:09 2020 +1000| [1b0a0da63a279804df04292cf452b2acdd87b687] | committer: Zane van Iperen avformat/apm: use the entire APMState structure as extradata Is the "actual" codec extradata instead of the hand-crafted one from the previous rev

[FFmpeg-cvslog] avformat/apm: fix variable/structure names and cosmetics

2020-07-18 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Mon Jul 6 18:50:52 2020 +1000| [91a9f86edf5ce8508e471146aafaa3c5fb1d5fbc] | committer: Zane van Iperen avformat/apm: fix variable/structure names and cosmetics > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91a9f86edf5ce8508e471146aafaa

[FFmpeg-cvslog] avformat/apm: read header correctly

2020-07-18 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Tue Jun 30 10:44:39 2020 +1000| [3bf1be210150b435c51c7c8eb8fd05a1fca08814] | committer: Zane van Iperen avformat/apm: read header correctly The leading WAVEFORMATEX in .APM files is malformed: * The nAvgBytesPerSec field is wrong, and * sizeof(cbSize

[FFmpeg-cvslog] doc/http: Update HTTP protocol options

2020-07-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Jul 17 10:59:05 2020 +0800| [68c56082d3888d7c1aba9f518ee9ad73850b7e31] | committer: Jun Zhao doc/http: Update HTTP protocol options remove the timeout option docs part for HTTP protocol and add auth_type option part. Reviewed-by: Gyan Doshi Signed-off

[FFmpeg-cvslog] avformat/au: Avoid allocation for metadata string

2020-07-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 13 19:31:46 2020 +0200| [1998d1d6af98f31e9ddeead4893efad8144357be] | committer: Andreas Rheinhardt avformat/au: Avoid allocation for metadata string When there are potentially annotation (i.e. metadata) fields to write, au_get_annotations(

[FFmpeg-cvslog] avformat/au: Remove redundant av_freep()

2020-07-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 13 17:18:48 2020 +0200| [84340497c03d34ce6902d210b8a20b848c37ce98] | committer: Andreas Rheinhardt avformat/au: Remove redundant av_freep() This av_freep(&key) in conjunction with the fact that the loop condition checks for key != NULL was

[FFmpeg-cvslog] avformat/au: Simplify writing string into AVBPrint

2020-07-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 13 20:04:26 2020 +0200| [c2e17e8d8446abbd5dcfebab1e63024837677ca7] | committer: Andreas Rheinhardt avformat/au: Simplify writing string into AVBPrint by using av_bprintf() instead of several av_bprint_append(). Signed-off-by: Andreas Rhei

[FFmpeg-cvslog] avformat/au: Store strings instead of pointers to strings in array

2020-07-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 13 17:13:51 2020 +0200| [8d3556b7a3f89f5dd621c3359f8690cf38796db7] | committer: Andreas Rheinhardt avformat/au: Store strings instead of pointers to strings in array Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avfilter/vf_bilateral: simplify code a little

2020-07-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 17 20:29:48 2020 +0200| [fa8345cf059394544387e1a47016dec109379a8a] | committer: Paul B Mahol avfilter/vf_bilateral: simplify code a little Make alpha_ calculation faster. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa8345cf059394