[FFmpeg-cvslog] libavcodec/libdavs2.c: Fix for the wrong line size is used

2018-11-24 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Nov 25 14:01:22 2018 +0800| [370b8bd8470a9d7d041febc4ef2a7282b41fbdbb] | committer: Steven Liu libavcodec/libdavs2.c: Fix for the wrong line size is used Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavfilter/vf_blend.c: remove duplicate code with macro-defined function

2019-06-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Jun 11 14:46:16 2019 +0800| [c9c1711f49616e1c60e0828174a300bf90c07b60] | committer: Paul B Mahol libavfilter/vf_blend.c: remove duplicate code with macro-defined function Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] libavfilter/vf_blend.c: remove duplicate code with same function

2019-06-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Jun 11 14:46:15 2019 +0800| [24321b8751b78e33770fe99532097e088419d10e] | committer: Paul B Mahol libavfilter/vf_blend.c: remove duplicate code with same function Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12

2019-06-17 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Jun 7 23:13:26 2019 +0800| [268ab17c519f4e34783956092c9edf3ef2c4e280] | committer: Rick Kern libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12 Signed-off-by: Limin Wang Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavfilter/vf_cover_rect.c: free the allocated frame

2019-06-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Jun 11 09:45:58 2019 +0800| [5fc8d87ba6954d3917a9095fb3b8c1d8caf0b0f4] | committer: Michael Niedermayer libavfilter/vf_cover_rect.c: free the allocated frame Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function

2019-08-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Jul 18 06:59:35 2019 +0800| [1ee863a7b05aaf358c43c3a788e020cc1c752c59] | committer: Rick Kern lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function The current function will report one error message, but the caller func haven't

[FFmpeg-cvslog] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-08-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Jun 26 18:57:59 2019 +0800| [391b67fcb58f95b5cc65b75070fd9a3dce4f8ac6] | committer: Rick Kern lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc Below is the testing ffmpeg command for the setting: ./ffmpeg -i

[FFmpeg-cvslog] lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]

2019-08-19 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Aug 19 09:42:29 2019 +0800| [eccb94c3babcc93484d409b1d0fa059f1a2b7645] | committer: Steven Liu lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable] Reviewed-by: Steven Liu Signed-off-by: Limin Wang > http://git.videolan.

[FFmpeg-cvslog] avfilter/showinfo: support Content Light Level information

2019-08-17 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Aug 9 10:28:02 2019 +0800| [6866c54ee4747fd11d9a8b6c3a3a8275685159b2] | committer: James Almer avfilter/showinfo: support Content Light Level information show real information instead of the unknown side data type message for HDR10 stream Signed

[FFmpeg-cvslog] avfilter/f_select: yuv will use Y plane only for scenecut detect

2019-08-17 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Aug 13 09:39:47 2019 +0800| [ad3ef00ce513beee3e22a910e75f40d324a6a7ad] | committer: Marton Balint avfilter/f_select: yuv will use Y plane only for scenecut detect At the moment scene change detection score uses all planes to detect scene changes

[FFmpeg-cvslog] lavf/dump: use error log level for invalid size

2019-08-17 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Aug 10 23:53:48 2019 +0800| [df6e341b0418e53b70938923f8ba903f74f4a778] | committer: Steven Liu lavf/dump: use error log level for invalid size Reviewed-by: Steven Liu Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavf/dump: dump the vbv_delay with N/A instead of 18446744073709551615

2019-08-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Aug 27 22:34:54 2019 +0800| [ffd65c8862e1cb9f49f71ab30640ac0e8bdfe7ce] | committer: Michael Niedermayer lavf/dump: dump the vbv_delay with N/A instead of 18446744073709551615 How to check it: ./ffmpeg -f lavfi -i testsrc -c:v mpeg2video -f null

[FFmpeg-cvslog] lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for relation path

