[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] 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/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] 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] 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.git

[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.git

[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] avutil/avstring: support input path as a null pointer or empty string

2019-10-07 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-07 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-07 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] avformat/hlsenc: replace with av_freep for all av_free

2019-10-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Sep 24 19:24:01 2019 +0800| [afab93ccd097169b2a598768af4a9273332f3619] | committer: Steven Liu avformat/hlsenc: replace with av_freep for all av_free Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[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] 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.git

[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/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/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

[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-30 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 &

[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] 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] 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] 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] 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: 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.git

[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/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] avformat/mp3dec: Check for occurances of headers within frames during probing

2019-11-16 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Nov 8 00:16:22 2019 +0800| [c22665ae691ca313793330bfa7c9a2b70d53cbdf] | committer: Michael Niedermayer avformat/mp3dec: Check for occurances of headers within frames during probing Fixes misdetection of zYLx.wav Reviewed-by: Paul B Mahol Signed

[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] 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] 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) 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) in case of error or direct flag is false Signed-off-by: Limin Wang Reviewed-by: Paul B M

[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_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] 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] 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] 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/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] 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/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 Alme

[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 system

[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] 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] 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] 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] 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] 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.git

[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] avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed

2020-03-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Dec 24 09:06:18 2019 +0800| [a289cc564338e4278bad07dfaee74c6262bdab30] | committer: Michael Niedermayer avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > h

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

2020-03-23 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Mar 22 23:03:21 2020 +0800| [750a81ba990ba8592d3fa4f713ab8f47b33b8de5] | committer: Michael Niedermayer avformat/mxfdec: use av_asprintf() Signed-off-by: Limin Wang Reviewed-by: Tomas Härdin Signed-off-by: Michael Niedermayer > h

[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] 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] 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: 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/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.git

[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/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] 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] 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] avcodec/bsf: simplify the code

2020-04-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 18 12:17:16 2020 +0800| [56b9130fff1ab71f166995bda7583a83e86d2467] | committer: Marton Balint avcodec/bsf: simplify the code Signed-off-by: Limin Wang Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/movenc: cosmetics

2020-04-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Apr 25 22:29:03 2020 +0800| [0b11ad51727a71f1660b4ed6b7926ea600b05cc7] | committer: Michael Niedermayer avformat/movenc: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/dashenc: cosmetics

2020-04-28 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-28 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.

[FFmpeg-cvslog] avformat/dashenc: use av_reallocp_array()

2020-04-28 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Apr 26 17:49:20 2020 +0800| [a9029703bb1a8272fa7e2fd33393c273e5ad7ff6] | committer: Karthick J avformat/dashenc: use av_reallocp_array() Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

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

2020-04-29 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Apr 26 18:50:09 2020 +0800| [a124f4ebff5d7784edd25c399275f241f8026338] | committer: Michael Niedermayer MAINTAINERS: add myself to the general developers list Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avformat/utils: change the duration to int64_t for update_initial_durations

2020-04-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Apr 29 07:49:24 2020 +0800| [8afa03a5f682cec9925b302a092d66a0532ae328] | committer: Limin Wang avformat/utils: change the duration to int64_t for update_initial_durations Reviewed-by: Michael Niedermayer Signed-off-by: Limin Wang > h

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

2020-04-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Mar 29 09:08:13 2020 +0800| [ee5d6d2ef88a3a7fd480435cf931dd6165bbb688] | committer: Limin Wang avfilter/vf_mix: Check sscanf() return value Reviewed-by: Nicolas George Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git

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

2020-04-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Mar 29 08:08:05 2020 +0800| [f441fadbcffa32b71470220b522d4971a774e760] | committer: Limin Wang avfilter/af_adelay: Check sscanf() return value Reviewed-by: Michael Niedermayer Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/mpegts: fix av_freep for dovi pointer

2020-04-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Apr 30 21:20:28 2020 +0800| [9dd2587f60015a211f3120233e44e829ffd66c6f] | committer: Jun Zhao avformat/mpegts: fix av_freep for dovi pointer Reviewed-by: Andreas Rheinhardt Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/mov: fix av_freep for dovi pointer

2020-04-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Apr 30 21:19:11 2020 +0800| [1112823962ab2e881359e5d60d706ba322ea8551] | committer: Jun Zhao avformat/mov: fix av_freep for dovi pointer Reviewed-by: Andreas Rheinhardt Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macros

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Apr 3 21:04:53 2020 +0800| [1726eefec6ad9b4c103c79058693e9dc0e5aaa5f] | committer: Limin Wang avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macros Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/concat: priv_data should be freed internally

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Apr 3 21:03:06 2020 +0800| [6da653e525d57484bb1e5988a08255e9bbb6cf41] | committer: Limin Wang avformat/concat: priv_data should be freed internally Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashenc: remove the arbitrary restrictions for filename

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Apr 8 09:34:28 2020 +0800| [52bd9342dc90edac22994f37a092ba9d4be1bdaa] | committer: Limin Wang avformat/dashenc: remove the arbitrary restrictions for filename Reviewed-by: Andreas Rheinhardt Signed-off-by: Limin Wang > http://git.videolan.

[FFmpeg-cvslog] doc/utils: add more examples for valid time duration

2020-05-01 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Apr 8 10:10:44 2020 +0800| [e7626e4e7975ff887478ecd53a39f06b3d629751] | committer: Limin Wang doc/utils: add more examples for valid time duration Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/nvenc_hevc: add spatial-aq and temporal-aq option to consistent with nvenc_h264

2020-05-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Apr 15 10:09:01 2020 +0800| [f88a7aa49a7ee21281e7d76b09e99eed11e908f3] | committer: Limin Wang avcodec/nvenc_hevc: add spatial-aq and temporal-aq option to consistent with nvenc_h264 Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/prores_metadata_bsf: add arib-std-b67 format support

2020-05-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Nov 4 19:10:01 2019 +0800| [d8bc4d23e3698e00867c358b9df9efc94cb5ab9a] | committer: Limin Wang avcodec/prores_metadata_bsf: add arib-std-b67 format support It's based on the following specs: RDD 45:2017 - SMPTE Registered Disclosur

[FFmpeg-cvslog] avformat/libsrt: clarify option description for timeout and latency unit of measurement

2020-05-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Mar 31 22:08:07 2020 +0800| [6e95ce8cc9ae30e0e617e96e8d7e46a696b8965e] | committer: Limin Wang avformat/libsrt: clarify option description for timeout and latency unit of measurement Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/libsrt: change open_timeout to int64_t to avoid integer overflow

2020-05-02 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Mar 31 22:08:08 2020 +0800| [e9b35a249d224b2a93ffe45a1ffb7448972b83f3] | committer: Limin Wang avformat/libsrt: change open_timeout to int64_t to avoid integer overflow Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git

  1   2   3   4   5   >