summaryrefslogtreecommitdiff
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/aviobuf: ffio_copy_url_optionsPierre-Anthony Lemieux2021-12-191-26/+1
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-7/+7
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* avformat/dashdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-21/+13
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-1/+1
* avformat/dashdec: Also fetch final partial segmentMatt Robinson2021-04-141-1/+1
* avformat/dashdec: Don't needlessly strdup metadataAndreas Rheinhardt2021-03-081-14/+13
* avformat/dashdec: Remove limit on length of idAndreas Rheinhardt2021-03-081-17/+25
* avformat/dashdec: Increase size of id bufferAndreas Rheinhardt2021-03-021-1/+1
* avformat/dashdec: Ensure strings are zero-terminatedAndreas Rheinhardt2021-03-021-1/+2
* avformat/dashdec: Avoid segfault when URL template is unexpectedly missingsfan52021-02-041-1/+9
* avformat/dashdec: Fix missing NULL checksfan52021-02-041-1/+1
* avformat/dashdec: rename variable name for more readableSteven Liu2021-02-041-2/+3
* avformat/dashdec: check init_section before use it.Steven Liu2021-02-041-1/+6
* avformat/dashdec: check the root url lengthSteven Liu2020-10-201-1/+1
* avformat/dashdec: Reset pointer to NULL after freeing itAndreas Rheinhardt2020-10-081-0/+1
* libavformat/dashdec: Fix issue with dash on WindowsChristopher Degawa2020-10-081-1/+1
* avformat/dashdec: Avoid duplicating stringAndreas Rheinhardt2020-09-211-6/+1
* avformat/dashdec: Fix memleak on allocation error, avoid allocationAndreas Rheinhardt2020-09-211-7/+2
* avformat/dashdec: CosmeticsAndreas Rheinhardt2020-09-211-253/+245
* avformat/dashdec: Remove redundant casts to constAndreas Rheinhardt2020-09-211-45/+45
* avformat/dashdec: Return early for unsupported representationsAndreas Rheinhardt2020-09-211-15/+15
* avformat/dashdec: Remove redundant checksAndreas Rheinhardt2020-09-211-8/+1
* avformat/dashdec: Fix memleaks on error to add representation to dynarrayAndreas Rheinhardt2020-09-211-9/+23
* avformat/dashdec: Fix leak of representation languagesAndreas Rheinhardt2020-09-211-0/+1
* avformat/dashdec: Fix leak of string on error when parsing representationAndreas Rheinhardt2020-09-211-10/+9
* avformat/dashdec: Fix leak of representation on errorAndreas Rheinhardt2020-09-211-31/+21
* avformat/dashdec: Remove unused index of representationAndreas Rheinhardt2020-09-211-28/+13
* avformat/dashdec: Fix memleaks upon read_header failureAndreas Rheinhardt2020-09-211-0/+2
* avformat/dashdec: Check allocation of AVProgramAndreas Rheinhardt2020-09-211-0/+1
* avformat/dashdec, hls: Update correct pointer to AVDictionaryAndreas Rheinhardt2020-09-211-4/+4
* avformat/dashdec: Fix leak of AVDictionary on errorAndreas Rheinhardt2020-09-211-3/+2
* avformat/dashdec: Free subtitle representations on exitAndreas Rheinhardt2020-09-211-0/+1
* avformat/dashdec: Free strings as soon as they aren't needed anymoreAndreas Rheinhardt2020-09-211-11/+4
* avformat/dashdec: Don't overwrite and leak old initialization fragmentsAndreas Rheinhardt2020-09-211-0/+1
* avformat/dashdec: Don't leave representation in inconsistent state on errorAndreas Rheinhardt2020-09-211-1/+1
* avformat/dashdec: Remove dead codeAndreas Rheinhardt2020-09-211-7/+1
* avformat/dashdec: Avoid double free on errorAndreas Rheinhardt2020-09-211-3/+1
* avformat/dashdec: drop arbitrary DASH manifest size limitJan Ekström2020-09-051-4/+6
* lavf/dashdec: enable custom interrup callback in sub-demuxerJun Zhao2020-07-201-0/+1
* lavf/dashdec: Add missed side data/dispositionJun Zhao2020-06-181-0/+14
* avformat/dashdec: compute the segment size use current pos minus offset plus oneSteven Liu2020-05-071-1/+1
* lavf/dashdec: support larger manifestsrcombs2020-05-061-14/+15
* avformat/dashdec: add attribute lang for audio and subtitle streamsSteven Liu2020-04-151-4/+45
* avformat/dashdec: Don't allocate and leak strings that are never usedAndreas Rheinhardt2020-03-291-27/+0
* lavf/dashdec: add 3GPP TS26.247 probe in dash demuxerJun Zhao2020-03-051-1/+2
* lavf/dashdec: Add ts to the list of allowed extensions.Jun Zhao2020-03-051-1/+1
* avformat/dashdec: propagate icy to child AVIOContextsMarvin Scholz2019-12-271-1/+1
* Remove redundant ;Michael Niedermayer2019-12-101-1/+1