2019-09-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Aug 30 11:45:39 2019 +0800| [75aea52a1051a22bdebd0b7a8098ac6479a529a0] | committer: Steven Liu lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for relation path Reviewed-by: Steven Liu Signed-off-by: Limin Wang > h

[FFmpeg-cvslog] avformat/mxfenc: fix warning: unused function 'klv_ber_length' [-Wunused-function]

2019-09-04 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Aug 29 16:44:01 2019 +0800| [787c56b9e9e5f9a1b82d2b47f26e8b0924781599] | committer: Tomas Härdin avformat/mxfenc: fix warning: unused function 'klv_ber_length' [-Wunused-function] Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vf_showinfo: display GOP timecode side data

2019-09-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Aug 25 00:17:59 2019 +0800| [ede15bf2e359c2d2480ee451d7579a7fdc009665] | committer: Michael Niedermayer avfilter/vf_showinfo: display GOP timecode side data Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] swscale/swscale: delete unwanted assignments

2019-09-09 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Sep 8 21:12:14 2019 +0800| [29bde4b3b6d70ee404b1e2f059944f7025dd2186] | committer: Michael Niedermayer swscale/swscale: delete unwanted assignments Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vf_scale: split the scale_frame function from filter_frame for activate function support

2019-09-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Sep 7 23:11:25 2019 +0800| [cbc63d61b284190979739ae7632511c12c17e54c] | committer: Michael Niedermayer avfilter/vf_scale: split the scale_frame function from filter_frame for activate function support Signed-off-by: Limin Wang Signed-off

[FFmpeg-cvslog] avcodec/v210enc: move v210_enc_8/10 function to template file

2019-09-18 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 17 11:42:28 2019 +0800| [c2ab998ff38fa11092ccb1c51ab0a1fe9c24ab09] | committer: Michael Niedermayer avcodec/v210enc: move v210_enc_8/10 function to template file Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/v210enc: make 8bit and 10bit process consistent

2019-09-18 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 17 11:42:27 2019 +0800| [5c0f80d26d187dd01116ad9968cfe60300d39eab] | committer: Michael Niedermayer avcodec/v210enc: make 8bit and 10bit process consistent Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIP

2019-09-18 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 17 11:42:26 2019 +0800| [216dd9fd5c5e820d89622b77de38479e60713504] | committer: Michael Niedermayer avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIP Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/videotoolboxenc: add H264 Extended profile and level

2019-09-16 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Aug 20 19:04:29 2019 +0800| [57951f3019061917bbfccbc67360f561ad0bb466] | committer: Rick Kern avcodec/videotoolboxenc: add H264 Extended profile and level Signed-off-by: Limin Wang Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/f_select: add support for more pixel formats for scene change score calculations

2019-07-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Jul 21 07:27:20 2019 +0800| [b696caba1a6a7d1d6b2aedb58d818ae5253e797a] | committer: Marton Balint avformat/f_select: add support for more pixel formats for scene change score calculations This avoids automatic conversions to rgb if scene change

[FFmpeg-cvslog] avformat/f_select: support scenecut with more pixel formats

2019-07-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Jul 21 07:24:18 2019 +0800| [53462cea2f2a4248d7a1ffe19f4570589d624a9b] | committer: Marton Balint avformat/f_select: support scenecut with more pixel formats This patch does not make other pixel formats usable yet to make sure the test result

[FFmpeg-cvslog] fate: change the scenecut fate threshold

2019-07-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Jul 21 07:24:19 2019 +0800| [d75c7dd45edfb78d8d37da8d589ede49f9612c22] | committer: Marton Balint fate: change the scenecut fate threshold why change .4 to .25, it's for: one scenecut(pkt_pts=20040) isn't detected by 0.4 threshold why not change

[FFmpeg-cvslog] doc/filters: add 4x4 layout example for xstack filter

