105 Commits (355bce51f72eab7b3258da8870f11e61d08b8583)

Author SHA1 Message Date
Jun Zhao c663046b41 lavf/dashdec: fix the coding logic after open_input fail 6 years ago
Steven Liu 613ca7b100 avformat/dashdec: add ProgramInformation parser 6 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 3aa6208db9 lavf: Constify AVInputFormat pointer. 6 years ago
Paweł Wegner 835ab35ef0 libavformat/dashdec: disable seeking only for live streams. 6 years ago
Gorilla Maguila bb586a9703 avformat/dashdec: refine uri path with double dot process 6 years ago
Steven Liu ba71ebbbfa avformat/dashdec: add subtitle stream support 6 years ago
Andrey Semashev 1035206102 lavf/dashdec: Add webm to the list of allowed extensions. 6 years ago
Steven Liu 7bb90a9449 avformat/dashdec: minus minBufferTime when there have value 6 years ago
Steven Liu ad9b4ecc26 avformat/dashdec: refine compute current fragment for presentation_timeoffset mode 6 years ago
Steven Liu d0be0de065 avformat/dashdec: reindent code for previous commit 6 years ago
Steven Liu 8eac027cd1 avformat/dashdec: add min_buffer_time process logic 6 years ago
Steven Liu e35e915465 avformat/dashdec: add trace message for get the logic output message 6 years ago
Steven Liu a222798ef3 avformat/dashdec: reindent code for previous commit 6 years ago
Steven Liu 28578e6143 avformat/dashdec: remove redundant code 6 years ago
Steven Liu e134c20374 avformat/dashdec: refine adaptionset attribute members 6 years ago
Steven Liu f499679e17 avformat/dashdec: refine mpd element of attribute name availabilityEndTime 6 years ago
Colin NG b205635fbc avformat/dashdec: Add a re-entrance check point after an interrupt operation 6 years ago
Jacek Jendrzej 3cff2311ab avformat/dashdec: Fix calc_cur_seg_no if availability_start_time not 6 years ago
Michael Niedermayer 46753bfdd0 avformat/dashdec: Fix strlen(rep_id_val) with it being NULL 6 years ago
sanil 551a029a18 libavformat/dashdec: Support negative value of the @r attrbute of S in SegmentTimeline element. 6 years ago
Colin NG af4c2acddd libavformat/dashdec: Fix for un-free memory 6 years ago
Steven Liu d54ae9b782 avformat/dashdec: remove unused functions and process code 6 years ago
Jacek Jendrzej 0cf5e6b5b4 avformat/dashdec: Fix memleak when resolve_content_path 6 years ago
Jacek Jendrzej 2f45378ba1 avformat/dashdec: fix for ticket #7336 6 years ago
Steven Liu 04b6060616 avformat/dashdec: replace user-agent to user_agent for deprecate warning message 7 years ago
Colin NG 93fc96e199 avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams) 7 years ago
Colin NG 9aee574dd0 avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams) 7 years ago
Steven Liu 798ae8794e avformat/dashdec: fix compling warning "filename is deprecated" 7 years ago
guikunzhi 8ea8be5951 fix memory leak of parsing dash MPD 7 years ago
Carl Eugen Hoyos 8592ae1a1e lavf/dashdec: Do not use memcpy() to copy a struct. 7 years ago
sanilraut 9e2b4c7ecc libavformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations 7 years ago
Steven Liu 6eaaad37f8 Revert "avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations" 7 years ago
Steven Liu 4effd1c4a2 avformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations 7 years ago
sanilraut 10d008f0fd avformat/dashdec: Support signaling of last segment number 7 years ago
sanilraut 1dd7bb9784 avformat/dashdec: Correct spelling mistakes 7 years ago
sfan5 e752da5464 dashdec: Support SegmentTimeline inside Period 7 years ago
Brendan McGrath 4e3e8980b5 dashdec: Fix segfault on decoding segment timeline 7 years ago
Colin NG 78e884f3fb libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024) 7 years ago
Colin NG 7a63da8910 libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault) 7 years ago
Colin NG 8db4ef3e6d avformat/dashdec.c: Download dash content with byte range info 7 years ago
Brendan McGrath 1f48c5c067 dashdec: Only free url string if being reused 7 years ago
sfan5 777d6c677b dashdec: Make use of frame rate specified in Representation 7 years ago
sfan5 57dbabd9c1 dashdec: Support SegmentTemplate inside Period 7 years ago
sfan5 01d74c4055 dashdec: Avoid trying to read any segments beyond the last 7 years ago
sfan5 74b143d81f dashdec: Correct seeking behaviour 7 years ago
sfan5 bb0cc2e7bd dashdec: Search for segment timeline inside AdaptionSets too 7 years ago
sfan5 94cc16499f dashdec: Support for multiple video/audio streams 7 years ago
sfan5 66e551eafb dashdec: Expose bandwidth and representation ID as metadata 7 years ago
Carl Eugen Hoyos 52b9575d4a lavf/dashdec: Fix several memleaks. 7 years ago