summaryrefslogtreecommitdiff
path: root/libavformat/dashdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/dashdec: Reset pointer to NULL after freeing itAndreas Rheinhardt2021-02-271-0/+1
* libavformat/dashdec: Fix issue with dash on WindowsChristopher Degawa2021-02-271-1/+1
* avformat/dashdec: Fix memleak on allocation error, avoid allocationAndreas Rheinhardt2021-02-271-7/+2
* avformat/dashdec: Fix memleaks on error to add representation to dynarrayAndreas Rheinhardt2021-02-271-9/+23
* avformat/dashdec: Fix leak of representation languagesAndreas Rheinhardt2021-02-271-0/+1
* avformat/dashdec: Fix leak of string on error when parsing representationAndreas Rheinhardt2021-02-271-10/+9
* avformat/dashdec: Fix leak of representation on errorAndreas Rheinhardt2021-02-271-31/+21
* avformat/dashdec: Remove unused index of representationAndreas Rheinhardt2021-02-271-28/+13
* avformat/dashdec: Fix memleaks upon read_header failureAndreas Rheinhardt2021-02-271-0/+2
* avformat/dashdec: Check allocation of AVProgramAndreas Rheinhardt2021-02-271-0/+1
* avformat/dashdec, hls: Update correct pointer to AVDictionaryAndreas Rheinhardt2021-02-271-4/+4
* avformat/dashdec: Fix leak of AVDictionary on errorAndreas Rheinhardt2021-02-271-3/+2
* avformat/dashdec: Free subtitle representations on exitAndreas Rheinhardt2021-02-271-0/+1
* avformat/dashdec: Free strings as soon as they aren't needed anymoreAndreas Rheinhardt2021-02-271-11/+4
* avformat/dashdec: Don't overwrite and leak old initialization fragmentsAndreas Rheinhardt2021-02-271-0/+1
* avformat/dashdec: Don't leave representation in inconsistent state on errorAndreas Rheinhardt2021-02-271-1/+1
* avformat/dashdec: Remove dead codeAndreas Rheinhardt2021-02-271-7/+1
* avformat/dashdec: Avoid double free on errorAndreas Rheinhardt2021-02-271-3/+1
* 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
* lavf/dashdec: drop unnecessary check before ff_format_io_closeJun Zhao2019-11-081-8/+4
* lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxerJun Zhao2019-11-081-2/+2
* avformat/dashdec: fix segfault when parsing segmentlistvectronic2019-09-231-1/+1
* avformat/dashdec: fix pointer being freed was not allocatedvectronic2019-09-231-0/+1
* avformat/dashdec: reindent code at parse_manifestSteven Liu2019-09-141-1/+1
* avformat/dashdec: add startNumber parser for segmentlistSteven Liu2019-09-121-1/+9
* avformat/dashdec: start from the root uri when baseURL is start with '/'Steven Liu2019-09-021-1/+11
* avformat/dashdec: fix code style and remove some empty lineSteven Liu2019-07-101-8/+3
* avformat/dashdec: fix code style in dash_read_packetSteven Liu2019-07-051-15/+16
* avformat/dashdec: refine and fix code style of dash_read_headerSteven Liu2019-07-041-35/+32
* avformat/dashdec: simplified code in open_demux_for_componentSteven Liu2019-07-041-1/+1
* avformat/dashdec: Fix reading values from SegmentTimeline inside Periodsfan52019-07-011-3/+4
* avformat/dashdec: check copy_init_section memory alloc resultSteven Liu2019-06-141-4/+16
* avformat/dashdec: add http_proxy, referer and rw_timeout http method support ...Steven Liu2019-06-141-1/+3
* lavf/dashdec: refactoring error handle logic for open_inputJun Zhao2019-05-141-3/+1
* lavf/dashdec: fix the coding logic after open_input failJun Zhao2019-05-141-1/+1
* avformat/dashdec: add ProgramInformation parserSteven Liu2019-04-221-0/+30
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* libavformat/dashdec: disable seeking only for live streams.Paweł Wegner2019-02-061-2/+2
* avformat/dashdec: refine uri path with double dot processGorilla Maguila2018-12-231-1/+1
* avformat/dashdec: add subtitle stream supportSteven Liu2018-11-301-7/+90
* lavf/dashdec: Add webm to the list of allowed extensions.Andrey Semashev2018-11-271-1/+1
* avformat/dashdec: minus minBufferTime when there have valueSteven Liu2018-09-061-1/+1