[FFmpeg-cvslog] avformat/matroskaenc: Ignore AttachedFiles for track limit

2020-04-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 27 05:00:04 2019 +0100| [629f08a8632bf622ea7521b6de63eb8f9502fd4a] | committer: Andreas Rheinhardt avformat/matroskaenc: Ignore AttachedFiles for track limit Attachments are streams in FFmpeg, but they are not tracks in Matroska. Yet they

[FFmpeg-cvslog] avformat/matroskaenc: Automatically use right TrackNumber in Cues

2020-04-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Dec 31 22:05:57 2019 +0100| [385964409a62158c7ad5226f1c1d4adc160ea830] | committer: Andreas Rheinhardt avformat/matroskaenc: Automatically use right TrackNumber in Cues mkv_cuepoint (the structure used to store the index entries in the Matrosk

[FFmpeg-cvslog] avformat/matroskaenc: Change signature of mkv_write_track()

2020-04-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 18 09:31:01 2020 +0100| [59e3a9aede5e2f9271c82583d8724c272ce33a0a] | committer: Andreas Rheinhardt avformat/matroskaenc: Change signature of mkv_write_track() Up until now, mkv_write_track() received the index of the stream whose header da

[FFmpeg-cvslog] lavc/vaapi_decode: fix the build failure when hevc_vaapi is disabled

2020-04-13 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Sun Apr 12 23:47:00 2020 +0800| [798ab1d03e8df06f2c7dd9a01bb303f368df5de4] | committer: Mark Thompson lavc/vaapi_decode: fix the build failure when hevc_vaapi is disabled Verified with ./configure --enable-vaapi --disable-hwaccel=hevc_vaapi Failure report

[FFmpeg-cvslog] avfilter/vf_mix: check if array is available

2020-04-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 13 16:44:01 2020 +0200| [70f866ad1ba6737d9a1a79d2531412ca91687ba1] | committer: Paul B Mahol avfilter/vf_mix: check if array is available > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70f866ad1ba6737d9a1a79d2531412ca91687ba1 --- l

[FFmpeg-cvslog] avformat/movenc: use enum values directly for colr atom

2020-04-13 Thread Michael Bradshaw
ffmpeg | branch: master | Michael Bradshaw | Tue Mar 31 09:36:31 2020 -0600| [b1699f4ac38cedef79f565ba3b8f9fdec952f412] | committer: Michael Bradshaw avformat/movenc: use enum values directly for colr atom The switch cases were missing: - Primaries: bt470m, film, smpte428, and ebu3213. -

[FFmpeg-cvslog] avformat/movenc: stop guessing colr atom values

2020-04-13 Thread Michael Bradshaw
ffmpeg | branch: master | Michael Bradshaw | Mon Mar 30 12:23:38 2020 -0600| [9842fd3aaf18cd8bda82e03f099a6cea7234bbcf] | committer: Michael Bradshaw avformat/movenc: stop guessing colr atom values > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9842fd3aaf18cd8bda82e03f099a6cea7234

[FFmpeg-cvslog] avformat/movenc: remove the write_clli mov flag

2020-04-13 Thread Michael Bradshaw
ffmpeg | branch: master | Michael Bradshaw | Mon Apr 13 10:08:43 2020 -0600| [3ebf449766d4b69a7774c4990fb24fe71c848a3e] | committer: Michael Bradshaw avformat/movenc: remove the write_clli mov flag The clli atom is expected to be standardized soon. See http://ffmpeg.org/pipermail/ffmpeg-devel/

[FFmpeg-cvslog] avformat/movenc: write the mdcv atom by default

2020-04-13 Thread Michael Bradshaw
ffmpeg | branch: master | Michael Bradshaw | Fri Mar 27 17:19:02 2020 -0600| [4ae8d13e6d1bc6bdacfedcecb7ba1aab5494b193] | committer: Michael Bradshaw avformat/movenc: write the mdcv atom by default The mdcv atom isn't in ISO/IEC 14496-12:2015 but it is expected to be added soon. See: http://ff

[FFmpeg-cvslog] tests/ref/vsynth: fix fate colr changes

2020-04-13 Thread Michael Bradshaw
ffmpeg | branch: master | Michael Bradshaw | Mon Apr 13 12:59:06 2020 -0700| [19a16330f4db04246cac4c3f4d3287e1712f6e70] | committer: Michael Bradshaw tests/ref/vsynth: fix fate colr changes Commit 9842fd3aaf18cd8bda82e03f099a6cea7234bbcf stopped guessing colr values. Signed-off-by: Michael Br

[FFmpeg-cvslog] tests/ref/vsynth: fix fate colr changes (again)

2020-04-13 Thread Michael Bradshaw
ffmpeg | branch: master | Michael Bradshaw | Mon Apr 13 13:34:49 2020 -0700| [05039c13346b7d7c16625fa1f5e3bfb3513a7e6a] | committer: Michael Bradshaw tests/ref/vsynth: fix fate colr changes (again) Signed-off-by: Michael Bradshaw > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05

[FFmpeg-cvslog] avformat/matroskaenc: Don't write elements with their default value

2020-04-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 14 02:47:44 2020 +0200| [f0d712d0f95ba757943cc6d49a8caa2e1adfb6e7] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't write elements with their default value This has happened when writing chapters: Both editions as well as chapte

[FFmpeg-cvslog] fftools: fix hwaccels option dump redundancy

2020-04-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Apr 9 21:54:01 2020 +0800| [5633f9a8a221f7511d5ec9b4c57a21c890271ad0] | committer: Jun Zhao fftools: fix hwaccels option dump redundancy When QSV is enabled in FFmpeg, the command "ffmpeg -hwaccels" shows a duplicate entry in acceleration methods for Q