2019-09-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 26 22:57:42 2019 +0800| [af007e36d1590d431282fd760175d92f631dc48f] | committer: Gyan Doshi doc/filters: add 4x4 layout example for xstack filter Add layouts for existing examples. Reviewed-by: Gyan Signed-off-by: Limin Wang > h

[FFmpeg-cvslog] avfilter/vf_scale: cosmetics

2019-09-27 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 26 23:36:54 2019 +0800| [b9d479bac45bb4ce42b3f685bce5cad8d89f8f71] | committer: Michael Niedermayer avfilter/vf_scale: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] swscale/swscale: cosmetics

2019-09-27 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 26 23:44:59 2019 +0800| [cde1d70a39ade9dba264122727051108a7e7f398] | committer: Michael Niedermayer swscale/swscale: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/exr: cosmetics

2019-09-23 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Sep 23 21:31:33 2019 +0800| [3104100a1270693673be9a7eec386cfe3ab5554d] | committer: Michael Niedermayer avcodec/exr: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_framerate: refine the filter_slice code for better readiablity

2019-09-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 18:18:08 2019 +0800| [fd5fdca95337aaaf82e69af94c8a1a18fe1bce4e] | committer: Marton Balint avfilter/vf_framerate: refine the filter_slice code for better readiablity Signed-off-by: Limin Wang Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avfilter/vf_framerate: limit the scene level max range

2019-09-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 18:18:07 2019 +0800| [b4e7d3a0db94a496858faa099750e35b11c721c7] | committer: Marton Balint avfilter/vf_framerate: limit the scene level max range Reviewed-by: Paul B Mahol Signed-off-by: Limin Wang Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avfilter/vf_framerate: remove duplicate code with macro-based function

2019-09-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 18:18:09 2019 +0800| [86f0411a5270295963d32c42a192193400c2c912] | committer: Marton Balint avfilter/vf_framerate: remove duplicate code with macro-based function Signed-off-by: Limin Wang Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] doc/filters.texi: Fix the confusing description for find_rect and cover_rect command

2019-06-16 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Jun 15 00:48:24 2019 +0800| [1c3ed1189313103e9b889165ef7c59baf699534a] | committer: Michael Niedermayer doc/filters.texi: Fix the confusing description for find_rect and cover_rect command Signed-off-by: Limin Wang Signed-off-by: Michael

[FFmpeg-cvslog] avfilter/vf_lut3d: simplify code

2019-11-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Oct 30 21:20:55 2019 +0800| [99fc5059fbee8a0fd2957f958b34fdec1e9ca361] | committer: Michael Niedermayer avfilter/vf_lut3d: simplify code Signed-off-by: Limin Wang Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] swscale/swscale_unscaled: fix gbrap10be md5 different on big endian system

2019-11-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Oct 30 21:20:52 2019 +0800| [a5e24be52ab0ebea908a566a1b0dbf2584f5631a] | committer: Michael Niedermayer swscale/swscale_unscaled: fix gbrap10be md5 different on big endian system You can reproduce it by below command: ./ffmpeg -f lavfi -i "te

[FFmpeg-cvslog] tests/fate/filter-video: add test for colorlevels

2019-11-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Oct 23 18:27:41 2019 +0800| [66ac7775f7264d2b700708aa7119e2a034532661] | committer: Michael Niedermayer tests/fate/filter-video: add test for colorlevels Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASK

2019-11-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Nov 11 09:05:02 2019 +0800| [72915ca8ba66f96717838439ee13cb3f70f9863f] | committer: Michael Niedermayer avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASK mp3 header bitstream syntax: header() { syncword 12bits bslsf id 1bit

[FFmpeg-cvslog] avformat/mp3dec: cosmetics

2019-11-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Nov 11 09:05:01 2019 +0800| [529145168b005eb4745b606c9d4d8c05c1757df8] | committer: Michael Niedermayer avformat/mp3dec: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] doc/bitstream_filters: Fix copy an paste typo

