105 Commits (355bce51f72eab7b3258da8870f11e61d08b8583)

Author SHA1 Message Date
Steven Liu 1ee52b2b6c avformat/dashdec: check the root url length 4 years ago
Andreas Rheinhardt 616eb93a40 avformat/dashdec: Reset pointer to NULL after freeing it 4 years ago
Christopher Degawa 0117d5aa03 libavformat/dashdec: Fix issue with dash on Windows 4 years ago
Andreas Rheinhardt 1aee02c7c1 avformat/dashdec: Avoid duplicating string 4 years ago
Andreas Rheinhardt 0f9ade1ff3 avformat/dashdec: Fix memleak on allocation error, avoid allocation 4 years ago
Andreas Rheinhardt ed948c1149 avformat/dashdec: Cosmetics 4 years ago
Andreas Rheinhardt f921dd0ccf avformat/dashdec: Remove redundant casts to const 4 years ago
Andreas Rheinhardt 0389625cea avformat/dashdec: Return early for unsupported representations 4 years ago
Andreas Rheinhardt 622efc5c83 avformat/dashdec: Remove redundant checks 4 years ago
Andreas Rheinhardt d63f8c873b avformat/dashdec: Fix memleaks on error to add representation to dynarray 4 years ago
Andreas Rheinhardt f1c3c173c9 avformat/dashdec: Fix leak of representation languages 4 years ago
Andreas Rheinhardt e7aea1fe73 avformat/dashdec: Fix leak of string on error when parsing representation 4 years ago
Andreas Rheinhardt 5c91701dc7 avformat/dashdec: Fix leak of representation on error 4 years ago
Andreas Rheinhardt 5d63f154ef avformat/dashdec: Remove unused index of representation 4 years ago
Andreas Rheinhardt 06e31f953e avformat/dashdec: Fix memleaks upon read_header failure 4 years ago
Andreas Rheinhardt aed96e13c1 avformat/dashdec: Check allocation of AVProgram 4 years ago
Andreas Rheinhardt ac2852d795 avformat/dashdec, hls: Update correct pointer to AVDictionary 4 years ago
Andreas Rheinhardt 4b8fdf70a8 avformat/dashdec: Fix leak of AVDictionary on error 4 years ago
Andreas Rheinhardt eb344862e4 avformat/dashdec: Free subtitle representations on exit 4 years ago
Andreas Rheinhardt 7369e95267 avformat/dashdec: Free strings as soon as they aren't needed anymore 4 years ago
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 4 years ago
Jun Zhao 3cf2f515e3 lavf/dashdec: Add missed side data/disposition 4 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 5 years ago
Steven Liu a514244319 avformat/dashdec: fix code style in dash_read_packet 5 years ago
Steven Liu 6e988b75df avformat/dashdec: refine and fix code style of dash_read_header 5 years ago
Steven Liu 43e0ddd33d avformat/dashdec: simplified code in open_demux_for_component 5 years ago
sfan5 034b72fc0b avformat/dashdec: Fix reading values from SegmentTimeline inside Period 5 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