> On Mar 29, 2024, at 06:51, Romain Beauxis wrote:
>
> On Mon, Mar 25, 2024, 19:58 Romain Beauxis wrote:
>
>> This patch adds support for updating HLS metadata passed as ID3 frames.
>>
>> This seems like a pretty straight-forward improvement. Updating the
>> metadaata of the first stream se
> On Mar 30, 2024, at 12:21, Andreas Rheinhardt
> wrote:
>
> Andreas Rheinhardt:
Hi Andreas,
>> Besides being redundant, freeing manually is actually harmful here,
>> as rtmp_close() may call gen_fcunpublish_stream() which dereferences
>> rt->playpath.
>>
>> Reported-by: Armin Hasitzka
>> S
> On Mar 18, 2024, at 18:11, Gyan Doshi wrote:
>
> ---
> tests/fate/lavf-container.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/fate/lavf-container.mak b/tests/fate/lavf-container.mak
> index b18ed2362b..7a925117c3 100644
> --- a/tests/fate/lavf-container.m
> On Mar 18, 2024, at 18:23, Jean-Baptiste Kempf wrote:
>
>
>
> On Mon, 18 Mar 2024, at 11:01, Steven Liu via ffmpeg-devel wrote:
>> Changelog | 1 +
>> 1 file changed, 1 insertion(+)
>
> Obviously LGTM.
Applied
>
> jbk
Thanks jb
>
> --
> Jean-Baptiste Kempf - President
> +33 672 704 7
> On Mar 5, 2024, at 18:27, Andreas Rheinhardt
> wrote:
>
> This is intended to avoid -Wformat= warnings on systems
> where %s might not be supported (and also generally emitted
> by GCC with -pedantic).
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavformat/hlsenc.c | 19
> On Jan 21, 2024, at 22:47, Jianfeng Zheng wrote:
>
> Zhao Zhili 于2024年1月20日周六 12:22写道:
>>
>>
>>> -Original Message-
>>> From: ffmpeg-devel On Behalf Of
>>> jianfeng.zheng
>>> Sent: 2024年1月19日 23:53
>>> To: ffmpeg-devel@ffmpeg.org
>>> Cc: jianfeng.zheng
>>> Subject: [FFmpeg-devel
> 在 2020年1月31日,下午11:24,Nicolas George 写道:
>
> Liu Steven (12020-01-31):
>> Just more safe than without check.
>
> This is a mistake, a common one: this is not safer, it is less: the
> caller has the incorrect assumption that their pointer is not NULL, and
> you ar
> 在 2020年1月31日,下午8:14,Liu Steven 写道:
>
>
>
>> 在 2020年1月31日,下午8:07,Nicolas George 写道:
>>
>> Liu Steven (12020-01-31):
>>> for example: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=250
>>
>> Yes, I saw it shortly afterwards.
> 在 2020年1月31日,下午8:07,Nicolas George 写道:
>
> Liu Steven (12020-01-31):
>> for example: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=250
>
> Yes, I saw it shortly afterwards. Seems misguided: same result for a
> protocol not found (normal behavior, must be h
> 在 2020年1月31日,下午7:13,Nicolas George 写道:
>
> Steven Liu (12020-01-31):
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/protocols.c | 2 ++
>> 1 file changed, 2 insertions(+)
>
> In what situation is it useful for the caller?
for example: https://patchwork.ffmpeg.org/project/ffmpeg/list/?ser
> 在 2020年1月30日,下午10:03,Jun Zhao 写道:
>
> From: Jun Zhao
>
> fix crash when used the command like:
> - ffmpeg -h protocol
> - ffmpeg -h protocol=
>
> Signed-off-by: Jun Zhao
> ---
> fftools/cmdutils.c |8 +++-
> 1 files changed, 7 insertions(+), 1 deletions(-)
>
> diff --git a/fftools
> 在 2020年1月27日,下午3:29,Jean-Baptiste Kempf 写道:
>
> Hello fellow developers,
>
> As a reminder, this week-end is the FOSDEM, in Brussels.
Looks very interesting.
>
> As promised, we will do a FFmpeg developer meeting, where we will vote on the
> decisions taken during VDD.
> Notably, re-elect
> 在 2019年12月29日,下午4:12,Michael Niedermayer 写道:
>
> On Sun, Dec 29, 2019 at 01:14:47PM +0800, Liu Steven wrote:
>>
>>
>>> 在 2019年11月28日,上午5:24,Michael Niedermayer 写道:
>>>
>>> On Wed, Nov 27, 2019 at 01:57:02PM +0800, Steven Liu wrote:
>&
> 在 2019年11月28日,上午5:24,Michael Niedermayer 写道:
>
> On Wed, Nov 27, 2019 at 01:57:02PM +0800, Steven Liu wrote:
>> Signed-off-by: Steven Liu
>> ---
>> fftools/cmdutils.c | 14 ++
>> fftools/ffmpeg_opt.c | 2 +-
>> 2 files changed, 15 insertions(+), 1 deletion(-)
>
> i think the pa
> 在 2019年12月21日,下午7:02,Marvin Scholz 写道:
>
> On 17 Dec 2019, at 1:17, Marvin Scholz wrote:
>
>> When the user decides they do not want to to send the Icy-MetaData
>> header, this should be respected for all requests, not just the first
>> one.
>>
>> Fix #5578
>> ---
>> libavformat/hls.c | 2 +
> 在 2019年12月21日,下午7:03,Marvin Scholz 写道:
>
> On 17 Dec 2019, at 1:45, Marvin Scholz wrote:
>
>> When the user decides they do not want to to send the Icy-MetaData
>> header, this should be respected for all requests, not just the first
>> one.
>>
>> Fix #5578
>> ---
>> libavformat/dashdec.c |
> 在 2019年12月3日,下午7:00,Jun Zhao 写道:
>
> From: Jun Zhao
>
> This happens if ffurl_open_whitelist fails and stream is unset.
>
> Signed-off-by: Jun Zhao
> ---
> libavformat/rtmpproto.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/rtmpproto.c b/liba
> 在 2019年11月30日,上午2:21,Michael Niedermayer 写道:
>
> On Fri, Nov 29, 2019 at 01:15:59PM +0800, Steven Liu wrote:
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/rtpenc_mpegts.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/libavformat/rtpenc_mpegts.c b/libavfor
> 在 2019年11月30日,下午12:24,Guo, Yejun 写道:
>
> Signed-off-by: Guo, Yejun
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7f60ef0..5d02520 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -369,6 +369,8 @@ Filters:
> Sources:
> vs
> 在 2019年11月29日,上午2:48,Michael Niedermayer 写道:
>
> On Thu, Nov 28, 2019 at 11:26:24AM +0800, Steven Liu wrote:
>>
>>
>>> 在 2019年11月28日,04:06,Michael Niedermayer 写道:
>>>
>>> mm-short.mpg
>> Hi Michael,
>>
>> Where should i download the file mm-short.mpg?
>
> you can make it yourself,
> 在 2019年11月26日,下午8:35,Nicolas George 写道:
>
> Andriy Gelman (12019-11-26):
>>> + * @param name protocol name
>> extra name ^
>
> No, it is the normal pattern, to mean "the variable 'name' is the name
> of the protocol".
>
> But it is indeed a completely useless precision, much like the infa
> 在 2019年10月25日,上午10:34,Jun Li 写道:
>
> On Fri, Oct 18, 2019 at 11:56 AM Jun Li wrote:
>
>>
>>
>> On Wed, Oct 9, 2019 at 3:42 PM Jun Li wrote:
>>
>>>
>>>
>>> On Mon, Oct 7, 2019 at 6:36 PM Jun Li wrote:
>>>
On Mon, Oct 7, 2019 at 6:34 PM Jun Li wrote:
> Fix
> 在 2019年10月17日,下午4:09,Jun Li 写道:
>
> On Sun, Oct 13, 2019 at 2:14 PM Jun Li wrote:
>
>> Fix #7620
>> In the case tee muxer with both "bsf" and "use_fifo" parameters
>> will trigger this bug. Tee muxer will first steal parameters (like "f",
>> "select"...) and then "use_fifo" will try reading
> 在 2019年10月21日,下午3:50,Jörg Beckmann 写道:
>
> Hi all,
>
> I've written an application to record audio streams continuously for
> broadcasters using the FFmpeg libraries. For most stream types it's working
> without any problems. One major exception are M4A encoded audio streams,
> received f
> 在 2019年10月6日,上午11:37,Jun Li 写道:
>
> Fix #7620
> In the case tee muxer with both "bsf" and "use_fifo" parameters
> wil trigger this bug. Tee muxer will first steal parameters (like "f",
> "select"...) and then "use_fifo" will try reading out remaining options
> and pass them to fifo as option
> 在 2019年10月7日,下午1:06,Steven Liu 写道:
>
> because the interp >= 0UL comparison of an unsigned value is always true
> fix CID: 1454642
>
> Signed-off-by: Steven Liu
> ---
> libavfilter/vf_delogo.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/vf_delogo.c b
> 在 2019年9月25日,下午8:11,Carl Eugen Hoyos 写道:
>
> Am Mi., 25. Sept. 2019 um 11:35 Uhr schrieb Carl Eugen Hoyos
> :
>>
>> Hi!
>>
>> Attached patch helps users fixing ticket #8197.
LGTM
>>
>> Please comment, Carl Eugen
Thanks
Steven
___
ffmpeg-dev
> 在 2019年9月20日,下午8:20,vectronic 写道:
>
>
>
>> On 16 Sep 2019, at 11:55, Liu Steven wrote:
>>
>>
>>
>>> 在 2019年9月16日,下午6:44,vectronic 写道:
>>>
>>> prevent attempt to call xmlFree if val was not allocated
>>>
>>
> 在 2019年9月16日,下午7:25,lance.lmw...@gmail.com 写道:
>
> From: Limin Wang
>
> Reviewed-by: Liu Steven
> Signed-off-by: Limin Wang
> ---
> libavformat/hlsenc.c | 26 ++
> 1 file changed, 2 insertions(+), 24 deletions(-)
>
> diff --git a/l
> 在 2019年9月16日,下午7:25,lance.lmw...@gmail.com 写道:
>
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavformat/hlsenc.c | 64 ++--
> 1 file changed, 32 insertions(+), 32 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> 在 2019年9月16日,下午6:44,vectronic 写道:
>
> prevent attempt to call xmlFree if val was not allocated
>
> fixes: 8135
> Signed-off-by: vectronic
> ---
> libavformat/dashdec.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 8c0a9b0102..
> 在 2019年9月16日,下午4:19,Tomas Härdin 写道:
>
> mån 2019-09-16 klockan 09:03 +0800 skrev lance.lmw...@gmail.com:
>> From: Limin Wang
>>
>> Signed-off-by: Limin Wang
>> ---
>> libavutil/avstring.c | 12
>> libavutil/avstring.h | 13 +
>> 2 files changed, 17 insertions(+), 8
> 在 2019年9月16日,上午9:03,lance.lmw...@gmail.com 写道:
>
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavformat/hlsenc.c | 31 ++-
> 1 file changed, 2 insertions(+), 29 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 1f2bdf
> 在 2019年8月29日,上午9:27,lance.lmw...@gmail.com 写道:
>
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7f60ef0021..4110d38354 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -243,6
> 在 2019年9月16日,上午9:03,lance.lmw...@gmail.com 写道:
>
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavutil/avstring.c | 12
> libavutil/avstring.h | 13 +
> 2 files changed, 17 insertions(+), 8 deletions(-)
>
> diff --git a/libavutil/avstring.c b/libavutil/a
> 在 2019年9月11日,下午8:36,Andreas Rheinhardt 写道:
>
> This commit fixes a memleak in the hls muxer when one uses a single file
> as output. It has been forgotten to free the temporary buffers used to write
> the packets so that the size of the leaks basically amounts to the size
> of the output file
> 在 2019年9月8日,下午2:55,Andreas Rheinhardt 写道:
>
> Liu Steven:
>>
>>
>>> 在 2019年8月9日,下午5:30,Liu Steven 写道:
>>>
>>>
>>>
>>>> 在 2019年8月5日,上午10:29,Steven Liu 写道:
>>>>
>>>> just remove the 'i
> 在 2019年9月3日,上午10:41,Steven Liu 写道:
>
> when the playlist is master playlist, there have many playlist.
> the workflow should continue if one of the playlist is broken.
>
> Signed-off-by: Steven Liu
> ---
> libavformat/hls.c | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
>
> 在 2019年9月3日,上午9:55,Steven Liu 写道:
>
> fix ticket: 7811
>
> Signed-off-by: Steven Liu
> ---
> libavformat/hls.c | 20 +++-
> 1 file changed, 15 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index 61b6759ef5..3aee7a19ae 100644
> --- a/l
> 在 2019年9月3日,下午3:24,Paul B Mahol 写道:
>
> On 9/2/19, Steven Liu wrote:
>> when the area outside of the frame, then use expr should
>> give user warning message and auto set to the area inside of the frame.
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavfilter/vf_delogo.c | 14 ++
> 在 2019年9月3日,下午3:24,Paul B Mahol 写道:
>
> On 9/2/19, Steven Liu wrote:
>> when the area outside of the frame, then use expr should
>> give user warning message and auto set to the area inside of the frame.
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavfilter/vf_delogo.c | 14 ++
> 在 2019年8月27日,上午11:02,Steven Liu 写道:
>
> Signed-off-by: Steven Liu
> ---
> libavfilter/vf_delogo.c | 72 ++---
> 1 file changed, 68 insertions(+), 4 deletions(-)
>
> diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c
> index 065d093641..b50699fb
> 在 2019年8月22日,下午6:28,Xuewei Meng 写道:
>
> Add the support of dehaze filter in existing derain filter source
> code. As the processing procedure in FFmpeg is the same for current
> derain and dehaze, we reuse the derain filter source code. The
> model training and generation scripts are in repo
> 在 2019年8月22日,下午5:08,Xuewei Meng 写道:
>
> Add the support of dehaze filter in existing derain filter source
> code. As the processing procedure in FFmpeg is the same for current
> derain and dehaze, we reuse the derain filter source code. The
> model training and generation scripts are in repo
> 在 2019年8月19日,上午11:14,Liu Steven 写道:
>
>
>
>> 在 2019年8月19日,上午9:42,lance.lmw...@gmail.com 写道:
>>
>> From: Limin Wang
>>
>> Signed-off-by: Limin Wang
>> ---
>> libavformat/hlsenc.c | 2 +-
>> 1 file changed, 1 insertion(
> 在 2019年8月19日,下午9:01,Jun Zhao 写道:
>
> From: Jun Zhao
>
> free the old_filname to avoid memory leak in error handle
> path.
>
> Signed-off-by: Jun Zhao
> ---
> libavformat/hlsenc.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavform
> 在 2019年8月19日,下午2:18,Jean-Baptiste Kempf 写道:
>
> On Sat, Aug 17, 2019, at 11:48, Paul B Mahol wrote:
>> When and how to organize this?
>
> You have the choice:
> - IBC
> - GSoC summit
> - VDD
And welcome to LiveVideoStack at China.
Jun Zhao, Zhong Li and some developers are here :D
>
> Bes
> 在 2019年8月19日,上午9:42,lance.lmw...@gmail.com 写道:
>
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavformat/hlsenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index f6f9c8161d..149b2a3bd0 100644
> --- a/l
> 在 2019年8月9日,下午5:30,Liu Steven 写道:
>
>
>
>> 在 2019年8月5日,上午10:29,Steven Liu 写道:
>>
>> just remove the 'i' of the v3 mail subject.
>> write mpegts or fmp4 context into buffer, and flush the buffer into
>> output file when split fragment.
> 在 2019年8月11日,下午4:41,Steven Liu 写道:
>
>
>
>> 在 2019年8月10日,23:53,lance.lmw...@gmail.com 写道:
>>
>> From: Limin Wang
>>
>> Signed-off-by: Limin Wang
>> ---
>> libavformat/dump.c | 12 ++--
>> 1 file changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/libavformat/dump.c b/lib
> 在 2019年8月5日,上午10:29,Steven Liu 写道:
>
> just remove the 'i' of the v3 mail subject.
> write mpegts or fmp4 context into buffer, and flush the buffer into
> output file when split fragment. merge two format split workflow into
> one workflow
>
> Signed-off-by: Steven Liu
> ---
> libavformat/h
> 在 2019年8月8日,上午12:32,Jun Zhao 写道:
>
> From: Jun Zhao
>
> Add http_seekable option for HTTP partial requests, when The
> EXT-X-BYTERANGE tag indicates that a Media Segment is a sub-range
> of the resource identified by its URI, we can use HTTP partial
> requests to get the Media Segment.
>
>
ignore this version patch please, the subject incorrect.
> 在 2019年8月5日,上午10:26,Steven Liu 写道:
>
> write mpegts or fmp4 context into buffer, and flush the buffer into
> output file when split fragment. merge two format split workflow into
> one workflow
>
> Signed-off-by: Steven Liu
> ---
> lib
> 在 2019年7月30日,下午5:16,Steven Liu 写道:
>
> Signed-off-by: Steven Liu
> ---
> tests/fate/hlsenc.mak | 11 +
> tests/ref/fate/hls-segment-single | 772 ++
> 2 files changed, 783 insertions(+)
> create mode 100644 tests/ref/fate/hls-segment-single
>
> diff --
ignore this patch please, i will resend the v2 version.
> 在 2019年7月31日,下午2:38,Steven Liu 写道:
>
> write mpegts or fmp4 context into buffer, and flush the buffer into
> output file when split fragment. merge two format split workflow into
> one workflow
>
> Signed-off-by: Steven Liu
> ---
> liba
Ignore this patch please.
> 在 2019年7月30日,下午5:07,Steven Liu 写道:
>
> Signed-off-by: Steven Liu
> ---
> tests/fate/hlsenc.mak| 11 +
> tests/ref/fate/hls-list-size | 618 +++
> 2 files changed, 629 insertions(+)
> create mode 100644 tests/ref/fate/hls-list-si
> 在 2019年7月4日,下午6:15,Gyan 写道:
>
>
>
> On 04-07-2019 02:37 PM, Liu Steven wrote:
>>
>>> 在 2019年7月4日,下午4:49,Gyan 写道:
>>>
>>>
>>>
>>> On 28-06-2019 08:36 PM, Jun Zhao wrote:
>>>> From: Jun Zhao
&
> 在 2019年7月4日,下午4:49,Gyan 写道:
>
>
>
> On 28-06-2019 08:36 PM, Jun Zhao wrote:
>> From: Jun Zhao
>>
>> fix and update docs for HLS muxer
>>
>> Signed-off-by: Jun Zhao
>> ---
>> doc/muxers.texi | 24
>> 1 files changed, 16 insertions(+), 8 deletions(-)
>>
>> dif
> 在 2019年7月1日,下午7:03,Moritz Barsnick 写道:
>
> On Mon, Jul 01, 2019 at 17:43:59 +0800, Steven Liu wrote:
>> -av_log(h, AV_LOG_ERROR, "URL read error: %d\n", read_ret);
>> +av_log(h, AV_LOG_ERROR, "URL read error: %s\n",
>> av_err2str(read_ret));
>
> 在 2019年7月1日,下午4:49,Nicolas George 写道:
>
> Liu Steven (12019-07-01):
>> Just leave the old numeric code to some people like it. I think the
>> better to remove it, but i cannot sure if that is useful to other
>> people :D.
>
> Many places only print the e
> 在 2019年7月1日,下午4:49,Nicolas George 写道:
>
> Liu Steven (12019-07-01):
>> Just leave the old numeric code to some people like it. I think the
>> better to remove it, but i cannot sure if that is useful to other
>> people :D.
>
> Many places only print the e
> 在 2019年7月1日,下午3:47,Nicolas George 写道:
>
> Steven Liu (12019-07-01):
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/http.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Any reason to leave the nummeric code at all?
Just leave the old numeric code to some people like it. I t
> 在 2019年6月29日,上午7:03,Stefan _ 写道:
>
> Hi,
>
> attached patch fixes a small oversight in dashdec.
>
> YouTube uses DASH manifests structured like this for live recordings,
> seeking is currently broken in those cases.
>
> <0001-dashdec-Fix-reading-values-from-SegmentTimeline-insi.patch>
> 在 2019年6月28日,下午7:55,Bodecs Bela 写道:
>
> Dear All,
>
> throughout hlsenc code, all filename related buffer lengths are set
> hardcoded as 1024. This PATCH change it to general value as MAX_URL_SIZE
> of internal.h
>
> please review this patch.
>
> thank you in advance,
>
> best regards,
>
> 在 2019年6月28日,上午4:36,Bodecs Bela 写道:
>
> ping
>
> 2019.06.24. 18:01 keltezéssel, Bodecs Bela írta:
>> Dear All,
>>
>> currently master playlist and subtitle playlist creation does not use
>> temporary files even when temp_file flag is set. Most of the use cases
>> it is not a problem because
> 在 2019年6月27日,下午4:37,Paul B Mahol 写道:
>
> On 6/27/19, Paul B Mahol wrote:
>> On 6/27/19, Steven Liu wrote:
>>> Signed-off-by: Steven Liu
>>> ---
>>> libavcodec/cfhd.c | 14 --
>>> 1 file changed, 14 deletions(-)
>>>
>>> diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
>>> inde
> 在 2019年6月20日,上午1:37,Michael Niedermayer 写道:
>
> On Wed, Jun 19, 2019 at 10:03:51AM +, Bodecs Bela wrote:
>> ffmpeg | branch: master | Bodecs Bela | Mon Jun 17
>> 23:05:21 2019 +0200| [09a4853930e7950f423e9161004871afe659ed84] | committer:
>> Steven Liu
>>
>> av_format/hlsenc: fix %v h
> 在 2019年6月19日,下午6:00,Bodecs Bela 写道:
>
>
> 2019.06.19. 11:37 keltezéssel, Michael Niedermayer írta:
>> On Tue, Jun 18, 2019 at 11:09:12PM +0200, Bodecs Bela wrote:
>>> Dear All,
>>>
>>> When multiple variant streams are specified by var_stream_map option, %v
>>> placeholder in various names
> 在 2019年6月19日,下午6:00,Bodecs Bela 写道:
>
>
> 2019.06.19. 11:37 keltezéssel, Michael Niedermayer írta:
>> On Tue, Jun 18, 2019 at 11:09:12PM +0200, Bodecs Bela wrote:
>>> Dear All,
>>>
>>> When multiple variant streams are specified by var_stream_map option, %v
>>> placeholder in various names
> 在 2019年6月14日,上午9:35,Jun Zhao 写道:
>
> From: Jun Zhao
>
> More log message, it's will help the debugging
>
> Signed-off-by: Jun Zhao
> ---
> libavformat/hls.c |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index b5df
https://patchwork.ffmpeg.org/patch/13388/
reference this patch.
> 在 2019年6月14日,上午9:35,Jun Zhao 写道:
>
> From: Jun Zhao
>
> Save and forward more avio options same as HLS demuxer
>
> Signed-off-by: Jun Zhao
> ---
> libavformat/dashdec.c |4 +++-
> 1 files changed, 3 insertions(+), 1 deletio
> 在 2019年6月6日,下午2:06,Lance Wang 写道:
>
> On Sun, May 26, 2019 at 8:08 AM wrote:
>
>> From: Limin Wang
>>
>> The test ffmpeg command in iMAC system:
>> ./ffmpeg -y -i input.ts -i ./logo.png -filter_complex
>> overlay=50:50:format=yuv420p10 -c:v hevc_videotoolbox ./test.ts
>> Now I have test
> 在 2019年6月4日,下午1:38,Jun Zhao 写道:
>
> From: Jun Zhao
>
> Pass correct pointer to av_log() and update some error/warning message,
> it's will help the debugging
>
> Signed-off-by: Jun Zhao
> ---
> libavformat/hls.c | 22 ++
> 1 files changed, 14 insertions(+), 8 deletion
> 在 2019年5月28日,下午4:01,Guo, Yejun 写道:
>
> For example, given TensorFlow model file espcn.pb,
> to generate native model file espcn.model, just run:
> python convert.py espcn.pb
>
> In current implementation, the native model file is generated for
> specific dnn network with hard-code python scr
> 在 2019年5月22日,下午3:10,Gyan 写道:
>
>
> Helps users to identify temp files for a given instance.
>
> In the longer term, we should aim to clean up all temp files.
>
> Gyan
> <0001-avutil-file_open-log-temp-filename.patch>___
Why don’t use AV_LOG_DEBUG
> 在 2019年5月21日,下午8:48,Guo, Yejun 写道:
>
>
>
>> -Original Message-
>> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
>> Xuewei Meng
>> Sent: Tuesday, May 21, 2019 2:53 PM
>> To: ffmpeg-devel@ffmpeg.org
>> Subject: [FFmpeg-devel] [PATCH] libavfilter/dnn_native:
> 在 2019年5月17日,下午1:20,Gyan 写道:
>
>
>
> On 17-05-2019 10:36 AM, Liu Steven wrote:
>>
>>> 在 2019年5月17日,下午12:46,Gyan 写道:
>>>
>>>
>>>
>>> On 17-05-2019 03:14 AM, Steven Liu wrote:
>>>>> 在 2019年5月17日,02
> 在 2019年5月17日,下午12:46,Gyan 写道:
>
>
>
> On 17-05-2019 03:14 AM, Steven Liu wrote:
>>
>>> 在 2019年5月17日,02:57,Gyan 写道:
>>>
>>>
>>>
>>> On 16-05-2019 11:13 AM, Steven Liu wrote:
Hold on the old repository link and mention new repository link
development continues
Sign
> 在 2019年5月16日,下午1:15,Gyan 写道:
>
>
>
> On 16-05-2019 10:39 AM, Liu Steven wrote:
>>
>>> 在 2019年5月16日,下午12:40,Gyan 写道:
>>>
>>>
>>>
>>> On 16-05-2019 08:20 AM, Steven Liu wrote:
>>>> The https://github.com/
> 在 2019年5月16日,下午12:40,Gyan 写道:
>
>
>
> On 16-05-2019 08:20 AM, Steven Liu wrote:
>> The https://github.com/HighVoltageRocknRoll/sr.git looks have stop
>> maintaince, so link it to new repository
>>
>> Signed-off-by: Steven Liu
>> ---
>> doc/filters.texi | 2 +-
>> 1 file changed, 1 insert
> 在 2019年5月8日,下午5:33,xwm...@pku.edu.cn 写道:
>
>
>
>
> This patch is for the support of derain filter project in GSoC. It adds
> supports for the following operations:
>
>
>
>
> (1) Conv padding method: "SAME", "VALID" and "SAME_CLAMP_TO_EDGE"
>
>
>
>
> These operations are all needed
> 在 2019年4月11日,下午12:03,Liu Steven 写道:
>
>
>
>> 在 2019年4月11日,上午11:55,Jun Li 写道:
>> ...
>>
>> Ping.
> LGTM
Pushed
Thanks
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailma
> 在 2019年4月11日,下午1:46,xwm...@pku.edu.cn 写道:
>
>
>
>
>> -----原始邮件-
>> 发件人: "Liu Steven"
>> 发送时间: 2019-04-09 16:00:25 (星期二)
>> 收件人: "FFmpeg development discussions and patches"
>> 抄送: "Liu Steven"
>> 主题:
> 在 2019年4月11日,上午11:55,Jun Li 写道:
>
> On Mon, Apr 8, 2019 at 8:19 PM Jun Li wrote:
>
>> On Mon, Apr 8, 2019 at 6:23 PM Liu Steven wrote:
>>
>>>
>>>
>>>> 在 2019年4月9日,上午8:54,Jun Li 写道:
>>>>
>>>> Ping.
>>
> 在 2019年4月9日,下午3:14,xwm...@pku.edu.cn 写道:
>
> This patch is the qualification task of the derain filter project in GSoC.
>
It maybe better if you submit a model file and test example here.
> From 61463dfe14c0e0de4e233f68c8404d73d5bd9f8f Mon Sep 17 00:00:00 2001
>
> From: Xuewei Meng
> Date:
> 在 2019年4月9日,上午8:54,Jun Li 写道:
>
> Ping.
>
> On Fri, Apr 5, 2019 at 12:00 PM Jun Li wrote:
>
>>
>>
>> On Fri, Apr 5, 2019 at 11:50 AM Jun Li wrote:
>>
>>> stimeout option is already used in tcp transport, since
>>> http is based on tcp, pass the option to http for tunneling
>>> case.
>>
> 在 2019年3月21日,上午9:58,hwrenx 写道:
>
> Signed-off-by: hwrenx
> ---
> libavcodec/libdavs2.c | 16
> 1 file changed, 16 insertions(+)
>
> diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c
> index 0808721..b0eb4fd 100644
> --- a/libavcodec/libdavs2.c
> +++ b/libavcodec/lib
> 在 2019年3月18日,下午4:33,Liu Steven 写道:
>
>
>
>> 在 2019年3月18日,上午8:52,Jun Li 写道:
>>
>> On Fri, Mar 15, 2019 at 6:04 PM Jun Li wrote:
>>
>>> Calculate bitrate based on fragment size, only applied when
>>> bitrate is not set, f
> 在 2019年3月18日,上午8:52,Jun Li 写道:
>
> On Fri, Mar 15, 2019 at 6:04 PM Jun Li wrote:
>
>> Calculate bitrate based on fragment size, only applied when
>> bitrate is not set, for example rtsp source.
>>
>> Signed-off-by: Jun Li
>> ---
>> libavformat/smoothstreamingenc.c | 32 +++
> 在 2019年3月11日,上午10:34,James Almer 写道:
>
> On 2/21/2019 4:16 AM, Steven Liu wrote:
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/avformat.h | 7 +++
>> 1 file changed, 3 insertions(+), 4 deletions(-)
>>
>> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
>> index fdaffa5bf
> 在 2019年2月21日,下午3:16,Steven Liu 写道:
>
> Signed-off-by: Steven Liu
> ---
> libavformat/avformat.h | 7 +++
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index fdaffa5bf4..12cc8387ed 100644
> --- a/libavformat/avformat.h
> 在 2019年3月4日,下午3:34,lmzeng(曾令明) 写道:
>
> From 45720887a4466b97dbd63b6cac452e814e20a567 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?lmzeng=28=E6=9B=BE=E4=BB=A4=E6=98=8E=29?=
>
> Date: Mon, 4 Mar 2019 15:05:45 +0800
> Subject: [PATCH] fix hls-aes-128 set offset bug
>
> ---
> libavformat/hls.c |
> 在 2019年3月1日,下午5:39,lmzeng(曾令明) 写道:
>
> diff --git a/libavformat/http.c b/libavformat/http.c
> old mode 100644
> new mode 100755
> index ed0eb1c..400df94
> --- a/libavformat/http.c
> +++ b/libavformat/http.c
> @@ -253,6 +253,7 @@ static int http_open_cnx(URLContext *h, AVDictionary
> **option
> 在 2019年3月1日,下午3:19,Rodger Combs 写道:
>
> ---
> libavformat/hls.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index fc9110356d..c56ead507b 100644
> --- a/libavformat/hls.c
> +++ b/libavformat/hls.c
> @@ -1553,7 +1553,7 @@ relo
> 在 2019年2月20日,下午6:35,孟学苇 写道:
>
> Hi Dev-Community,
>
>
>
>
> I am Iris Meng from China. I’m a PhD student in Institute of Digital Media,
> Peking University. I wish to contribute as a GSoC applicant this year.
>
> I am interested in Deep Learning. I want to add a derain filter in ffmpeg.
> 在 2019年1月24日,下午11:16,hwrenx 写道:
>
> Signed-off-by: hwrenx
> ---
> libavcodec/libxavs2.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c
> index 2d29427..d5c4557 100644
> --- a/libavcodec/libxavs2.c
> +++ b/libavcodec/
> 在 2019年1月24日,下午2:01,Karthick J 写道:
>
> In streaming mode mp4 trailer is not required for playout.
> ---
> libavformat/dashenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
> index 9c90cf17e5..6299e179c2 100644
> --- a/
> 在 2019年1月22日,下午2:38,hwrenx 写道:
>
> Signed-off-by: hwrenx
> ---
> libavcodec/libdavs2.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c
> index cf75656..f8f1b05 100644
> --- a/libavcodec/libdavs2.c
> +++ b/libavcodec/lib
> 在 2019年1月22日,下午2:38,hwrenx 写道:
>
> Signed-off-by: hwrenx
> ---
> libavcodec/libxavs2.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c
> index 2d29427..0ad9ca9 100644
> --- a/libavcodec/libxavs2.c
> +++ b/libavcodec/
> 在 2019年1月22日,上午8:34,Peter Tseng 写道:
>
> Hi, I noticed that ffmpeg supports CENC AES-CTR:
> https://lists.ffmpeg.org/pipermail/ffmpeg-user/2016-August/033130.html
>
> Are there any plans to add the other 3 common encryption protection
> schemes: cbc1, cens, and cbcs? I'm mainly interested in
1 - 100 of 173 matches
Mail list logo