2019-11-05 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Nov 4 19:09:59 2019 +0800| [377fa6612ae2b47beba02edacc6a22128176dea9] | committer: Michael Niedermayer doc/bitstream_filters: Fix copy an paste typo Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] FATE: add a test for freeezedetect

2019-10-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Oct 21 18:12:13 2019 +0800| [78c0030f344c408d71eb35db7f880ec96a1be03a] | committer: Michael Niedermayer FATE: add a test for freeezedetect Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/hlsenc: fix the av_dirname path isn't include separator in the end of string

2019-10-31 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Oct 23 23:55:15 2019 +0800| [7c872df3e175d1c9de4aeb294abcd7c6ab4bb0f3] | committer: Steven Liu avformat/hlsenc: fix the av_dirname path isn't include separator in the end of string Reviewed-by: Liu Steven Signed-off-by: Limin Wang > h

[FFmpeg-cvslog] avformat/hlsenc: free the original malloc pointer to avoid error when system function used in the following patch

2019-11-13 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Oct 23 23:55:16 2019 +0800| [09afddf04e6fd2f3c62b9e0629764bb04a002cde] | committer: Steven Liu avformat/hlsenc: free the original malloc pointer to avoid error when system function used in the following patch Signed-off-by: Limin Wang > h

[FFmpeg-cvslog] avfilter/f_metadata: remove unneeded code

2019-11-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Oct 10 14:03:54 2019 +0800| [81271b3cce3dea9543feb13d41f6ab285d19b770] | committer: Steven Liu avfilter/f_metadata: remove unneeded code Reviewed-by: Steven Liu Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_elbg: Fix for the seed type

2019-12-04 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Nov 22 09:50:36 2019 +0800| [0485033ae1ddb7f621f7631dcb5b5026dfa4f576] | committer: Michael Niedermayer avfilter/vf_elbg: Fix for the seed type Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/libsrt: change tlpktdrop, nakreport, messageapi options to boolean type

2019-12-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Sep 20 19:17:27 2019 +0800| [79d907774d59119dcfd1c04dae97b52890aec3ec] | committer: Michael Niedermayer avformat/libsrt: change tlpktdrop, nakreport, messageapi options to boolean type Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/vsrc_life: Fix for random_seed type

2019-12-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Nov 22 09:50:38 2019 +0800| [5ee4c12ec277028ece4b18c703dc9cd3e3b885e0] | committer: Michael Niedermayer avfilter/vsrc_life: Fix for random_seed type Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vsrc_cellauto: Fix for random_seed type

2019-12-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Nov 22 09:50:37 2019 +0800| [1d757b111aed1ee41a82184c37793d0f1013ad08] | committer: Michael Niedermayer avfilter/vsrc_cellauto: Fix for random_seed type Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avformat/libsrt: fix for the memory leak if passphrase has been configured by option

2019-12-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Sep 20 19:17:28 2019 +0800| [f9d6addd60b3f9ac87388fe4ae0dc217235af81d] | committer: Michael Niedermayer avformat/libsrt: fix for the memory leak if passphrase has been configured by option Signed-off-by: Limin Wang Signed-off-by: Michael

[FFmpeg-cvslog] swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wrapper

2019-12-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Nov 14 21:46:23 2019 +0800| [8558c231fb8d0a46477f94965a17b94d660b5cfb] | committer: Michael Niedermayer swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wrapper Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/af_silencedetect: document metadata

2019-10-20 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Oct 8 23:04:51 2019 +0800| [0afc1fe1470094e84dfa4e25a7f1bb2d52fbb92c] | committer: Gyan Doshi avfilter/af_silencedetect: document metadata Reviewed-by: Moritz Barsnick Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avfilter/af_silencedetect: use AV_OPT_TYPE_DURATION

2019-10-21 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Oct 8 23:04:52 2019 +0800| [190f52ba3b16fd746886cb288a418db6afe9917e] | committer: Gyan Doshi avfilter/af_silencedetect: use AV_OPT_TYPE_DURATION Reviewed-by: Moritz Barsnick Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/af_silencedetect: change mono default to integer literal

