[FFmpeg-cvslog] h264_idct: enable unmacro on newer NASM versions

2018-02-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Feb 10 13:16:36 2018 +| [50945482a75c009ad932ccda5c7d406e8319e54f] | committer: Rostislav Pehlivanov h264_idct: enable unmacro on newer NASM versions Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/Makefile: use individual dependencies for librtmp protocols

2018-02-12 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 12 11:29:07 2018 -0300| [192ea5bb77a7ca0b28c41f21ae6dc779dedca9da] | committer: James Almer avformat/Makefile: use individual dependencies for librtmp protocols Fixes compilation of libavformat when librtmp is enabled but all the relevant protocol

[FFmpeg-cvslog] fate: add aac id3v2 demux test

2018-02-12 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Sat Feb 3 23:24:45 2018 -0800| [81d1e1e5094bfb85464f87f51f22b0b5ca4d84bb] | committer: wm4 fate: add aac id3v2 demux test A basic test for demuxing raw AAC (ADTS) with ID3v2 tags. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81d1e1e50

[FFmpeg-cvslog] libavformat/aac: Parse ID3 tags between ADTS frames.

2018-02-12 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Thu Feb 1 18:37:45 2018 -0800| [e023334661e6eafcf638ffc2a780fd495fc25ec9] | committer: wm4 libavformat/aac: Parse ID3 tags between ADTS frames. While rare, ID3 tags may be inserted between ADTS frames. This change enables parsing them and setting the

[FFmpeg-cvslog] lavf/matroskaenc: Force the minimum value for -reserve_index_space to 2.

2018-02-12 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Feb 11 20:41:32 2018 +0100| [d401ba6b3d86091dff2fae326c610f0120ee8853] | committer: Carl Eugen Hoyos lavf/matroskaenc: Force the minimum value for -reserve_index_space to 2. Fixes an assertion failure: Assertion size >= 2 failed at libavformat/m

[FFmpeg-cvslog] lavc: Add support for increasing hardware frame pool sizes

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Jan 29 22:18:00 2018 +| [5b145290df2998a9836a93eb925289c6c8b63af0] | committer: Mark Thompson lavc: Add support for increasing hardware frame pool sizes AVCodecContext.extra_hw_frames is added to the size of hardware frame pools created by liba

[FFmpeg-cvslog] Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:19:38 2018 +| [d23fff0d8a0e7df170c67a9dd5c1f7c1fc0da489] | committer: Mark Thompson Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0' * commit '5b145290df2998a9836a93eb925289c6c8b63af0': lavc: Add support for increasing hardwa

[FFmpeg-cvslog] lavc: Add per-thread surfaces in get_hw_frame_parameters()

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Jan 29 22:55:11 2018 +| [cad739dace55e3446ef7180de688173cd19fb000] | committer: Mark Thompson lavc: Add per-thread surfaces in get_hw_frame_parameters() This number is definitely required when frame threading is enabled, so add it here rather t

[FFmpeg-cvslog] Merge commit 'cad739dace55e3446ef7180de688173cd19fb000'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:22:30 2018 +| [9471122a1b5dec34572c3d4c675737f0493d140e] | committer: Mark Thompson Merge commit 'cad739dace55e3446ef7180de688173cd19fb000' * commit 'cad739dace55e3446ef7180de688173cd19fb000': lavc: Add per-thread surfaces in get_hw

[FFmpeg-cvslog] lavfi: Add support for increasing hardware frame pool sizes

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Mar 27 21:10:53 2017 +0100| [6d86cef06ba36c0ed591e14a2382e9630059fc5d] | committer: Mark Thompson lavfi: Add support for increasing hardware frame pool sizes AVFilterContext.extra_hw_frames functions identically to the field of the same name in AVC

[FFmpeg-cvslog] Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:28:12 2018 +| [bcab11a1a23d8b156198db352bbdb932740a966c] | committer: Mark Thompson Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d' * commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d': lavfi: Add support for increasing hardw

[FFmpeg-cvslog] vf_*_vaapi: Support increasing hardware frame pool size

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Mar 27 21:10:10 2017 +0100| [b128be1748f3920a14a98307265df5f2d3433e1d] | committer: Mark Thompson vf_*_vaapi: Support increasing hardware frame pool size Defaults to 10 frames to preserve compatibility, but can allocate fewer if extra_hw_frames is

[FFmpeg-cvslog] Merge commit 'b128be1748f3920a14a98307265df5f2d3433e1d'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:44:28 2018 +| [b4fca397dd40e8c073c839716bcf5e240a348d73] | committer: Mark Thompson Merge commit 'b128be1748f3920a14a98307265df5f2d3433e1d' * commit 'b128be1748f3920a14a98307265df5f2d3433e1d': vf_*_vaapi: Support increasing hardware

