- 06 Sep, 2018 1 commit
-
-
Steven Liu authored
fix ticket 7382
-
- 05 Sep, 2018 8 commits
-
-
Steven Liu authored
fix ticket id: #7369 #7382. use ((wallclock - availability_start_time) * timescale -presentation_timeoffset) / duration Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
if there have min_buffer_time in playlist, use the min_buffer_time value for realtime. Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@onvideo.cn>
-
- 29 Aug, 2018 2 commits
-
-
Colin NG authored
-
Jacek Jendrzej authored
Reviewed-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 19 Aug, 2018 1 commit
-
-
Michael Niedermayer authored
Fixes: dash-crash-da39a3ee5e6b4b0d3255bfef95601890afd80709.xml Found-by:
Paul Ch <paulcher@icloud.com> Reviewed-by:
Steven Liu <lq@chinaffmpeg.org> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Aug, 2018 1 commit
-
-
sanil authored
The following patch supports parsing negative value of the @r attribute of S in SegmentTimeline element. Example streams: 1. http://dash.edgesuite.net/dash264/TestCases/1c/qualcomm/1/MultiRate.mpd 2. http://dash.edgesuite.net/dash264/TestCases/1c/qualcomm/2/MultiRate.mpd
-
- 08 Aug, 2018 1 commit
-
-
Colin NG authored
Fixes ticket #7338.
-
- 07 Aug, 2018 3 commits
-
-
Steven Liu authored
Based on a patch for hls by Richard Shaffer Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Jacek Jendrzej authored
Can be reproduced with: valgrind --leak-check=full -v ffmpeg -i http://yt-dash-mse-test.commondatastorage.googleapis.com/media/motion-20120802-manifest.mpdReviewed-by:
Steven Liu <lq@onvideo.cn> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Jacek Jendrzej authored
fix for ticket #7336 Reviewed-by:
Steven Liu <lq@onvideo.cn> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 24 May, 2018 3 commits
-
-
Steven Liu authored
-
Colin NG authored
simplify the code to check common init section
-
Colin NG authored
Add NULL pointer check for init_section
-
- 26 Apr, 2018 2 commits
-
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
guikunzhi authored
Signed-off-by:
guikunzhi <guikunzhi@163.com>
-
- 21 Apr, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Fixes a warning: libavformat/dashdec.c:1900:65: warning: argument to 'sizeof' in 'memcpy' call is the same pointer type 'struct fragment *' as the destination; expected 'struct fragment' or an explicit length
-
- 17 Apr, 2018 3 commits
-
-
sanilraut authored
libavformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations Reviewed-by:
Steven Liu <lq@chinaffmpeg.org> Signed-off-by:
sanilraut <raut.sanil@gmail.com>
-
Steven Liu authored
Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations" This reverts commit 4effd1c4.
-
Steven Liu authored
avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations Reviewed-by:
Steven Liu <lq@chinaffmpeg.org> Signed-off-by:
sanilraut <raut.sanil@gmail.com>
-
- 28 Mar, 2018 1 commit
-
-
sanilraut authored
Last segment indicated by mpd is not parsed. Example stream: http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to http://dashif.org/guide- lines/last-segment-number with the @value set to the last segment number. Reviewed-by:
Steven Liu <lq@onvideo.cn>
-
- 15 Mar, 2018 1 commit
-
-
sanilraut authored
Signed-off-by:
Steven Liu <lingjiujianke@gmail.com>
-
- 09 Feb, 2018 1 commit
-
-
sfan5 authored
Reviewed-by:
Steven Liu <lq@onvideo.cn>
-
- 29 Jan, 2018 1 commit
-
-
Brendan McGrath authored
If first_seq_no is not within the bounds of timelines then a segfault will occur. This patch removes the use of first_seq_no within the timelines array It also adds first_seq_no to the value returned by calc_next_seg_no_from_timelines (which allows for different values of 'startNumber') Signed-off-by:
Brendan McGrath <redmcg@redmandi.dyndns.org>
-
- 21 Jan, 2018 5 commits
-
-
Colin NG authored
-
Colin NG authored
1 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. 2 Remove checking for newly established connection. 3 Establish the communication protocol in each connection rather than applying one protocol to all connection.
-
Colin NG authored
-
Brendan McGrath authored
If no representation bandwidth value is set, the url value returned by get_content_url is corrupt (as it has been freed). This change ensures the url string is not freed unless it is about to be reused Changes since v1: 1 removed the unneeded 'if' statement (as pointed out by Michael Niedermayer 2 added comment to make it clear why the av_free was required Signed-off-by:
Brendan McGrath <redmcg@redmandi.dyndns.org>
-
sfan5 authored
If the manifest provides this, setting r_frame_rate avoids warnings regarding frame rate estimation.
-
- 14 Jan, 2018 5 commits
-
-
sfan5 authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
sfan5 authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
sfan5 authored
dash_read_seek() is called only once to issue a seek of *all* streams to the specified timestamp. But to avoid reopening each stream, do a "dry run" for streams that are in a discarded state. Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
sfan5 authored
-
sfan5 authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-