在 2020/7/25 下午2:11,“ffmpeg-devel 代表 Zlomek,
Josef” 写入:
Hi Steven,
It is better but still not correct. Consider this test:
test("http://server/foo/bar";,
"a/b/../c/d/../e../.../..f/g../h../other/url/a.mp3/...");
It should give "
http://server/foo/bar/a/c/e../..
在 2020/7/14 上午2:45,“ffmpeg-devel 代表 Tomas
Härdin” 写入:
lör 2020-07-11 klockan 16:04 +0800 skrev Steven Liu:
> Because the newpos variable is set value before use it.
> The newpos variable declared at the head partition of crypto_seek.
>
> Signed-off-by: Steven Liu
> --
2020年5月16日 下午8:21,Carl Eugen Hoyos 写道: Am Sa., 16. Mai 2020 um 14:12 Uhr
schrieb Steven Liu : fix ticket: 8673 reference rfc8216 4.3.3.1 said: The
EXT-X-TARGETDURATION tag is REQUIRED. in ticket 8673, the EXT-X-TARGETDURATION
is incorrect, so hls should return error. Can't an invalid target dur
> On 12 Mar 2018, at 17:31, vdi...@akamai.com wrote:
>
> From: Vishwanath Dixit
>
> This is the fix for bug https://trac.ffmpeg.org/ticket/7073
> ---
> libavformat/hlsenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> inde
> On 24 Jan 2018, at 09:24, Brendan McGrath wrote:
>
> Encoding currently fails when using hls_ts_options with the fmp4
> segment type.
>
> This is due to the fact that avformat_write_header does not process
> the passed options when the avformat is already initialized.
>
> When using fmp4, t
> On 24 Jan 2018, at 15:08, wm4 wrote:
>
> AVERROR_EXIT happens when the user's interrupt callback signals that
> playback should be aborted. In this case, the demuxer shouldn't print a
> warning, as it's expected that all network accesses are stopped.
> ---
> libavformat/hls.c | 5 +++--
> 1 fil
> On 24 Jan 2018, at 09:24, Brendan McGrath wrote:
>
> Encoding currently fails when using hls_ts_options with the fmp4
> segment type.
>
> This is due to the fact that avformat_write_header does not process
> the passed options when the avformat is already initialized.
>
> When using fmp4, t
> On 19 Jan 2018, at 11:18, Jeyapal, Karthick wrote:
>
>
>
> On 1/19/18 8:42 AM, Brendan McGrath wrote:
>> Thanks Karthick - I can confirm that your patch does solve the issue.
> Thanks for the confirmation.
>>
>> However - I noticed your patch does not include HEVC. I believe this format
>>
> On 18 Jan 2018, at 17:09, Brendan McGrath wrote:
>
> When using an 'agroup' within var_stream_map - the audio stream is
> being added to the master playlist file as both an audio rendition
> and an individual stream (with an AUDIO reference back to itself).
https://patchwork.ffmpeg.org/patch/
> On 17 Jan 2018, at 11:00, Colin NG wrote:
>
> - Add function 'resolve_content_path' to propagate the baseURL from upper
> level nodes.
> * if no baseURL is available, the path of mpd file will be set as the baseURL.
> - Remove checking for newly established connection.
> - Establish the commu
> On 17 Jan 2018, at 06:52, Colin NG wrote:
>
> O. I forgot to include on other patches the ticket 6856 fix depended on.
did you have try that patch, can that patch fix the 6856?
>
>
> Colin
>
>
> PS: the depended patches are
>
> 0001-libavformat-dashdec-Fix-for-ticket-6658-Dash-demuxer.pat
>>>
>>
>>
>> I cannot sure use -cc_stream_map_ccgroup option is ok, because the ccgroup
>> string is not standard, maybe it can be defined bu user.
>> Maybe two ways:
>> 1. use -cc_stream_map_ccgroup ? this way is defined the name by ffmpeg,
>> cannot modify.
>> 2. parse the closed captions gr
>>
>
> If only copy command of the document, it’s ok,
> If input string by myself, It’s have problem, cannot be used.
>
>
> liuqideMacBook-Pro:xxx liuqi$ ./ffmpeg -re -f lavfi -i color=red -g 25 -b:v
> 1000k -b:a 64k -a53cc 1 -f hls -cc_stream_map
> "ccgroup:cc,instreamid:CC1,language:en"
> On 9 Jan 2018, at 16:45, vdi...@akamai.com wrote:
>
> From: Vishwanath Dixit
>
> ---
> doc/muxers.texi | 37 +++
> libavformat/dashenc.c | 2 +-
> libavformat/hlsenc.c | 155 +-
> libavformat/hlsplaylist.c | 5 +-
> libav
> On 8 Jan 2018, at 02:46, Stefan _ wrote:
>
> <0006-dashdec-Support-SegmentTemplate-inside-Period.patch>
>From 89b42dc60156f1e030a30e13636651db41e9f34b Mon Sep 17 00:00:00 2001
From: sfan5
Date: Fri, 5 Jan 2018 15:32:23 +0100
Subject: [PATCH 6/6] dashdec: Support SegmentTemplate inside Period
> On 8 Jan 2018, at 02:46, Stefan _ wrote:
>
>
> <0005-dashdec-Avoid-trying-to-read-any-segments-beyond-the.patch>___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>From 277c710159849816bff4e4
> On 8 Jan 2018, at 02:46, Stefan _ wrote:
>
>
> <0004-dashdec-Correct-seeking-behaviour.patch>___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>From bdf3557a400620fce66ca0237f1ff172c227609b
> On 8 Jan 2018, at 02:46, Stefan _ wrote:
>
>
> <0003-dashdec-Search-for-segment-timeline-inside-AdaptionS.patch>___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>From c06d6cbcdc9092428d3764
> On 8 Jan 2018, at 02:46, Stefan _ wrote:
>
> <0001-dashdec-Expose-bandwidth-and-representation-ID-as-me.patch>
>From ba640900c260f8b5b1919c4274b2c2e3e57e2546 Mon Sep 17 00:00:00 2001
From: sfan5
Date: Thu, 4 Jan 2018 23:45:26 +0100
Subject: [PATCH 1/6] dashdec: Expose bandwidth and represent
> On 4 Jan 2018, at 08:42, Colin NG wrote:
>
> - Add function 'resolve_content_path' to propagate the baseURL from upper
> level nodes.
> * if no baseURL is available, the path of mpd file will be set as the baseURL.
> - Remove checking for newly established connection.
> - Establish the commun
> On 2 Jan 2018, at 14:48, Karthick J wrote:
>
> From: Karthick Jeyapal
>
> ---
> libavformat/dashenc.c | 11 +++
> 1 file changed, 11 insertions(+)
>
> diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
> index 3345b89..c4c112b 100644
> --- a/libavformat/dashenc.c
> +++ b/liba
> On 2 Jan 2018, at 14:48, Karthick J wrote:
>
> From: Karthick Jeyapal
>
> Currently http end of chunk is signalled implicitly in dashenc_io_open().
> This mean playlists http writes would have to wait upto a segment duration to
> signal end of chunk causing delays.
> This patch will fix tha
> On 27 Dec 2017, at 15:26, Steven Liu wrote:
>
> 2017-12-26 19:11 GMT+08:00 Karthick J :
>> From: Karthick Jeyapal
>>
>> This is required for AV playout from master.m3u8.
>> Otherwise master.m3u8 lists only video-only and/or audio-only streams.
>> ---
>> libavformat/dashenc.c | 24 +++
> On 28 Dec 2017, at 19:19, Karthick J wrote:
>
> From: Karthick Jeyapal
>
> ---
> libavformat/dashenc.c | 2 +-
> libavformat/hlsenc.c | 67 ++-
> libavformat/hlsplaylist.c | 5 +++-
> libavformat/hlsplaylist.h | 3 ++-
> 4 files changed, 73
> On 28 Dec 2017, at 07:04, Michael Niedermayer wrote:
>
> On Mon, Nov 20, 2017 at 03:58:59PM +0800, Steven Liu wrote:
>> fix ticket id: #6846
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/avio.c | 10 ++
>> 1 file changed, 6 insertions(+), 4 deletions(-)
>
> LGTM
>
> thx
Pu
> On 27 Dec 2017, at 11:43, Vishwanath Dixit wrote:
>
>
>
> On 12/26/17 4:29 PM, 刘歧 wrote:
>>
>>> On 26 Dec 2017, at 18:38, Vishwanath Dixit wrote:
>>>
>>>
>>>
>>> On 12/26/17 3:37 PM, 刘歧 wrote:
>>>>> On 26
> On 26 Dec 2017, at 18:38, Vishwanath Dixit wrote:
>
>
>
> On 12/26/17 3:37 PM, 刘歧 wrote:
>>> On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote:
>>>
>>> From: Vishwanath Dixit
>>>
>>> ---
>>>
> On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote:
>
> From: Vishwanath Dixit
>
> ---
> doc/muxers.texi | 31 +--
> libavformat/hlsenc.c | 153 ++-
> 2 files changed, 127 insertions(+), 57 deletions(-)
>
> diff --git a/doc/muxers.te
> On 22 Dec 2017, at 19:05, Dixit, Vishwanath wrote:
>
> On 12/19/17 11:53 AM, 刘歧 wrote:
>> On 19 Dec 2017, at 14:09, vdi...@akamai.com wrote:
>>> From: Vishwanath Dixit
>>>
>>> ---
>>> doc/muxers.texi | 12 +
>>>
> On 22 Dec 2017, at 15:04, Karthick J wrote:
>
> From: Karthick Jeyapal
>
> Currently http end of chunk is called implicitly in hlsenc_io_open().
> This mean playlists http writes would have to wait upto a segment duration to
> signal end of chunk causing delays.
> This patch will fix that p
> On 19 Dec 2017, at 16:49, 刘歧 wrote:
>
>>
>> On 19 Dec 2017, at 14:58, Karthick J wrote:
>>
>> From: Karthick Jeyapal
>>
>> ---
>> libavformat/hlsenc.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/lib
> On 19 Dec 2017, at 11:43, Karthick Jeyapal wrote:
>
>
>
> On 12/18/17 2:17 PM, Steven Liu wrote:
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/hlsenc.c | 24
>> 1 file changed, 12 insertions(+), 12 deletions(-)
>>
>> diff --git a/libavformat/hlsenc.c b/libav
> On 19 Dec 2017, at 11:51, 刘歧 wrote:
>
>
>
>> On 19 Dec 2017, at 11:42, Karthick Jeyapal wrote:
>>
>>
>>
>> On 12/18/17 2:17 PM, Steven Liu wrote:
>>> fix ticket id: 6888
>>>
>>
> On 21 Dec 2017, at 10:39, Colin NG wrote:
>
> ---
> libavformat/dashdec.c | 116 --
> 1 file changed, 103 insertions(+), 13 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 3798649..cdb9f67 100644
> --- a/libavf
> On 19 Dec 2017, at 14:58, Karthick J wrote:
>
> From: Karthick Jeyapal
>
> ---
> libavformat/hlsenc.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index e3442c3..5ee28ea 100644
> --- a/libavformat/hlsenc.c
> +++ b/libavformat/hlsenc
> On 19 Dec 2017, at 14:25, Jun Zhao wrote:
>
> <0001-lavc-vaapi_encode-give-a-debug-message-if-attrs-unsu.patch>
I saw you using AV_LOG_DEBUG, What about use AV_LOG_WARNING? Because that
message is tell user attrs unsupported.
Thanks
___
ffmpeg-
On 19 Dec 2017, at 14:09, vdi...@akamai.com wrote:
>
> From: Vishwanath Dixit
>
> ---
> doc/muxers.texi | 12 +
> libavformat/dashenc.c | 3 ++-
> libavformat/hlsenc.c | 64 ---
> libavformat/hlsplaylist.c | 4 ++-
> libavforma
> On 19 Dec 2017, at 12:11, Karthick Jeyapal wrote:
>
>
>
> On 12/19/17 9:29 AM, 刘歧 wrote:
>>
>>> On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote:
>>>
>>>
>>>
>>> On 12/18/17 2:17 PM, Steven Liu wrote:
>&g
> On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote:
>
>
>
> On 12/18/17 2:17 PM, Steven Liu wrote:
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/hlsenc.c | 23 ---
>> 1 file changed, 12 insertions(+), 11 deletions(-)
>>
>> diff --git a/libavformat/hlsenc.c b/libavf
> On 18 Dec 2017, at 20:52, vdi...@akamai.com wrote:
>
> From: Vishwanath Dixit
>
> ---
> doc/muxers.texi | 12 +
> libavformat/dashenc.c | 3 ++-
> libavformat/hlsenc.c | 62 ---
> libavformat/hlsplaylist.c | 4 ++-
> libavfo
> On 19 Dec 2017, at 11:42, Karthick Jeyapal wrote:
>
>
>
> On 12/18/17 2:17 PM, Steven Liu wrote:
>> fix ticket id: 6888
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/hlsenc.c | 72
>>
>> 1 file changed, 62 insertions(+), 10 de
> On 14 Dec 2017, at 16:07, Karthick Jeyapal wrote:
>
>
>
>> On Nov 30, 2017, at 2:36 PM, Karthick J wrote:
>>
>>
>> From: Karthick Jeyapal
>>
>>
>> Before this patch persistent http connections would work only for media
>> segments.
>> The playlists were still opening a new connection
Where can i find the v6 2/2 ?
> 在 2017年11月29日,16:52,Karthick J 写道:
>
> ---
> libavformat/Makefile | 2 +-
> libavformat/hlsenc.c | 115 +++---
> libavformat/hlsplaylist.c | 138 ++
> libavformat/hlsplaylist.h |
> 在 2017年11月29日,14:19,Karthick J 写道:
>
> ---
> doc/muxers.texi | 3 +++
> libavformat/hlsenc.c | 48 +---
> 2 files changed, 44 insertions(+), 7 deletions(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 9d9ca31..8ec48c2 100644
> ---
> 在 2017年11月29日,12:05,Jeyapal, Karthick 写道:
>
>
> On 11/24/17, 3:49 PM, "Jeyapal, Karthick" wrote:
>>
>> On 11/24/17, 3:40 PM, "刘歧" wrote:
>>
>>>> 在 2017年11月24日,18:02,Jeyapal, Karthick 写道:
>>>>
>>>> On
> 在 2017年11月24日,19:03,Moritz Barsnick 写道:
>
> On Fri, Nov 24, 2017 at 15:42:30 +0530, Karthick J wrote:
>> if (av_strncasecmp(master_url, media_url, base_len)) {
>> -av_log(NULL, AV_LOG_WARNING, "Unable to find relative url\n");
>> return AVERROR(EINVAL);
>
> Was
> 在 2017年11月24日,18:12,Karthick J 写道:
>
> ---
> libavformat/hlsenc.c | 9 -
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 30ccf73..379a4ec 100644
> --- a/libavformat/hlsenc.c
> +++ b/libavformat/hlsenc.c
> @@ -1057,7
> 在 2017年11月24日,18:02,Jeyapal, Karthick 写道:
>
> On 11/22/17, 1:27 PM, "Jeyapal, Karthick" wrote:
>
>>> On 11/22/17, 9:32 AM, "刘歧" wrote:
>>>
>>> This patch is ok, but i see it need an API: ffio_geturlcontext
>>>
>>
> 在 2017年11月24日,11:55,Karthick J 写道:
>
> ---
> libavformat/hlsenc.c | 238 +++
> libavformat/hlsenc.h | 68 +++
> 2 files changed, 194 insertions(+), 112 deletions(-)
> create mode 100644 libavformat/hlsenc.h
>
> diff --git a/libavforma
> 在 2017年11月22日,16:08,Karthick J 写道:
>
> ---
> libavformat/hlsenc.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 3c47ced..525605b 100644
> --- a/libavformat/hlsenc.c
> +++ b/libavformat/hlsenc.c
> @@ -1089,8 +1089,
> 在 2017年11月22日,16:20,Karthick J 写道:
>
> ---
> libavformat/dashenc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
> index 201668a..0fee3cd 100644
> --- a/libavformat/dashenc.c
> +++ b/libavformat/dashenc.c
> @@ -1219,6 +1219,7 @@ static c
> 在 2017年11月22日,14:53,Karthick J 写道:
>
> ---
> libavformat/hlsenc.c | 130 +++---
> libavformat/hlsenc.h | 158 +++
> 2 files changed, 177 insertions(+), 111 deletions(-)
> create mode 100644 libavformat/hlsenc.h
>
> 在 2017年11月22日,16:08,Karthick J 写道:
>
> ---
> libavformat/hlsenc.c | 18 +-
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 525605b..611cc99 100644
> --- a/libavformat/hlsenc.c
> +++ b/libavformat/hlsenc.c
>
> 在 2017年11月22日,11:39,Jeyapal, Karthick 写道:
>
>> On 11/21/17, 8:24 PM, "Steven Liu" wrote:
>>
> […]
>>> +if (*pb == NULL || !http_base_proto || !hls->http_persistent) {
>> What about !*pb ?
>
> Thanks for your comments.
> I have modified the patch as per your suggestion and have attached
> 在 2017年11月20日,19:31,Jeyapal, Karthick 写道:
>
>> On 11/20/17, 1:47 PM, "刘歧" wrote:
>
>
>>> 在 2017年11月20日,15:59,Jeyapal, Karthick 写道:
>>>
>>>> On 11/20/17, 1:01 PM, "刘歧" wrote:
>>>>> 在 2017年11月8日,17:22
> 在 2017年11月20日,08:36,Jun Zhao 写道:
>
> <0002-hwcontext_vaapi-add-the-fourcc-of-I420-format-map.patch>
From f31e492201b7a8c59bdf7c266c2df016057897c4 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Sat, 18 Nov 2017 11:57:41 +0800
Subject: [PATCH 2/2] hwcontext_vaapi: add the fourcc of I420 format m
> 在 2017年11月20日,08:40,Jun Zhao 写道:
>
>
> <0001-ffmpeg-add-return-value-check-to-supress-the-build-w.patch>___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
From 01a66eb4559fb3fec0765ee03417a65
> 在 2017年11月20日,15:59,Jeyapal, Karthick 写道:
>
>> On 11/20/17, 1:01 PM, "刘歧" wrote:
>>> 在 2017年11月8日,17:22,Karthick J 写道:
>>> +{ "http_user_agent", "override User-Agent field in HTTP header",
>>> OFFSET(us
> 在 2017年11月20日,15:43,Jun Zhao 写道:
>
>
>
> On 2017/11/20 15:35, 刘歧 wrote:
>>
>>> 在 2017年11月20日,15:23,Jun Zhao 写道:
>>>
>>>
>>>
>>> On 2017/11/20 14:45, Steven Liu wrote:
>>>> fix ticket id: #6846
>>>
> 在 2017年11月20日,15:23,Jun Zhao 写道:
>
>
>
> On 2017/11/20 14:45, Steven Liu wrote:
>> fix ticket id: #6846
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/avio.c | 8
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/libavformat/avio.c b/libavformat/avio.c
>> index 4dc4683
> 在 2017年11月8日,17:22,Karthick J 写道:
>
> ---
> doc/muxers.texi | 2 ++
> libavformat/dashenc.c | 22 +++---
> 2 files changed, 21 insertions(+), 3 deletions(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 91bbe67..412fede 100644
> --- a/doc/muxers.texi
> +++ b/
> 在 2017年11月16日,17:01,Dixit, Vishwanath 写道:
>
>
>
>> On 11/16/17, 12:09 PM, "刘歧" wrote:
>>
>> FATE test passed: Ubuntu, OS X, qemu+MIPS Linux, wine MingW, qemu+ARM
>> Linux, Thanks.
>>
>> +if (p) {
>>
> 在 2017年11月18日,07:13,Colin NG 写道:
>
> ---
> libavformat/dashdec.c | 39 +--
> 1 file changed, 33 insertions(+), 6 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 0e3afd2..671ae9d 100644
> --- a/libavformat/dashdec.c
> +++ b
:v -map 1:a -f hls
-var_stream_map "v:0,a:0 v:1,a:1" -master_pl_name master.m3u8 -t 10 -hls_time
2 output_sl.m3u8
>
> On Thu, Nov 16, 2017 at 5:10 PM, 刘歧 wrote:
>
>>
>>> 在 2017年11月16日,17:01,Dixit, Vishwanath 写道:
>>>
>>>
>>>
> 在 2017年11月16日,17:15,Dixit, Vishwanath 写道:
>
>
>> On 11/16/17, 2:41 PM, "刘歧" wrote:
>>
>> Patchset LGTM, i will apply these patch after 24 hours if there have no
>> objections
> Thank you for the approval..
Thi
> 在 2017年11月16日,17:01,Dixit, Vishwanath 写道:
>
>
>
>> On 11/16/17, 12:09 PM, "刘歧" wrote:
>>
>> FATE test passed: Ubuntu, OS X, qemu+MIPS Linux, wine MingW, qemu+ARM
>> Linux, Thanks.
>>
>> +if (p) {
>>
> 在 2017年11月15日,21:48,Dixit, Vishwanath 写道:
>
>
>> On 11/15/17, 9:56 AM, "刘歧" wrote:
>> all test info bellow:
>>
>> 1st, look at the ffmpeg.exe banner
>> 2nd, test with fate-filter-hls-append
>> 3nd, test with filter-hls-
> 在 2017年11月15日,07:14,Carl Eugen Hoyos 写道:
>
> 2017-11-14 11:25 GMT+01:00 刘歧 :
>
>> make fate failed:
>>
>> ../configure --enable-gpl --enable-memory-poisoning --enable-avresample
>> --cc='ccache arm-linux-gnueabi-gcc' --target-exec='qemu
> 在 2017年11月14日,19:38,Dixit, Vishwanath 写道:
>
>
>
>> On 11/14/17, 3:55 PM, "刘歧" wrote:
>> make fate failed:
>>
>> ../configure --enable-gpl --enable-memory-poisoning --enable-avresample
>> --cc='ccache arm-linux-gnueabi-g
> 在 2017年11月14日,14:42,Dixit, Vishwanath 写道:
>
>
>
>> On 11/13/17, 3:28 PM, "刘歧" wrote:
>> root@localhost:~/ffmpeg# patch -p1 <
>> ~/0001-avformat-hlsenc-creation-of-hls-variant-streams-in-a.patch
>> patching file doc/muxers.texi
>>
> 在 2017年11月13日,06:35,Aman Gupta 写道:
>
> On Sun, Nov 12, 2017 at 5:29 AM, Steven Liu wrote:
>
>> fix ticket id: 6825
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/hlsenc.c | 28 +---
>> 1 file changed, 25 insertions(+), 3 deletions(-)
>>
>> diff --git a/libavf
> 在 2017年11月8日,18:02,Dixit, Vishwanath 写道:
>
> I have added the copyright statement as per our legal team requirements. I
> have updated the patches again. Please consider the patches in this mail
> attachment as latest. Sorry for any inconvenience.
>
> Regards,
> Vishwanath
>
> <0001-avform
> 在 2017年11月9日,16:28,Carl Eugen Hoyos 写道:
>
> Hi!
>
>> Am 09.11.2017 um 00:52 schrieb Steven Liu :
>>
>> fix ticket id: #6820
>
> I find the commit message misleading.
>
>> use the current DASHContext for the rep_dest
>
> This may be better imo.
ok, i will use this line to make commit messa
> 在 2017年11月8日,18:02,Dixit, Vishwanath 写道:
>
> I have added the copyright statement as per our legal team requirements. I
> have updated the patches again. Please consider the patches in this mail
> attachment as latest. Sorry for any inconvenience.
Add Aman Gupta, DeHackEd, Hendrik Leppkes,
> 在 2017年11月3日,18:20,Dixit, Vishwanath 写道:
>
>> On 11/3/17, 3:24 PM, "Steven Liu" wrote:
>> make fate-filter-hls-append
>>
>> you can grep hls append in the file
> I think that is also a test for hls decoder. Basically, I am trying to find,
> if there are any basic tests available for hls e
-- Original --
From: "Carl Eugen Hoyos";
Date: Fri, Oct 27, 2017 04:22 AM
To: "FFmpeg development discussions and patches";
Subject: Re: [FFmpeg-devel] [PATCH] flvdec: Check the avio_seek return
valueafter reading a metadata packet
2017-09-05 18:38 GMT+02:00 S
> 在 2017年10月11日,14:58,Jun Zhao 写道:
>
>
> <0001-lavfi-add-ProcAmp-color-balance-vaapi-video-filter.patch>
about the options doc need add into this patch.
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/f
that is not a generic template, so fix it later :P
>
> Dnia 30 sierpnia 2017 09:56 samsamsam napisał(a):
>
> What will happen when $Number%02s%08d$
>
> Error will be returned because this format is not valid in the sense of dash
> spec.
>
> Dnia 30 sierpnia 2017 09:
> So what for you want to allow it?
No, you have not get the point.
The hackers won’t refer to specification and just broke the rule to get root
shell.
Anyway, merge your code and will update a new version patch later.
>
> Dnia 30 sierpnia 2017 09:32 刘歧 napisał(a):
>
> 在 2017年
> 在 2017年8月30日,15:32,刘歧 写道:
>
>
>> 在 2017年8月30日,14:38,samsamsam 写道:
>>
>> But you do not added this:
>> static int get_repl_pattern_and_format(const char *i_url, const char
>> *i_marker, char **o_pattern, char **o_format)
>> {
>> ...
>
r%05d$.m4s" startNumber="1”>`
> modify to:
> initialization="init-stream$RepresentationID$.m4s"
> media="chunk-stream$RepresentationID$-$Number%s%05d$.m4s" startNumber="1”>
>
> use your solution:
> ./ffmpeg -i /tmp/dash.mpd
>
>
&g
> 在 2017年8月28日,18:12,samsamsam 写道:
>
> Validation will be very simple. I am talking about something like this:
> static int get_repl_pattern_and_format(const char *i_url, const char
> *i_marker, char **o_pattern, char **o_format)
> {
> ...
> +for(ptr=start + marker_len; ptr < (end - 1)
> 在 2017年8月16日,14:36,Jun Zhao 写道:
>
>
>
> On 2017/8/16 13:56, Steven Liu wrote:
>> 2017-08-16 10:47 GMT+08:00 Jun Zhao :
>>>
>>
>>
>> I saw there have one option name is "coder", the option have four
>> flags: cavlc cabac, vlc, ac, but the doc only two options?
>>
>
> ac == cabac, vlc ==
> On Jul 11, 2017, at 12:49 PM, liyoubdu wrote:
>
> where is your media file for testinfg
me?
>
>
>
> ---Original---
> From: "刘歧"
> Date: 2017/7/11 12:39:31
> To: "and patches development discussions FFmpeg";
> Cc: "wm4";"Ma
From 0e4d230ae4c98949a962c6bbdad31d216b54bb6a Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Tue, 21 Mar 2017 11:04:41 +0800
Subject: [V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example.
Add a VA-API hwaccel decoding example.
Signed-off-by: Liu, Kaixuan
Signed-off-by: Jun Zhao
---
d
Thanks
刘歧|CDN|研发总监
吉林省高升科技有限公司北京分公司
地址:北京市海淀区西三环北路87号国际财经中心B座9层
手机:18611075131
邮箱: li...@gosun.com
电话:010-82602628
> 在 2016年11月15日,下午6:50,Franklin Phillips 写道:
>
> Hi,
>
> I am having trouble getting my patch to show up in
> https://pa
> 在 2016年10月10日,上午10:30,Steven Liu 写道:
>
> 2016-10-10 10:27 GMT+08:00 James Almer :
>
>> On 10/9/2016 11:24 PM, Steven Liu wrote:
>>>
>>> Signed-off-by: Steven Liu
>>> ---
>>> doc/protocols.texi|3 +++
>>> libavformat/udp.c | 19 ++-
>>> libavformat/version.h |
87 matches
Mail list logo