113 Commits (543e4a194252050cf1abcded7c75e4b889e3db4f)

Author SHA1 Message Date
Andreas Rheinhardt ea3953ad40 avformat/dashdec: Don't needlessly strdup metadata 4 years ago
Andreas Rheinhardt 9a38e6ff97 avformat/dashdec: Remove limit on length of id 4 years ago
Andreas Rheinhardt 98c5d6b845 avformat/dashdec: Increase size of id buffer 4 years ago
Andreas Rheinhardt ec5663d0a7 avformat/dashdec: Ensure strings are zero-terminated 4 years ago
sfan5 a44c42dc31 avformat/dashdec: Avoid segfault when URL template is unexpectedly missing 4 years ago
sfan5 5a98a027d6 avformat/dashdec: Fix missing NULL check 4 years ago
Steven Liu 29ef547c16 avformat/dashdec: rename variable name for more readable 4 years ago
Steven Liu 756897eff4 avformat/dashdec: check init_section before use it. 4 years ago
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