aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.hAndreas Rheinhardt2024-03-261-1/+1
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-071-5/+5
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-061-11/+0
* avformat/avio_internal: Don't include url.hAndreas Rheinhardt2023-09-101-0/+1
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-071-0/+1
* avformat/dashdec: Reindent after the previous commitAndreas Rheinhardt2022-09-221-7/+7
* avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leakAndreas Rheinhardt2022-09-221-1/+6
* avformat/hls, dashdec: Don't use AV_OPT flags in av_dict_set()Andreas Rheinhardt2022-05-161-1/+1
* avformat/dashdec: accept and relay CENC decryption keyGyan Doshi2022-05-141-0/+5
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-1/+1
* avformat/dashdec: avoid calling strlen multiple timesLimin Wang2022-01-301-2/+4
* avformat/dashdec: do not use filesize when reading XML fileMarton Balint2022-01-091-16/+4
* 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