135 Commits (9ce065c90decf1a07a810ccb699a491d41a720d2)

Author SHA1 Message Date
Andreas Rheinhardt 17963a6ad7 avformat/dashdec: Don't overwrite and leak old initialization fragments 4 years ago
Andreas Rheinhardt 01a4c35969 avformat/dashdec: Don't leave representation in inconsistent state on error 4 years ago
Andreas Rheinhardt 248ef276be avformat/dashdec: Remove dead code 4 years ago
Andreas Rheinhardt e09e2c6442 avformat/dashdec: Avoid double free on error 4 years ago
Jan Ekström 3249c757ae avformat/dashdec: drop arbitrary DASH manifest size limit 4 years ago
Jun Zhao ba31fdfd7b lavf/dashdec: enable custom interrup callback in sub-demuxer 5 years ago
Jun Zhao 3cf2f515e3 lavf/dashdec: Add missed side data/disposition 5 years ago
Steven Liu 3523df947a avformat/dashdec: compute the segment size use current pos minus offset plus one 5 years ago
rcombs 2912118898 lavf/dashdec: support larger manifests 5 years ago
Steven Liu 51db0a472a avformat/dashdec: add attribute lang for audio and subtitle streams 5 years ago
Andreas Rheinhardt 3c138e5ceb avformat/dashdec: Don't allocate and leak strings that are never used 5 years ago
Jun Zhao e27a35e045 lavf/dashdec: add 3GPP TS26.247 probe in dash demuxer 5 years ago
Jun Zhao ab316a19aa lavf/dashdec: Add ts to the list of allowed extensions. 5 years ago
Marvin Scholz f37bfd3f62 avformat/dashdec: propagate icy to child AVIOContexts 5 years ago
Michael Niedermayer a0ae4b7df9 Remove redundant ; 5 years ago
Jun Zhao e700038990 lavf/dashdec: drop unnecessary check before ff_format_io_close 5 years ago
Jun Zhao a23c8d75ec lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxer 5 years ago
vectronic 8c90bb8ebb avformat/dashdec: fix segfault when parsing segmentlist 5 years ago
vectronic 598962cd3a avformat/dashdec: fix pointer being freed was not allocated 5 years ago
Steven Liu 2e82b50bce avformat/dashdec: reindent code at parse_manifest 5 years ago
Steven Liu e55018ee11 avformat/dashdec: add startNumber parser for segmentlist 5 years ago
Steven Liu 2a21487b9e avformat/dashdec: start from the root uri when baseURL is start with '/' 5 years ago
Steven Liu 24f7a8a168 avformat/dashdec: fix code style and remove some empty line 6 years ago
Steven Liu a514244319 avformat/dashdec: fix code style in dash_read_packet 6 years ago
Steven Liu 6e988b75df avformat/dashdec: refine and fix code style of dash_read_header 6 years ago
Steven Liu 43e0ddd33d avformat/dashdec: simplified code in open_demux_for_component 6 years ago
sfan5 034b72fc0b avformat/dashdec: Fix reading values from SegmentTimeline inside Period 6 years ago
Steven Liu 665759c3c8 avformat/dashdec: check copy_init_section memory alloc result 6 years ago
Steven Liu aea524e6e3 avformat/dashdec: add http_proxy, referer and rw_timeout http method support for segments 6 years ago
Jun Zhao bf6e0f709b lavf/dashdec: refactoring error handle logic for open_input 6 years ago
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