[FFmpeg-cvslog] fate: Fix fate-api reference files after AVCodecContext change

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:53:05 2018 +| [a5ed07940c6929cadc44073f355cd15cfba7161e] | committer: Mark Thompson fate: Fix fate-api reference files after AVCodecContext change Broken by d23fff0d8a0e7df170c67a9dd5c1f7c1fc0da489. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] vf_scale_qsv: Support increasing hardware frame pool size

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Mar 27 21:10:23 2017 +0100| [e4cdef00263dc8b3c8de9d34ceacd00dc68979c0] | committer: Mark Thompson vf_scale_qsv: Support increasing hardware frame pool size The deinterlacer does not change, because it does not allocate any new frames (for output it

[FFmpeg-cvslog] Merge commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:55:24 2018 +| [6e050e0085b3f6f1109a0593aad63ec6e6bf23ff] | committer: Mark Thompson Merge commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0' * commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0': vf_scale_qsv: Support increasing hardwa

[FFmpeg-cvslog] vf_hwupload/hwmap: Support setting a fixed pool size

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Aug 5 22:10:46 2017 +0100| [c6bc18bc121ea66df715123c59f7ef9542c0914a] | committer: Mark Thompson vf_hwupload/hwmap: Support setting a fixed pool size These filters do not directly know whether the API they are using will support dynamic frame pool

[FFmpeg-cvslog] Merge commit 'c6bc18bc121ea66df715123c59f7ef9542c0914a'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:56:12 2018 +| [b668a1c8b35d7b45eb32cba465fb99b99355998c] | committer: Mark Thompson Merge commit 'c6bc18bc121ea66df715123c59f7ef9542c0914a' * commit 'c6bc18bc121ea66df715123c59f7ef9542c0914a': vf_hwupload/hwmap: Support setting a fi

[FFmpeg-cvslog] hwcontext: Perform usual initialisation on derived device contexts

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 8 15:19:17 2017 +0100| [caecb85014fc81f8734560a150073627eedab78c] | committer: Mark Thompson hwcontext: Perform usual initialisation on derived device contexts The initialisation should be common. For libmfx, it was previously happening in th

[FFmpeg-cvslog] Merge commit 'caecb85014fc81f8734560a150073627eedab78c'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 22:59:12 2018 +| [cfff6d1f777cdf4ddd5004b29e13ac33d22341f5] | committer: Mark Thompson Merge commit 'caecb85014fc81f8734560a150073627eedab78c' * commit 'caecb85014fc81f8734560a150073627eedab78c': hwcontext: Perform usual initialisation

[FFmpeg-cvslog] hwcontext: Perform usual uninitialisation on derived frames contexts

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Jun 26 20:28:07 2017 +0100| [e412d683fe0349bb8450645813a23158bb4ebd66] | committer: Mark Thompson hwcontext: Perform usual uninitialisation on derived frames contexts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e412d683fe0349bb84506

[FFmpeg-cvslog] Merge commit 'e412d683fe0349bb8450645813a23158bb4ebd66'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 23:00:13 2018 +| [e9dfc6f9006f81d6267d183b00616053b514df8f] | committer: Mark Thompson Merge commit 'e412d683fe0349bb8450645813a23158bb4ebd66' * commit 'e412d683fe0349bb8450645813a23158bb4ebd66': hwcontext: Perform usual uninitialisati

[FFmpeg-cvslog] qsvenc: AVBR is not supported on non-windows OS

2018-02-12 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Jan 30 18:07:23 2018 +0800| [8bb9824fcbc5a6ebf68391d70a2c4f03447990d2] | committer: Maxym Dmytrychenko qsvenc: AVBR is not supported on non-windows OS AVBR is supported from API 1.3 but only available for Windows Signed-off-by: Zhong Li Signed-off-by:

[FFmpeg-cvslog] Merge commit '8bb9824fcbc5a6ebf68391d70a2c4f03447990d2'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 23:01:24 2018 +| [de3be1d09f31e0f5c72240fc0270067c5c6d2510] | committer: Mark Thompson Merge commit '8bb9824fcbc5a6ebf68391d70a2c4f03447990d2' * commit '8bb9824fcbc5a6ebf68391d70a2c4f03447990d2': qsvenc: AVBR is not supported on non-wi

[FFmpeg-cvslog] lavc/qsv: default la_ds to MFX_LOOKAHEAD_DS_UNKNOWN

2018-02-12 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Sun Feb 11 15:43:45 2018 +0800| [9b09792c90b580842157ca8ce534be434725a841] | committer: Maxym Dmytrychenko lavc/qsv: default la_ds to MFX_LOOKAHEAD_DS_UNKNOWN MFX_LOOKAHEAD_DS_UNKNOWN means auto. -1 is not a valid value. Signed-off-by: Ruiling Song Si

[FFmpeg-cvslog] Merge commit '9b09792c90b580842157ca8ce534be434725a841'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 23:05:13 2018 +| [ccef7a85d6491fb354a36970162fa0204217d8e7] | committer: Mark Thompson Merge commit '9b09792c90b580842157ca8ce534be434725a841' * commit '9b09792c90b580842157ca8ce534be434725a841': lavc/qsv: default la_ds to MFX_LOOKAHEA

[FFmpeg-cvslog] avcodec/vc1dec: fix mby_start for interlaced content

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 14 17:11:21 2013 +0100| [5b6213ef6bf5e0781c83e86926eb0b33a98dc185] | committer: Sean McGovern avcodec/vc1dec: fix mby_start for interlaced content Bug-Id: 1100 Bug-Id: ffmpeg/Ticket2531 Cc: libav-sta...@libav.org > http://git.videolan.or

[FFmpeg-cvslog] Merge commit '5b6213ef6bf5e0781c83e86926eb0b33a98dc185'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 23:10:09 2018 +| [7ceec9c5ec511fd75116ab94ac132159f8d97edc] | committer: Mark Thompson Merge commit '5b6213ef6bf5e0781c83e86926eb0b33a98dc185' * commit '5b6213ef6bf5e0781c83e86926eb0b33a98dc185': avcodec/vc1dec: fix mby_start for inter

[FFmpeg-cvslog] build: Ignore generated mpeg12framerate test binary

2018-02-12 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Feb 9 17:48:27 2018 +| [a674b31240e99a369059385b03582b35629d190f] | committer: Diego Biurrun build: Ignore generated mpeg12framerate test binary > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a674b31240e99a369059385b03582b35629d19

[FFmpeg-cvslog] Merge commit 'a674b31240e99a369059385b03582b35629d190f'

2018-02-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Feb 12 23:12:43 2018 +| [0018f17f233d5a702513b7f83eadff8d15f08883] | committer: Mark Thompson Merge commit 'a674b31240e99a369059385b03582b35629d190f' * commit 'a674b31240e99a369059385b03582b35629d190f': build: Ignore generated mpeg12framerate

[FFmpeg-cvslog] avdevice/decklink_dec: extract NTSC VANC

2018-02-12 Thread Ray Tiley
ffmpeg | branch: master | Ray Tiley | Sun Feb 11 16:16:45 2018 -0800| [c837cd3d4d11b7d304ff83a448831c81a53c8c25] | committer: Marton Balint avdevice/decklink_dec: extract NTSC VANC This changes how NTSC VANC is extracted from the buffer. In NTSC the vanc data is interleaved between luma and ch

[FFmpeg-cvslog] avcodec/mpeg12enc: add support for specifying video_format in the sequence_display_extension

2018-02-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 10 19:03:36 2018 +0100| [ce6ce595cf10778f77ae586b606203ecb2914ed8] | committer: Marton Balint avcodec/mpeg12enc: add support for specifying video_format in the sequence_display_extension In a recent commit the default was changed from 0 (compo

[FFmpeg-cvslog] avcodec/wavpack: Fix integer overflow in FFABS

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Wed Jan 31 02:50:18 2018 +0100| [263bddf78159668383afadf1c2db73f74b265377] | committer: Michael Niedermayer avcodec/wavpack: Fix integer overflow in FFABS Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to an unsign

[FFmpeg-cvslog] avcodec/mpeg4videodec: Ignore multiple VOL headers

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Fri Feb 9 22:24:58 2018 +0100| [dd422f1b5e6ced354e0a7edae54c043a9ef4f8cf] | committer: Michael Niedermayer avcodec/mpeg4videodec: Ignore multiple VOL headers Fixes: Ticket7005 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble()

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Wed Jan 31 18:13:07 2018 +0100| [5b6324a94c2086fcd243f2f615024b32fa1e27ce] | committer: Michael Niedermayer avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble() Fixes: runtime error: signed integer overflow: 2052929346 + 2048

[FFmpeg-cvslog] avcodec/huffyuvdec: Check input buffer size

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Wed Jan 31 19:20:10 2018 +0100| [c402b672b7641e9002868ee26be82a01048f7aed] | committer: Michael Niedermayer avcodec/huffyuvdec: Check input buffer size Fixes: Timeout Fixes: 5487/clusterfuzz-testcase-4696837035393024 Found-by: continuous fu

[FFmpeg-cvslog] avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Feb 11 03:38:54 2018 +0100| [89668fa8430886823b476c13cb46e766f3cf7547] | committer: Michael Niedermayer avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs() This fixes a hypothetical integer overflow Signed-off-by: Michael Nied

[FFmpeg-cvslog] avcodec/vp3: Check eob_run

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Fri Feb 9 04:17:16 2018 +0100| [66f831a8d1bff8d218e0a2a2ab8f41968e63005b] | committer: Michael Niedermayer avcodec/vp3: Check eob_run Fixes: out of array access Fixes: 5919/clusterfuzz-testcase-minimized-5859311382167552 Fixes: special case

[FFmpeg-cvslog] Changelog: Update

2018-02-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Tue Feb 13 00:41:03 2018 +0100| [d797d9f21562f21e04668fa8997f7a629ad01cff] | committer: Michael Niedermayer Changelog: Update Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d797d9f21562f21e04

[FFmpeg-cvslog] avutil/opt: remove ABI hacks

2018-02-12 Thread wm4
ffmpeg | branch: master | wm4 | Tue Feb 13 04:11:27 2018 +0100| [474194a8d0f2812802c275f6ed4f0fd5cd58ae0e] | committer: wm4 avutil/opt: remove ABI hacks These were needed for ABI compatibility with Libav. We don't need them anymore. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4