summaryrefslogtreecommitdiff
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAge
* avformat/hls, dashdec: Don't use AV_OPT flags in av_dict_set()Andreas Rheinhardt2022-05-16
* avformat/dashdec: accept and relay CENC decryption keyGyan Doshi2022-05-14
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* avformat/dashdec: avoid calling strlen multiple timesLimin Wang2022-01-30
* avformat/dashdec: do not use filesize when reading XML fileMarton Balint2022-01-09
* avformat/aviobuf: ffio_copy_url_optionsPierre-Anthony Lemieux2021-12-19
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-25
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-29
* avformat/dashdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avformat/dashdec: Also fetch final partial segmentMatt Robinson2021-04-14
* avformat/dashdec: Don't needlessly strdup metadataAndreas Rheinhardt2021-03-08
* avformat/dashdec: Remove limit on length of idAndreas Rheinhardt2021-03-08
* avformat/dashdec: Increase size of id bufferAndreas Rheinhardt2021-03-02
* avformat/dashdec: Ensure strings are zero-terminatedAndreas Rheinhardt2021-03-02
* avformat/dashdec: Avoid segfault when URL template is unexpectedly missingsfan52021-02-04
* avformat/dashdec: Fix missing NULL checksfan52021-02-04
* avformat/dashdec: rename variable name for more readableSteven Liu2021-02-04
* avformat/dashdec: check init_section before use it.Steven Liu2021-02-04
* avformat/dashdec: check the root url lengthSteven Liu2020-10-20
* avformat/dashdec: Reset pointer to NULL after freeing itAndreas Rheinhardt2020-10-08
* libavformat/dashdec: Fix issue with dash on WindowsChristopher Degawa2020-10-08
* avformat/dashdec: Avoid duplicating stringAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix memleak on allocation error, avoid allocationAndreas Rheinhardt2020-09-21
* avformat/dashdec: CosmeticsAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove redundant casts to constAndreas Rheinhardt2020-09-21
* avformat/dashdec: Return early for unsupported representationsAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove redundant checksAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix memleaks on error to add representation to dynarrayAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of representation languagesAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of string on error when parsing representationAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of representation on errorAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove unused index of representationAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix memleaks upon read_header failureAndreas Rheinhardt2020-09-21
* avformat/dashdec: Check allocation of AVProgramAndreas Rheinhardt2020-09-21
* avformat/dashdec, hls: Update correct pointer to AVDictionaryAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of AVDictionary on errorAndreas Rheinhardt2020-09-21
* avformat/dashdec: Free subtitle representations on exitAndreas Rheinhardt2020-09-21
* avformat/dashdec: Free strings as soon as they aren't needed anymoreAndreas Rheinhardt2020-09-21
* avformat/dashdec: Don't overwrite and leak old initialization fragmentsAndreas Rheinhardt2020-09-21
* avformat/dashdec: Don't leave representation in inconsistent state on errorAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove dead codeAndreas Rheinhardt2020-09-21
* avformat/dashdec: Avoid double free on errorAndreas Rheinhardt2020-09-21
* avformat/dashdec: drop arbitrary DASH manifest size limitJan Ekström2020-09-05
* lavf/dashdec: enable custom interrup callback in sub-demuxerJun Zhao2020-07-20
* lavf/dashdec: Add missed side data/dispositionJun Zhao2020-06-18
* avformat/dashdec: compute the segment size use current pos minus offset plus oneSteven Liu2020-05-07
* lavf/dashdec: support larger manifestsrcombs2020-05-06
* avformat/dashdec: add attribute lang for audio and subtitle streamsSteven Liu2020-04-15