2019-10-21 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Oct 8 23:04:53 2019 +0800| [9c3178808ddf95b33589cd3d6210cff0ed2e3c5e] | committer: Gyan Doshi avfilter/af_silencedetect: change mono default to integer literal Signed-off-by: Limin Wang Reviewed-by: Gyan Doshi > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vsrc_mptestsrc: simplify the code and change the type of frame

2019-10-21 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Oct 21 18:12:12 2019 +0800| [887db368212bb0a66360f70ad636cadbe310997b] | committer: Michael Niedermayer avfilter/vsrc_mptestsrc: simplify the code and change the type of frame Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avfilter/vf_unsharp: rename config_props -> config_input, link -> inlink

2019-10-21 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Oct 14 18:27:04 2019 +0800| [7a477c4b631b03a547c39981da420f7953de6ff1] | committer: Michael Niedermayer avfilter/vf_unsharp: rename config_props -> config_input, link -> inlink Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/vsrc_mptestsrc: add options to set the maximum number of frames

2019-10-21 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Oct 21 18:12:11 2019 +0800| [6079bd5c63e5ef50d110f622d3fab02a48c3a2b0] | committer: Michael Niedermayer avfilter/vsrc_mptestsrc: add options to set the maximum number of frames Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avfilter/asrc_anoisesrc: change color variable to int

2019-10-29 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Oct 26 21:23:24 2019 +0800| [e1c4ce4761fc5cbc904bca8e802fdf65211a6a0a] | committer: Michael Niedermayer avfilter/asrc_anoisesrc: change color variable to int Or it'll cause invalid color and s->filter is NULL. Please reproduce it with below comm

[FFmpeg-cvslog] avcodec/v210dec: add support for frame and slice threading

2019-11-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Nov 25 11:45:10 2019 +0800| [d07d1c1dd06541b3b48f3eacb7d8747a3456c6ad] | committer: Michael Niedermayer avcodec/v210dec: add support for frame and slice threading 1, Test server configure: [root@localhost ~]# cat /proc/cpuinfo |grep "model

[FFmpeg-cvslog] avcodec/v410dec: add support for frame and slice threading

2019-11-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Nov 25 11:40:04 2019 +0800| [f0dbeb5eaa41fa508560ddaee51efa875a602bfc] | committer: Michael Niedermayer avcodec/v410dec: add support for frame and slice threading 1, Test server configure: [root@localhost ~]# cat /proc/cpuinfo |grep "model

[FFmpeg-cvslog] avfilter/vf_yadif: rename config_props -> config_output, link -> outlink

2019-11-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Nov 28 09:41:15 2019 +0800| [c1ed00fd185e347032bbe23b42f66ce027bbecce] | committer: Michael Niedermayer avfilter/vf_yadif: rename config_props -> config_output, link -> outlink Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/vf_libvmaf: Check for av_frame_alloc failure

2019-11-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Nov 20 23:24:22 2019 +0800| [8aa143eaa89cff7a72e2e9c80eb7fbac3b77e5be] | committer: Michael Niedermayer avfilter/vf_libvmaf: Check for av_frame_alloc failure Reviewed-by: Paul B Mahol Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/vf_colorconstancy: av_frame_free() in case of error or direct flag is false

2019-11-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Nov 27 18:46:51 2019 +0800| [3a6ec10d904f5f9d38900a79281000ca1d0a0747] | committer: Michael Niedermayer avfilter/vf_colorconstancy: av_frame_free() in case of error or direct flag is false Signed-off-by: Limin Wang Reviewed-by: Paul B Mahol Signed

[FFmpeg-cvslog] avcodec/dnxhdenc: return error if av_malloc failed

