Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-26avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt
2021-07-29avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt
2021-07-07avformat/dashdec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-14avformat/dashdec: Also fetch final partial segmentMatt Robinson
2021-03-08avformat/dashdec: Don't needlessly strdup metadataAndreas Rheinhardt
2021-03-08avformat/dashdec: Remove limit on length of idAndreas Rheinhardt
2021-03-02avformat/dashdec: Increase size of id bufferAndreas Rheinhardt
2021-03-02avformat/dashdec: Ensure strings are zero-terminatedAndreas Rheinhardt
2021-02-04avformat/dashdec: Avoid segfault when URL template is unexpectedly missingsfan5
2021-02-04avformat/dashdec: Fix missing NULL checksfan5
2021-02-04avformat/dashdec: rename variable name for more readableSteven Liu
2021-02-04avformat/dashdec: check init_section before use it.Steven Liu
2020-10-20avformat/dashdec: check the root url lengthSteven Liu
2020-10-08avformat/dashdec: Reset pointer to NULL after freeing itAndreas Rheinhardt
2020-10-08libavformat/dashdec: Fix issue with dash on WindowsChristopher Degawa
2020-09-21avformat/dashdec: Avoid duplicating stringAndreas Rheinhardt
2020-09-21avformat/dashdec: Fix memleak on allocation error, avoid allocationAndreas Rheinhardt
2020-09-21avformat/dashdec: CosmeticsAndreas Rheinhardt
2020-09-21avformat/dashdec: Remove redundant casts to constAndreas Rheinhardt
2020-09-21avformat/dashdec: Return early for unsupported representationsAndreas Rheinhardt
2020-09-21avformat/dashdec: Remove redundant checksAndreas Rheinhardt
2020-09-21avformat/dashdec: Fix memleaks on error to add representation to dynarrayAndreas Rheinhardt
2020-09-21avformat/dashdec: Fix leak of representation languagesAndreas Rheinhardt
2020-09-21avformat/dashdec: Fix leak of string on error when parsing representationAndreas Rheinhardt
2020-09-21avformat/dashdec: Fix leak of representation on errorAndreas Rheinhardt
2020-09-21avformat/dashdec: Remove unused index of representationAndreas Rheinhardt
2020-09-21avformat/dashdec: Fix memleaks upon read_header failureAndreas Rheinhardt
2020-09-21avformat/dashdec: Check allocation of AVProgramAndreas Rheinhardt
2020-09-21avformat/dashdec, hls: Update correct pointer to AVDictionaryAndreas Rheinhardt
2020-09-21avformat/dashdec: Fix leak of AVDictionary on errorAndreas Rheinhardt
2020-09-21avformat/dashdec: Free subtitle representations on exitAndreas Rheinhardt
2020-09-21avformat/dashdec: Free strings as soon as they aren't needed anymoreAndreas Rheinhardt
2020-09-21avformat/dashdec: Don't overwrite and leak old initialization fragmentsAndreas Rheinhardt
2020-09-21avformat/dashdec: Don't leave representation in inconsistent state on errorAndreas Rheinhardt
2020-09-21avformat/dashdec: Remove dead codeAndreas Rheinhardt
2020-09-21avformat/dashdec: Avoid double free on errorAndreas Rheinhardt
2020-09-05avformat/dashdec: drop arbitrary DASH manifest size limitJan Ekström
2020-07-20lavf/dashdec: enable custom interrup callback in sub-demuxerJun Zhao
2020-06-18lavf/dashdec: Add missed side data/dispositionJun Zhao
2020-05-07avformat/dashdec: compute the segment size use current pos minus offset plus oneSteven Liu
2020-05-06lavf/dashdec: support larger manifestsrcombs
2020-04-15avformat/dashdec: add attribute lang for audio and subtitle streamsSteven Liu
2020-03-29avformat/dashdec: Don't allocate and leak strings that are never usedAndreas Rheinhardt
2020-03-05lavf/dashdec: add 3GPP TS26.247 probe in dash demuxerJun Zhao
2020-03-05lavf/dashdec: Add ts to the list of allowed extensions.Jun Zhao
2019-12-27avformat/dashdec: propagate icy to child AVIOContextsMarvin Scholz
2019-12-10Remove redundant ;Michael Niedermayer
2019-11-08lavf/dashdec: drop unnecessary check before ff_format_io_closeJun Zhao