[FFmpeg-cvslog] hwcontext: fix comments for av_hwdevice_ctx_alloc()

2017-03-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Mar 19 15:44:46 2017 +0800| [9365dfcbf665b83b2e60c5ec5e2abf1f0a49e2c3] | committer: Mark Thompson hwcontext: fix comments for av_hwdevice_ctx_alloc() fix the wrong comments for av_hwdevice_ctx_alloc() Signed-off-by: Jun Zhao Signed-off-by: Mark

[FFmpeg-cvslog] lavc/vaapi_encode: fix p_per_i calculate issue.

2017-04-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Mar 29 17:18:59 2017 +0800| [08087f54626780b6955e470d59b1c7eff6c57f72] | committer: Mark Thompson lavc/vaapi_encode: fix p_per_i calculate issue. now gop_size <= (max_b_frames + 1) * p_per_i + 1 (IDR frame), so celing p_per_i = (gop_size

[FFmpeg-cvslog] vaapi_h264: Fix POC on IDR frames

2017-05-05 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Nov 11 14:53:49 2016 +0800| [9b1db2d33883c6ff3f8c7b2453146501ba14ca20] | committer: Mark Thompson vaapi_h264: Fix POC on IDR frames In H.264 section 8.2.1, we have that "The bitstream shall not contain data that result in Min(TopFieldOrd

[FFmpeg-cvslog] lavc/golomb: add value range comment for set_ue_golomb().

2017-06-23 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jun 14 10:08:58 2017 +0800| [ea1d07aed96a170d2aaf68a96822485dd20cb346] | committer: Michael Niedermayer lavc/golomb: add value range comment for set_ue_golomb(). set_ue_golomb just support 2^16 - 2 at most, becase this function call put_bits, and

[FFmpeg-cvslog] lavc/put_bits: Add put_bits64() to support up to 64 bits.

2017-06-24 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jun 14 10:22:10 2017 +0800| [2b7d9a1f3fa759c82aaa3569612b40d5ccb1e319] | committer: Michael Niedermayer lavc/put_bits: Add put_bits64() to support up to 64 bits. put_bits64() can write up to 64 bits into a bitstream. Reviewed-by: Mark Thompson

[FFmpeg-cvslog] lavc/golobm: Add set_ue_golomb_long to support up to 2^32 -2.

2017-06-24 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jun 14 10:35:20 2017 +0800| [e61abe2d73297e0b6dc1e179b717afc00c32af98] | committer: Michael Niedermayer lavc/golobm: Add set_ue_golomb_long to support up to 2^32 -2. add set_ue_golomb_long to support up to 2^32-2. Reviewed-by: Mark Thompson Reviewed

[FFmpeg-cvslog] lavc/tests/golomb: Add unit test for set_ue_golomb_long.

2017-06-24 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jun 14 10:42:36 2017 +0800| [32deea87c1d60c01a99786b7206b54efab6d8f64] | committer: Michael Niedermayer lavc/tests/golomb: Add unit test for set_ue_golomb_long. Add unit test for set_ue_golomb_long. Signed-off-by: Jun Zhao Signed-off-by: Michael

[FFmpeg-cvslog] lavc/vaapi_encode_h265: Remove duplicate slice_segment_address.

2017-07-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Jul 18 00:01:09 2017 -0400| [5b8a708492f84ab49bcf9f694c50ac87cbdcc21b] | committer: Mark Thompson lavc/vaapi_encode_h265: Remove duplicate slice_segment_address. the VAEncSliceParameterBufferHEVC in libva have support this field, so remove the

[FFmpeg-cvslog] examples/hw_decode: Add a HWAccel decoding example.

2017-07-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Jul 20 00:58:56 2017 -0400| [1e0c75ea165c926c544d42f0a1e51d7f6fa95354] | committer: Mark Thompson examples/hw_decode: Add a HWAccel decoding example. Works with VAAPI, VDPAU, DXVA2 and D3D11VA. Signed-off-by: Liu, Kaixuan Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavc/vaapi_encode_h264: add "coder" option support

2017-08-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Aug 8 03:33:53 2017 -0400| [c6a8c2a4f7396c4524a081df8a0ef9656946067d] | committer: Mark Thompson lavc/vaapi_encode_h264: add "coder" option support Follow libx264 style to support "coder" option, and set it to cabac by default.

[FFmpeg-cvslog] doc/encoders: add "coder" option documentation for h264_vaapi

2017-08-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Aug 15 21:49:08 2017 -0400| [b8b84f9af55dede0df943083bc2dae38e4c06508] | committer: Mark Thompson doc/encoders: add "coder" option documentation for h264_vaapi Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.o

[FFmpeg-cvslog] lavc/vaapi_encode_h265: Enable VBR mode

2017-08-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Aug 25 15:56:51 2017 +0800| [385cafb07ac1e46433931ea9749a134efd7350be] | committer: Mark Thompson lavc/vaapi_encode_h265: Enable VBR mode Follow vaapi_h264 style, enable the VBR mode. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > h

[FFmpeg-cvslog] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Aug 24 09:13:01 2017 +0800| [e4a6eb70f471eda36592078e8fa1bad87fc9df73] | committer: Mark Thompson lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc. Change the slice/parameter buffers to be allocated dynamically. Signed-off-by

[FFmpeg-cvslog] lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base.

2017-09-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Sep 5 23:07:15 2017 -0400| [a918f16f7ccc7eb75330c97036888cf05c14b311] | committer: Mark Thompson lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base. fix frame rate calc error when use time_base. Signed-off-by: Yun Zhou Signed-off

[FFmpeg-cvslog] kmsgrab: Fix build failure with old libdrm

2017-09-14 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Sep 13 20:21:38 2017 -0400| [462568185b0af4d651441ae397cc83bdb7e573ed] | committer: Mark Thompson kmsgrab: Fix build failure with old libdrm DRM_FORMAT_R8 was added in libdrm 2.4.68. DRM_FORMAT_R16 was added in libdrm 2.4.82. Signed-off-by: Jun Zhao

[FFmpeg-cvslog] hwcontext_vaapi: Fix build failure with old libdrm

2017-09-14 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Sep 13 20:21:38 2017 -0400| [197d298ab3b27d1ec2ee7bf568debca105881a54] | committer: Mark Thompson hwcontext_vaapi: Fix build failure with old libdrm Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavc/vaapi_decode: fix profile search when profile mismatch is allowed

2017-10-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Oct 9 15:50:19 2017 +0800| [217a723b4e0573129c4ec9c31ca3ee666a2a64f6] | committer: Mark Thompson lavc/vaapi_decode: fix profile search when profile mismatch is allowed When profile mismatch is allowed, use the highest supported profile for VAAPI

[FFmpeg-cvslog] lavc: enable hwaccel_flags option

2017-10-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Oct 9 15:49:58 2017 +0800| [71e2ec017a1b51987d50b97d48b6a6114a58507d] | committer: Mark Thompson lavc: enable hwaccel_flags option Enable per-stream hwaccel_flags. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.

[FFmpeg-cvslog] ffmpeg: remove hwaccel_lax_profile_check option

2017-10-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Oct 9 02:13:14 2017 -0400| [2e94490225909a2d40d25722b49f54a3fe967635] | committer: Mark Thompson ffmpeg: remove hwaccel_lax_profile_check option This has been unused for a long time, and the original purpose has been replaced by the per-stream

[FFmpeg-cvslog] lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting

2017-10-24 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 24 13:25:21 2017 +0800| [f31478ba1472afe5c1eed60f219ae331816425a2] | committer: Mark Thompson lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting This should refer to the existing SPS structure, not the VAAPI sequence parameter

[FFmpeg-cvslog] examples/transcoding: suppress build warning.

2017-10-31 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 31 16:09:45 2017 +0800| [fdfc51766d28087c44307ddb5a4b087d47dbe8ef] | committer: Michael Niedermayer examples/transcoding: suppress build warning. suppress the "warning: assignment discards ‘const’ qualifier from pointer target type" bui

[FFmpeg-cvslog] examples/filtering_video: suppress the build warning.

2017-10-31 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 31 16:11:06 2017 +0800| [cb6e20f8de12cf6401ae2dd5f9eea9587ddfe1eb] | committer: Michael Niedermayer examples/filtering_video: suppress the build warning. suppress the "warning: assignment discards ‘const’ qualifier from pointer target type&q

[FFmpeg-cvslog] examples/filtering_audio: suppress the build warning.

2017-10-31 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 31 16:12:36 2017 +0800| [5c51d0edd4f37d675cbe1a010baa38c6968b8f19] | committer: Michael Niedermayer examples/filtering_audio: suppress the build warning. suppress the "warning: assignment discards ‘const’ qualifier from pointer target type&q

[FFmpeg-cvslog] lavc/libx265: switch to ff_alloc_packet2

2017-11-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Nov 8 21:04:51 2017 +0800| [dd435c957aa48349f25c58bac88010d5af696227] | committer: Michael Niedermayer lavc/libx265: switch to ff_alloc_packet2 ff_alloc_packet have been deprecated, switch to use ff_alloc_packet2. Signed-off-by: Jun Zhao Reviewed-by

[FFmpeg-cvslog] lavc/libkvazaar: switch to ff_alloc_packet2.

2017-11-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Nov 8 21:02:23 2017 +0800| [2c6b0315d9cda3ff549c66eb8603afd8ba5e4574] | committer: Michael Niedermayer lavc/libkvazaar: switch to ff_alloc_packet2. ff_alloc_packet have been deprecated, switch to use the ff_alloc_packet2. Signed-off-by: Jun Zhao

[FFmpeg-cvslog] hwcontext_vaapi: add the fourcc of I420 format map.

2017-11-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Nov 20 08:36:45 2017 +0800| [3db5961727d300ed048f1fae87e3e4fd339b8456] | committer: Mark Thompson hwcontext_vaapi: add the fourcc of I420 format map. VA-API 2.0 have enable the I420, so enable this map. Signed-off-by: Jun Zhao Signed-off-by: Mark

[FFmpeg-cvslog] ffmpeg: add return value check to supress the build warning.

2017-11-20 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Nov 18 13:24:24 2017 +0800| [a5870cb37f7a694a8dc3d6b8f2deaa8fd788e17e] | committer: Michael Niedermayer ffmpeg: add return value check to supress the build warning. add return value check to supress the build warning message like "warning: ign

[FFmpeg-cvslog] examples: Add a VA-API encode example.

2017-11-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Nov 6 14:45:27 2017 +0800| [23db3a1ae6d1be3438aec73c4dc91185d7958300] | committer: Mark Thompson examples: Add a VA-API encode example. Supports only raw NV12 input. Example use: ./vaapi_encode 1920 1080 test.yuv test.h264 Signed-off-by: Jun Zhao

[FFmpeg-cvslog] vaapi_h264: Fix VUI max_dec_frame_buffering

2017-12-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 24 13:25:21 2017 +0800| [4b57f064477cd39e723689790b909e6deed2] | committer: Mark Thompson vaapi_h264: Fix VUI max_dec_frame_buffering This should refer to the existing SPS structure, not the VAAPI sequence parameter buffer (which is not yet

[FFmpeg-cvslog] vaapi_h265: Enable VBR mode

2017-12-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Aug 25 15:56:51 2017 +0800| [e7adf2250b437165bc30c3b277bfce50875a0909] | committer: Mark Thompson vaapi_h265: Enable VBR mode To match vaapi_h264. From ffmpeg commit 385cafb07ac1e46433931ea9749a134efd7350be. Signed-off-by: Mark Thompson > h

[FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message

2017-12-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Dec 4 12:50:34 2017 +0800| [4280948702bc256e21c375790b889c735d233b0d] | committer: Michael Niedermayer avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding function name to fix wrong

[FFmpeg-cvslog] lavc/vp8: Support resolution changes in the VP8 decoder hwaccel

2017-12-15 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Nov 30 07:53:53 2017 +0800| [d228d52f1cc958e25f3017945ad06382ab1db7a6] | committer: Mark Thompson lavc/vp8: Support resolution changes in the VP8 decoder hwaccel Use the following command to reproduce this issue: make fate-vp8-size-change HWACCEL

[FFmpeg-cvslog] tests/audiomatch: Whitespace refinement

2017-12-19 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Dec 18 09:16:52 2017 +0800| [e72b8549920feae3366c4d3030afd1ccb80da48e] | committer: Michael Niedermayer tests/audiomatch: Whitespace refinement Refine the coding style. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] tests/audiomatch: Add return value check for fread.

2017-12-19 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Dec 18 08:59:58 2017 +0800| [2b38900cb377c56d855807012d931c7c40d215ed] | committer: Michael Niedermayer tests/audiomatch: Add return value check for fread. Check fread return value to fix build warning as "ignoring return value of ‘fread’"

[FFmpeg-cvslog] lavc/vaapi_encode: give a debug message if attrs unsupported.

2017-12-19 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Dec 19 14:13:58 2017 +0800| [a31a48261164f2ec7d218f541891086f930b090b] | committer: Mark Thompson lavc/vaapi_encode: give a debug message if attrs unsupported. Give a debug message when query attribute get VA_ATTRIB_NOT_SUPPORTED, it's will he

[FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message

2017-12-30 Thread Jun Zhao
ffmpeg | branch: release/3.3 | Jun Zhao | Mon Dec 4 12:50:34 2017 +0800| [603845225cb3214d6107b22a8f884559c4b7ea9d] | committer: Michael Niedermayer avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding function name to fix wrong

[FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message

2018-01-08 Thread Jun Zhao
ffmpeg | branch: release/3.2 | Jun Zhao | Mon Dec 4 12:50:34 2017 +0800| [1a6f38b31b235a2ba9bf188ec0f52f76a090c7a5] | committer: Michael Niedermayer avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding function name to fix wrong

[FFmpeg-cvslog] examples/vaapi_encode: Remove redundancy check when free context.

2018-01-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Jan 11 13:21:58 2018 +0800| [9b955eece610f7f8b4aa2096b4e0ca738e21edc4] | committer: Michael Niedermayer examples/vaapi_encode: Remove redundancy check when free context. avcodec_free_context have handle NULL pointer case, so caller doesn't ne

[FFmpeg-cvslog] lavc/snow_dwt: add struct MpegEncContext to fix headers check.

2018-01-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 15 18:57:33 2018 +0800| [a919ab853efcecf89516e703df8018d0649e1143] | committer: Michael Niedermayer lavc/snow_dwt: add struct MpegEncContext to fix headers check. add missing struct MpegEncContext, use make checkheaders found this warning. Signed

[FFmpeg-cvslog] lavfi/deinterlace_vaapi: fix can't show full option information.

2018-01-17 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Jan 16 22:44:02 2018 +0800| [383804edd812410219a097e2bf3efac8a8b4562a] | committer: Michael Niedermayer lavfi/deinterlace_vaapi: fix can't show full option information. use ffmpeg -h filter=deinterlace_vaapi can't get full help information

[FFmpeg-cvslog] lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:02:35 2018 +0800| [19214f005140b0ee7f706509bd3fab47f4af9b90] | committer: Mark Thompson lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.

[FFmpeg-cvslog] lavfi: add denoise and sharpness VAAPI video filters.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:19:17 2018 +0800| [9bba10c174c893b08b036898a522ed6dad1d3660] | committer: Mark Thompson lavfi: add denoise and sharpness VAAPI video filters. Most code between them is common, so put them in a new file for miscellaneous VAAPI filters. Signed

[FFmpeg-cvslog] lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:07:38 2018 +0800| [92704c480e811e0bd2a605173559d2baa974119f] | committer: Mark Thompson lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.

[FFmpeg-cvslog] lavfi: VAAPI VPP common infrastructure.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 15:56:43 2018 +0800| [dfdeed5a2c8f432d6c5eda1a3a6a1f333f3d4604] | committer: Mark Thompson lavfi: VAAPI VPP common infrastructure. Re-work the VAAPI common infrastructure to avoid code duplication between filters. Signed-off-by: Jun Zhao

[FFmpeg-cvslog] lavfi: add ProcAmp (color balance) VAAPI video filter.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:12:41 2018 +0800| [fcf5eae4bf24dac897da34b95cfe23634b9ac5fa] | committer: Mark Thompson lavfi: add ProcAmp (color balance) VAAPI video filter. Add ProcAmp(color balance) vaapi video filter, use the option like -vf "procamp_vaapi=b=10:h=

[FFmpeg-cvslog] lavfi/vf_xxx_vaapi: fix typo.

2018-01-24 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 24 08:40:59 2018 +0800| [4dbae00bac7af0b35622feb5ac78d29ac16889fd] | committer: Carl Eugen Hoyos lavfi/vf_xxx_vaapi: fix typo. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/procamp_vaapi: fix the green video issue if without arguments.

2018-01-25 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 24 09:28:24 2018 +0800| [658ac0672f46cef483e68440061da763e908b68a] | committer: Mark Thompson lavfi/procamp_vaapi: fix the green video issue if without arguments. Fix the green output issue when use procamp_vaapi without any arguments, now if use

[FFmpeg-cvslog] lavfi/misc_vaapi: use default value setting if without arguments.

2018-01-25 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 24 09:32:50 2018 +0800| [4e6e1e5350b73bee3122ad4044195bb14d69c229] | committer: Mark Thompson lavfi/misc_vaapi: use default value setting if without arguments. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.

[FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message

2018-01-30 Thread Jun Zhao
ffmpeg | branch: release/3.4 | Jun Zhao | Mon Dec 4 12:50:34 2017 +0800| [9aa0ed850b77fe46d5b766329f45deb9150cea10] | committer: Michael Niedermayer avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding function name to fix wrong

[FFmpeg-cvslog] lavfi/deinterlace_vaapi: fix can't show full option information.

2018-01-30 Thread Jun Zhao
ffmpeg | branch: release/3.4 | Jun Zhao | Tue Jan 16 22:44:02 2018 +0800| [7b56d6584c46072b0f959f22a461cff01b302a65] | committer: Michael Niedermayer lavfi/deinterlace_vaapi: fix can't show full option information. use ffmpeg -h filter=deinterlace_vaapi can't get full help inform

[FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message

2018-01-31 Thread Jun Zhao
ffmpeg | branch: release/2.8 | Jun Zhao | Mon Dec 4 12:50:34 2017 +0800| [15df68bf5059da248e795e813bc3e40054b7ee22] | committer: Michael Niedermayer avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding function name to fix wrong

[FFmpeg-cvslog] examples: Add a VA-API transcode example.

2018-02-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Jan 11 15:00:30 2018 +0800| [0519e66a90f076591fb35dab1a3ed14204de08c0] | committer: Mark Thompson examples: Add a VA-API transcode example. Usage is: ./vaapi_transcode input_stream codec output_stream For example: - ./vaapi_transcode input.mp4

[FFmpeg-cvslog] hwcontext: Fix documentation for av_hwdevice_ctx_alloc()

2018-02-11 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Mar 19 15:44:46 2017 +0800| [96e476cc9d414e248692c773d9dce736662572b8] | committer: Mark Thompson hwcontext: Fix documentation for av_hwdevice_ctx_alloc() From ffmpeg commit 9365dfcbf665b83b2e60c5ec5e2abf1f0a49e2c3. Signed-off-by: Jun Zhao Signed-off

[FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message

2018-02-19 Thread Jun Zhao
ffmpeg | branch: release/3.0 | Jun Zhao | Mon Dec 4 12:50:34 2017 +0800| [e512c83e63fced446d050da564c38ec722b08840] | committer: Michael Niedermayer avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding function name to fix wrong

[FFmpeg-cvslog] vaapi_encode: Allocate slice structures and parameter buffers dynamically

2018-02-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Aug 24 09:13:01 2017 +0800| [c8e135ea9225137050a6315fd9ba9c0f242c90b6] | committer: Mark Thompson vaapi_encode: Allocate slice structures and parameter buffers dynamically This removes the arbitrary limit on the allowed number of slices and parameter

[FFmpeg-cvslog] ffmpeg_opt: fix max_error_rate help info display issue.

2018-02-23 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Feb 23 15:58:10 2018 +0800| [74afa545286bdb4b6fb1137209338cab00280f78] | committer: Michael Niedermayer ffmpeg_opt: fix max_error_rate help info display issue. ffmpeg -h display "max_error_rate" option help information have been cut off, the

[FFmpeg-cvslog] doc/bitstream_filters: documents delete_filler option.

2018-02-23 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Feb 23 15:02:29 2018 +0800| [b141902872bbe5d9389ee9f4fddbb87698c86689] | committer: Michael Niedermayer doc/bitstream_filters: documents delete_filler option. documents delete_filler option for bsf h264_metadata. Signed-off-by: Jun Zhao Signed-off-by

[FFmpeg-cvslog] doc/bitstream_filters: correct dump_extra bsfs docs.

2018-03-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Feb 23 13:53:05 2018 +0800| [1c7f1f38c533382710361ef7e765f1de4f7dfa78] | committer: Michael Niedermayer doc/bitstream_filters: correct dump_extra bsfs docs. Update dump_extra bit stream filter docs to follow current code implement. Signed-off-by: Jun

[FFmpeg-cvslog] lavu/opt: add bit stream filter option dump support.

2018-03-15 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Mar 14 10:05:05 2018 +0800| [7b5cf0a410760bbd516d5c72cbb867c45017f9a7] | committer: Michael Niedermayer lavu/opt: add bit stream filter option dump support. enable dump bit stream filter and update opt fate test ref. Signed-off-by: Jun Zhao Signed

[FFmpeg-cvslog] ffmpeg: support dump bit stream filter options.

2018-03-15 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Mar 8 13:50:31 2018 +0800| [a675eed17538708a4efb90946b83161ec788b36a] | committer: Michael Niedermayer ffmpeg: support dump bit stream filter options. Support dump bit stream filter option in ffmpeg -h full and ffmpeg -h bsf=FooBar. Signed-off-by

[FFmpeg-cvslog] lavu/opt: add AV_OPT_FLAG_BSF_PARAM

2018-03-15 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Mar 8 13:47:23 2018 +0800| [e0e72539cf5cb9d83cd13434f3be7b80e7ca84e4] | committer: Michael Niedermayer lavu/opt: add AV_OPT_FLAG_BSF_PARAM add AV_OPT_FLAG_BSF_PARAM for bit stream filter options. Signed-off-by: Jun Zhao Signed-off-by: Michael

[FFmpeg-cvslog] lavc/extract_extradata_bsf: support dump options.

2018-03-17 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Mar 8 14:05:53 2018 +0800| [edce64c9e98f32579dddb5dccf590034686decc2] | committer: James Almer lavc/extract_extradata_bsf: support dump options. support dump bit stream filter options Signed-off-by: Jun Zhao Signed-off-by: James Almer > h

[FFmpeg-cvslog] lavc/h264_metadata_bsf: support dump options.

2018-03-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Mar 14 13:42:19 2018 +0800| [840f5b3e5ba12b26f53bf8539cb5f0f14c4a6d40] | committer: Mark Thompson lavc/h264_metadata_bsf: support dump options. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavc/mpeg2_metadata_bsf: support dump options.

2018-03-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Mar 14 13:42:37 2018 +0800| [dd21f02a044703e1473e56fbb61f849b0c8b993a] | committer: Mark Thompson lavc/mpeg2_metadata_bsf: support dump options. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavc/h265_metadata_bsf: support dump options.

2018-03-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Mar 14 13:42:28 2018 +0800| [2a103e12ba901af519d77562c09694264e2277d4] | committer: Mark Thompson lavc/h265_metadata_bsf: support dump options. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavc/dump_extradata_bsf: support dump options.

2018-03-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Mar 8 14:01:48 2018 +0800| [a4726288f8c14fecb8e0e2b36acc6c595dfa3b03] | committer: James Almer lavc/dump_extradata_bsf: support dump options. support dump bit stream filter options Signed-off-by: Jun Zhao Signed-off-by: James Almer > h

[FFmpeg-cvslog] lavc/noise_bsf: support dump options.

2018-03-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Mar 8 14:57:47 2018 +0800| [b8e406c01a75904e84c743a35ac4c2f28de4a625] | committer: James Almer lavc/noise_bsf: support dump options. support dump bit stream filter options. Signed-off-by: Jun Zhao Signed-off-by: James Almer > h

[FFmpeg-cvslog] lavc/remove_extradata_bsf: support dump options.

2018-03-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Mar 8 15:00:27 2018 +0800| [28aaed773712d170e13f35658aac685dd8b7db44] | committer: James Almer lavc/remove_extradata_bsf: support dump options. support dump bit stream filter options Signed-off-by: Jun Zhao Signed-off-by: James Almer > h

[FFmpeg-cvslog] kmsgrab: add category for kmsgrab

2018-03-26 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Mar 26 08:22:07 2018 +0800| [ac6e27d74f6a413d400c228b0eb2d3af32c1ea76] | committer: Mark Thompson kmsgrab: add category for kmsgrab Makes kmsgrab visible in "ffmpeg -devices". Signed-off-by: Jun Zhao Signed-off-by: Mark Thompso

[FFmpeg-cvslog] cmdutils: fix new API break the "ffmpeg -muxers/demuxers"

2018-04-01 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 1 22:29:46 2018 +0800| [9b125826ed7eda54387c06469c081229b222ee59] | committer: Josh de Kock cmdutils: fix new API break the "ffmpeg -muxers/demuxers" fix commit 2238190 break the "ffmpeg -muxers/demuxers". Signed-off-by: Jun

[FFmpeg-cvslog] avformat/options_table: Change the seek2any location in opt table.

2018-04-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 1 15:53:11 2018 +0800| [c6c20249e724e1db37af72815742c0cd520d4756] | committer: Michael Niedermayer avformat/options_table: Change the seek2any location in opt table. Change the seek2any location in avformat_options to make code more readable

[FFmpeg-cvslog] lavf/hls: Remove the dead code in parse_playlist()

2018-04-03 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Apr 4 11:04:56 2018 +0800| [51e3010575ca55ee64ffe3c48087d263e9c1e65f] | committer: Steven Liu lavf/hls: Remove the dead code in parse_playlist() Signed-off-by: Jun Zhao Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] MAINTAINERS: add myself to the general developers list

2018-04-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Apr 3 07:14:46 2018 +0800| [3b350528d252b16f9f1860fe5a83aca814ae2b14] | committer: Michael Niedermayer MAINTAINERS: add myself to the general developers list Signed-off-by: Jun Zhao Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] lavf/aviobuf: add ff_get_chomp_line

2018-04-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Apr 9 23:05:42 2018 +0800| [cdd107b96586916508f8665b08be7de54d9633cf] | committer: Jun Zhao lavf/aviobuf: add ff_get_chomp_line Same as ff_get_line but strip the white-space characters in the string tail. Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] lavf/hlsproto: use ff_get_chomp_line

2018-04-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Apr 9 23:13:03 2018 +0800| [52623bc26fc49a1335a7ba4aab6ddb2b6588c105] | committer: Jun Zhao lavf/hlsproto: use ff_get_chomp_line Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/hlsenc: use ff_get_chomp_line

2018-04-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Apr 9 23:12:16 2018 +0800| [f1ccb4dbcf0b878120ba3990476ce7059ead2d74] | committer: Jun Zhao lavf/hlsenc: use ff_get_chomp_line Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/hls: use ff_get_chomp_line

2018-04-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Apr 9 23:11:02 2018 +0800| [0e49118271ce0a3e8911200824032508b5a7de16] | committer: Jun Zhao lavf/hls: use ff_get_chomp_line Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e49118271ce0a3e8911200824032508b5a7d

[FFmpeg-cvslog] doc/examples/filtering_video: Remove setting deprecated refcounted_frames

2018-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 21 15:34:23 2018 +0800| [0c28a5cf0fc642825036c07c2b57b79c42583b27] | committer: Jun Zhao doc/examples/filtering_video: Remove setting deprecated refcounted_frames When use new decode APIs(avcodec_send_packet/avcodec_receive_frame), don't ne

[FFmpeg-cvslog] doc/examples/hw_decode: Remove setting deprecated refcounted_frames

2018-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 21 15:28:27 2018 +0800| [c6d8492cffc43cdd658e05474241fbce045a9167] | committer: Jun Zhao doc/examples/hw_decode: Remove setting deprecated refcounted_frames When use new decode APIs(avcodec_send_packet/avcodec_receive_frame), don't need to se

[FFmpeg-cvslog] doc/examples/hw_decode: Remove setting deprecated refcounted_frames

2018-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 21 15:28:27 2018 +0800| [c6d8492cffc43cdd658e05474241fbce045a9167] | committer: Jun Zhao doc/examples/hw_decode: Remove setting deprecated refcounted_frames When use new decode APIs(avcodec_send_packet/avcodec_receive_frame), don't need to se

[FFmpeg-cvslog] doc/examples/filtering_audio: Remove setting deprecated refcounted_frames

2018-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 21 15:36:59 2018 +0800| [f97fa89925a5d4df7deb8ed49262d497f07e1b0a] | committer: Jun Zhao doc/examples/filtering_audio: Remove setting deprecated refcounted_frames When use new decode APIs(avcodec_send_packet/avcodec_receive_frame), don't ne

[FFmpeg-cvslog] doc/examples/filtering_video: Remove setting deprecated refcounted_frames

2018-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 21 15:34:23 2018 +0800| [0c28a5cf0fc642825036c07c2b57b79c42583b27] | committer: Jun Zhao doc/examples/filtering_video: Remove setting deprecated refcounted_frames When use new decode APIs(avcodec_send_packet/avcodec_receive_frame), don't ne

[FFmpeg-cvslog] doc/examples/filtering_audio: Remove setting deprecated refcounted_frames

2018-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 21 15:36:59 2018 +0800| [f97fa89925a5d4df7deb8ed49262d497f07e1b0a] | committer: Jun Zhao doc/examples/filtering_audio: Remove setting deprecated refcounted_frames When use new decode APIs(avcodec_send_packet/avcodec_receive_frame), don't ne

[FFmpeg-cvslog] lavf/format: Remove the dead code in av_probe_input_buffer2.

2018-05-06 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 8 08:09:13 2018 +0800| [053ee996a03b8744af6e12d39e3087efae218b64] | committer: Jun Zhao lavf/format: Remove the dead code in av_probe_input_buffer2. Remove the dead code in av_probe_input_buffer2 Signed-off-by: Jun Zhao > http://git.videolan.

[FFmpeg-cvslog] avformat/avio: make the logic simple

2018-05-06 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 8 08:05:08 2018 +0800| [4d3e9e31356b4d7d4196f271e19679ea65e51223] | committer: Jun Zhao avformat/avio: make the logic simple remove the "ret" to make the code simple and generic. Signed-off-by: Jun Zhao > http://git.videolan.o

[FFmpeg-cvslog] lavf/network: fix doxygen comments.

2018-05-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun May 6 19:53:19 2018 +0800| [1655e1096e539fd53a741dfb0a3cbda204c159ee] | committer: Jun Zhao lavf/network: fix doxygen comments. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavfi/tests/filtfmts: fix the build warning.

2018-05-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun May 6 09:33:28 2018 +0800| [74a7ddd985c487b6645470174228ae2d734e6924] | committer: Jun Zhao lavfi/tests/filtfmts: fix the build warning. fix the build warning: ignoring return value. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] checkasm/sw_rgb: fix the function declaration warning

2018-05-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun May 6 09:33:27 2018 +0800| [b30575bc982fd70799f63f2031640b9916f1648d] | committer: Jun Zhao checkasm/sw_rgb: fix the function declaration warning fix the warning: "function declaration isn’t a prototype", in C int foo() and int foo(void) are

[FFmpeg-cvslog] lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.

2018-05-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon May 14 14:49:56 2018 +0800| [7582a907e40ef1012e40a9b17aead05a6777b0ca] | committer: Jun Zhao lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name. Rename the nal_unit_name to hevc_nal_unit_name, will add a h264_nal_unit_name function

[FFmpeg-cvslog] lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.

2018-05-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri May 11 10:28:32 2018 +0800| [b7cd2ab22e217e7125a0bb4c3b30bcbe1bd7bd9d] | committer: Jun Zhao lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc/h2645_parse: log more HEVC NAL type.

2018-05-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri May 11 10:02:27 2018 +0800| [48c5ac8b0f6648099d8cf684658ca807db8dca86] | committer: Jun Zhao lavc/h2645_parse: log more HEVC NAL type. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] cmdutils: dump supported hardware devices in print_codec()

2018-05-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat May 26 20:57:45 2018 +0800| [81b77e7bf16a754005a2af7e5cf35e2eefc91a39] | committer: Jun Zhao cmdutils: dump supported hardware devices in print_codec() dump the supported hardware devices for codec when use the command like ./ffmpeg -h decoder=h264

[FFmpeg-cvslog] cmdutils: print missing caps in print_codec().

2018-05-28 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri May 25 14:57:48 2018 +0800| [90acf168a6e29713f7d1d24f3f39f1c3207a2915] | committer: Jun Zhao cmdutils: print missing caps in print_codec(). print full caps type in print_codec(). Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavfi/opencl: remove redundant header.

2018-06-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed May 30 08:54:45 2018 +0800| [3161df5b0c2dfa31b9c19ba13b4c943773cf57a5] | committer: Jun Zhao lavfi/opencl: remove redundant header. remove redundant header Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavu/hwcontext_opecl: fix the build warning

2018-06-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed May 30 08:13:13 2018 +0800| [3bab7b70da9705031bfc23d9fd15dc49af967055] | committer: Jun Zhao lavu/hwcontext_opecl: fix the build warning fix the build warning when use Portable Computing Language (pocl). Signed-off-by: Jun Zhao > h

[FFmpeg-cvslog] configure: fix check for opencl

2018-06-07 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 2 11:02:38 2018 +0800| [3769aafb7c9a1fdcd1c9099a8ed7ba1d876c0693] | committer: Jun Zhao configure: fix check for opencl add pkg-config support for opencl check. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc/dolby_e: fix make checkheaders warning

2018-06-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jun 4 21:32:37 2018 +0800| [4030d3d3f4951c3df63e8231df90621eb75bb832] | committer: Jun Zhao lavc/dolby_e: fix make checkheaders warning move the the function init_tables() definitions from header file to .c file to fix make checkheaders warning

[FFmpeg-cvslog] lavc/aacsbr: fix make checkheaders warning

2018-06-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jun 4 21:42:18 2018 +0800| [12138402652f28649e63629ef76fba8b71561afb] | committer: Jun Zhao lavc/aacsbr: fix make checkheaders warning move the the function aacsbr_tableinit definition from header file to .c file to fix make checkheaders warning

[FFmpeg-cvslog] fftools/ffmpeg: Replace the number by macro for bprint init

2018-06-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jun 10 15:56:04 2018 +0800| [24be912827f6586f75cbd023b041e9752d66e449] | committer: Jun Zhao fftools/ffmpeg: Replace the number by macro for bprint init Replace the number by macro for bprint init. Signed-off-by: Jun Zhao > http://git.videolan.

[FFmpeg-cvslog] lavc/dvdsubenc: Replace the number by macro for bprint init

2018-06-16 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jun 10 15:59:03 2018 +0800| [d0a2ad241c914bd69bf33490a7310f0a917c9053] | committer: Jun Zhao lavc/dvdsubenc: Replace the number by macro for bprint init Replace the number by macro for bprint init. Signed-off-by: Jun Zhao > http://git.videolan.

  1   2   3   4   >