2019-09-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Sep 23 11:36:18 2019 +0800| [3def984a98c3f374db974606013892f71c406af9] | committer: James Almer avcodec/dnxhdenc: return error if av_malloc failed Signed-off-by: Limin Wang Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avutil/avstring: support input path as a null pointer or empty string

2019-10-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 19:23:58 2019 +0800| [a77fb510c2684a43980c79ff85ff36e094cae63c] | committer: Steven Liu avutil/avstring: support input path as a null pointer or empty string Linux and OSX systems support basename and dirname via , I plan to make the wrapper

[FFmpeg-cvslog] avformat/hlsenc: replace with av_dirname to get the directory

2019-10-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 19:24:00 2019 +0800| [28bb73cee77e209a6445d081e7ea577ede29c50f] | committer: Steven Liu avformat/hlsenc: replace with av_dirname to get the directory Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: remove the unnecessary null pointer check

2019-10-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 19:23:59 2019 +0800| [61aa77272a25d83e5ce5c63d93c64bb9a3e15557] | committer: Steven Liu avformat/hlsenc: remove the unnecessary null pointer check Reviewed-by: Steven Liu Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/magicyuv: remove duplicate code

2019-10-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 09:13:52 2019 +0800| [6d18b62db96bf52b70462e9d867f71cb0f12d1a4] | committer: Michael Niedermayer avcodec/magicyuv: remove duplicate code Signed-off-by: Limin Wang Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/h264_sei: fix the size of user data unregistered

2019-12-20 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Dec 19 13:09:06 2019 +0800| [5e5bbd21e6623074370dbeefd595307fa3dfb648] | committer: James Almer avcodec/h264_sei: fix the size of user data unregistered According to the specifications, the payloadSize includes the 16-byte size of UUID. Signed-off

[FFmpeg-cvslog] avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption

2019-12-20 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Dec 20 09:17:21 2019 +0800| [dbb051767fabddc58a7a24e72eeb715fd303dd62] | committer: James Almer avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption Signed-off-by: Limin Wang Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avfilter/vf_mix: change the max range of the number of inputs

2020-01-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jan 6 21:48:39 2020 +0800| [a144cd6a51fea8f28a36e33d397c413871b4613a] | committer: Paul B Mahol avfilter/vf_mix: change the max range of the number of inputs Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_amix: change the max range of the number of inputs

2020-01-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jan 6 21:48:38 2020 +0800| [dd39dbf9839cf86ebc8e1943855ea2ee36a4160f] | committer: Paul B Mahol avfilter/af_amix: change the max range of the number of inputs Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and code

2020-01-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jan 13 21:44:49 2020 +0800| [44a80897e86f3a8d576e8d5a14df218be767aeab] | committer: Michael Niedermayer avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and code Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avfilter/vf_eq: cosmetics

2020-01-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jan 13 21:49:43 2020 +0800| [72a08af8ba3defe60adc894dea16c4ee9f088f88] | committer: Michael Niedermayer avfilter/vf_eq: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avfilter/vf_showinfo: fix the integer handling issues

2020-01-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Jan 9 09:02:11 2020 +0800| [9519c8dbb749c8c658b4ada6f6e03cea7521e611] | committer: Michael Niedermayer avfilter/vf_showinfo: fix the integer handling issues Fixes CID 1457606 and 1457607 Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/utils: replace avctx->internal with avci for better readability

2020-01-10 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Jan 9 09:04:33 2020 +0800| [8a62d88b0ef99d00f680185c94a5526ff0fe381b] | committer: Michael Niedermayer avcodec/utils: replace avctx->internal with avci for better readability Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/wavpack: simplify the code

2020-01-12 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Jan 11 13:31:06 2020 +0800| [8250bb49b19d50d8c8384ebec79371d59d0ccf21] | committer: Michael Niedermayer avcodec/wavpack: simplify the code Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/vc1dec: remove the unneeded ()

2019-12-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Dec 26 09:31:04 2019 +0800| [ef91e3955a73ec9a469d04220611dd2db8119185] | committer: Michael Niedermayer avcodec/vc1dec: remove the unneeded () Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/ass: remove the unneeded ()

2019-12-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Dec 26 09:31:03 2019 +0800| [f8f86f8356cbc37cfc7bc5bcaf62c83450eb0034] | committer: Michael Niedermayer avcodec/ass: remove the unneeded () Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vf_readeia608: fix check for failed av_calloc

2019-12-23 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 23 12:55:58 2019 +0800| [03eb96f9b7bfa2d2c1a4c9f30dff9fd364157e2b] | committer: Paul B Mahol avfilter/vf_readeia608: fix check for failed av_calloc Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_yadif: cosmetics in the pix_fmts[] array

2019-12-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Nov 28 09:34:17 2019 +0800| [3dd6c4478be574d84b8db3af7437ff26830a1393] | committer: Michael Niedermayer avfilter/vf_yadif: cosmetics in the pix_fmts[] array Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avcodec/mvha: fix warning: variable 'size' set but not used

2019-12-27 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Dec 27 23:58:35 2019 +0800| [93671d675597e685215a9ade4ddf7b00271f5767] | committer: James Almer avcodec/mvha: fix warning: variable 'size' set but not used Reviewed-by: Paul B Mahol Signed-off-by: Limin Wang Signed-off-by: James Almer > h

[FFmpeg-cvslog] avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability

2020-01-04 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 16 13:01:49 2019 +0800| [ebbc976ae66774a9de70ea4dcc466bca4aa4f688] | committer: Michael Niedermayer avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] doc/filters: add entry for mean and stdev in showinfo

2020-01-05 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jan 6 09:30:52 2020 +0800| [1e3f4b5f19323321ebca68bd7c1dd496933377a3] | committer: Gyan Doshi doc/filters: add entry for mean and stdev in showinfo Signed-off-by: Limin Wang Signed-off-by: Gyan Doshi > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/decode: replace avctx->internal with avci for better readability

2020-01-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jan 6 18:31:03 2020 +0800| [10f0332fd5f517eba8deab21d115da3f5c800f3a] | committer: Michael Niedermayer avcodec/decode: replace avctx->internal with avci for better readability Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avfilter/vf_showinfo: Fix erroneous results for mean and stdev with pixel bits >8

2020-01-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jan 6 20:54:17 2020 +0100| [d31a1266a789584d7de4a6c2f5d7f862003ad7ad] | committer: Michael Niedermayer avfilter/vf_showinfo: Fix erroneous results for mean and stdev with pixel bits >8 Have tested with be and le pixel format on be and le sys

[FFmpeg-cvslog] avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphens

2020-01-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Jan 7 13:03:52 2020 +0800| [dce2e0657eaa66f82527ab833853cc1da99097ca] | committer: Michael Niedermayer avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphens How to reproduce: ./ffmpeg -f lavfi -i testsrc -c:v libx264 -g 25 -bsf:v

[FFmpeg-cvslog] avformat: add subtitle support in master playlist m3u8

2020-04-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Mar 29 19:13:44 2020 +0800| [cd8c5e89ba4bb9160a1a42c1d612a3f2b9085a6a] | committer: Steven Liu avformat: add subtitle support in master playlist m3u8 Test with the following command for the webvtt subtitle: $ ./ffmpeg -y -i input_with_subtitle.mkv

[FFmpeg-cvslog] avformat/hlsenc: use av_asprintf()

2020-04-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Mar 26 21:57:00 2020 +0800| [99ebb033d21df58b359b496662b066bc48ae6662] | committer: Steven Liu avformat/hlsenc: use av_asprintf() Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file

2020-04-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Mar 26 21:56:57 2020 +0800| [e2e8ef5076bfe20d70c98bed9f142bc4b94c1e2d] | committer: Steven Liu avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file Please testing with the following command: ./ffmpeg -y -i

[FFmpeg-cvslog] avformat/hlsplaylist: simplify code for checking whether the string is empty

2020-04-08 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Mar 26 21:56:58 2020 +0800| [73dc87c4f07f82b9756b3bbf4d4e9f18e46ef2e3] | committer: Steven Liu avformat/hlsplaylist: simplify code for checking whether the string is empty Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/hlsenc: return media_url directly if failed to get seperator

2020-04-09 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Apr 9 09:50:46 2020 +0800| [df08db07110dc00f7dc0ca8bc5162fffcb9008c7] | committer: Steven Liu avformat/hlsenc: return media_url directly if failed to get seperator Fix ticket: 8606 Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/af_acrossover: Check sscanf() return value

2020-04-17 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Mar 29 08:08:04 2020 +0800| [403bee30a57bfa77efebddcebc546df9d3876db2] | committer: Paul B Mahol avfilter/af_acrossover: Check sscanf() return value Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/movenc: cosmetics

2020-04-20 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 4 11:46:27 2020 +0800| [a97281699bc7973e91fb22788d7ac40b17e737aa] | committer: Josh de Kock avformat/movenc: cosmetics Signed-off-by: Limin Wang Signed-off-by: Josh de Kock > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/ebur128: prefer to use variable instead of type for sizeof

2020-04-09 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Apr 9 19:07:20 2020 +0800| [46d2b2071b3f42c6f885efad547080106985dd5e] | committer: Michael Niedermayer avfilter/ebur128: prefer to use variable instead of type for sizeof Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/xsubdec: replace data_size with got_sub_ptr for better readability

2020-03-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Mar 24 19:05:16 2020 +0800| [2d244c9a00025acd1745ce9d89f2c681d8e99fd1] | committer: Michael Niedermayer avcodec/xsubdec: replace data_size with got_sub_ptr for better readability Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/pgssubdec: replace data_size with got_sub_ptr for better readability

2020-03-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Mar 24 19:05:17 2020 +0800| [766888e5194d2fd4f6543c9d759cb66133274f83] | committer: Michael Niedermayer avcodec/pgssubdec: replace data_size with got_sub_ptr for better readability Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readability

2020-03-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Mar 24 19:05:19 2020 +0800| [157873623f0e0278db5bf5164387d8cc4eac90a0] | committer: Michael Niedermayer avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readability Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/libzvbi-teletextdec: replace data_size with got_sub_ptr for better readability

2020-03-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Mar 24 19:05:18 2020 +0800| [8ea4efffdb5c14e2fd2c822c9bac2cf62a5e9381] | committer: Michael Niedermayer avcodec/libzvbi-teletextdec: replace data_size with got_sub_ptr for better readability Signed-off-by: Limin Wang Signed-off-by: Michael

[FFmpeg-cvslog] avfilter/vf_showinfo: check if the s12m data size is valid

2020-03-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Mar 25 18:45:47 2020 +0800| [aa822007a4bb7a8855fee66af25d99bf5bddac23] | committer: Michael Niedermayer avfilter/vf_showinfo: check if the s12m data size is valid Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avfilter/vf_showinfo: limit the max number of timecode

2020-03-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Mar 25 18:45:48 2020 +0800| [585ac1ff5b3009353d3dc0e88068e0d91b4470a4] | committer: Michael Niedermayer avfilter/vf_showinfo: limit the max number of timecode Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avformat/dashenc: cosmetics

2020-04-29 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Apr 26 17:49:18 2020 +0800| [839d024fabf28438203b27253ef6f3491684d906] | committer: Karthick J avformat/dashenc: cosmetics Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashenc: use local variable and avoid calculate duration multiple times

2020-04-29 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Apr 26 17:49:19 2020 +0800| [759565ccf8ce0a14b536f870b36405dcef791b1b] | committer: Karthick J avformat/dashenc: use local variable and avoid calculate duration multiple times Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

  1   2   3   4   5   >