| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 1 | -0/+1 |
* | avformat/dashdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -21/+13 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/dashdec: Also fetch final partial segment | Matt Robinson | 2021-04-14 | 1 | -1/+1 |
* | avformat/dashdec: Don't needlessly strdup metadata | Andreas Rheinhardt | 2021-03-08 | 1 | -14/+13 |
* | avformat/dashdec: Remove limit on length of id | Andreas Rheinhardt | 2021-03-08 | 1 | -17/+25 |
* | avformat/dashdec: Increase size of id buffer | Andreas Rheinhardt | 2021-03-02 | 1 | -1/+1 |
* | avformat/dashdec: Ensure strings are zero-terminated | Andreas Rheinhardt | 2021-03-02 | 1 | -1/+2 |
* | avformat/dashdec: Avoid segfault when URL template is unexpectedly missing | sfan5 | 2021-02-04 | 1 | -1/+9 |
* | avformat/dashdec: Fix missing NULL check | sfan5 | 2021-02-04 | 1 | -1/+1 |
* | avformat/dashdec: rename variable name for more readable | Steven Liu | 2021-02-04 | 1 | -2/+3 |
* | avformat/dashdec: check init_section before use it. | Steven Liu | 2021-02-04 | 1 | -1/+6 |
* | avformat/dashdec: check the root url length | Steven Liu | 2020-10-20 | 1 | -1/+1 |
* | avformat/dashdec: Reset pointer to NULL after freeing it | Andreas Rheinhardt | 2020-10-08 | 1 | -0/+1 |
* | libavformat/dashdec: Fix issue with dash on Windows | Christopher Degawa | 2020-10-08 | 1 | -1/+1 |
* | avformat/dashdec: Avoid duplicating string | Andreas Rheinhardt | 2020-09-21 | 1 | -6/+1 |
* | avformat/dashdec: Fix memleak on allocation error, avoid allocation | Andreas Rheinhardt | 2020-09-21 | 1 | -7/+2 |
* | avformat/dashdec: Cosmetics | Andreas Rheinhardt | 2020-09-21 | 1 | -253/+245 |
* | avformat/dashdec: Remove redundant casts to const | Andreas Rheinhardt | 2020-09-21 | 1 | -45/+45 |
* | avformat/dashdec: Return early for unsupported representations | Andreas Rheinhardt | 2020-09-21 | 1 | -15/+15 |
* | avformat/dashdec: Remove redundant checks | Andreas Rheinhardt | 2020-09-21 | 1 | -8/+1 |
* | avformat/dashdec: Fix memleaks on error to add representation to dynarray | Andreas Rheinhardt | 2020-09-21 | 1 | -9/+23 |
* | avformat/dashdec: Fix leak of representation languages | Andreas Rheinhardt | 2020-09-21 | 1 | -0/+1 |
* | avformat/dashdec: Fix leak of string on error when parsing representation | Andreas Rheinhardt | 2020-09-21 | 1 | -10/+9 |
* | avformat/dashdec: Fix leak of representation on error | Andreas Rheinhardt | 2020-09-21 | 1 | -31/+21 |
* | avformat/dashdec: Remove unused index of representation | Andreas Rheinhardt | 2020-09-21 | 1 | -28/+13 |
* | avformat/dashdec: Fix memleaks upon read_header failure | Andreas Rheinhardt | 2020-09-21 | 1 | -0/+2 |
* | avformat/dashdec: Check allocation of AVProgram | Andreas Rheinhardt | 2020-09-21 | 1 | -0/+1 |
* | avformat/dashdec, hls: Update correct pointer to AVDictionary | Andreas Rheinhardt | 2020-09-21 | 1 | -4/+4 |
* | avformat/dashdec: Fix leak of AVDictionary on error | Andreas Rheinhardt | 2020-09-21 | 1 | -3/+2 |
* | avformat/dashdec: Free subtitle representations on exit | Andreas Rheinhardt | 2020-09-21 | 1 | -0/+1 |
* | avformat/dashdec: Free strings as soon as they aren't needed anymore | Andreas Rheinhardt | 2020-09-21 | 1 | -11/+4 |
* | avformat/dashdec: Don't overwrite and leak old initialization fragments | Andreas Rheinhardt | 2020-09-21 | 1 | -0/+1 |
* | avformat/dashdec: Don't leave representation in inconsistent state on error | Andreas Rheinhardt | 2020-09-21 | 1 | -1/+1 |
* | avformat/dashdec: Remove dead code | Andreas Rheinhardt | 2020-09-21 | 1 | -7/+1 |
* | avformat/dashdec: Avoid double free on error | Andreas Rheinhardt | 2020-09-21 | 1 | -3/+1 |
* | avformat/dashdec: drop arbitrary DASH manifest size limit | Jan Ekström | 2020-09-05 | 1 | -4/+6 |
* | lavf/dashdec: enable custom interrup callback in sub-demuxer | Jun Zhao | 2020-07-20 | 1 | -0/+1 |
* | lavf/dashdec: Add missed side data/disposition | Jun Zhao | 2020-06-18 | 1 | -0/+14 |
* | avformat/dashdec: compute the segment size use current pos minus offset plus one | Steven Liu | 2020-05-07 | 1 | -1/+1 |
* | lavf/dashdec: support larger manifests | rcombs | 2020-05-06 | 1 | -14/+15 |
* | avformat/dashdec: add attribute lang for audio and subtitle streams | Steven Liu | 2020-04-15 | 1 | -4/+45 |
* | avformat/dashdec: Don't allocate and leak strings that are never used | Andreas Rheinhardt | 2020-03-29 | 1 | -27/+0 |
* | lavf/dashdec: add 3GPP TS26.247 probe in dash demuxer | Jun Zhao | 2020-03-05 | 1 | -1/+2 |
* | lavf/dashdec: Add ts to the list of allowed extensions. | Jun Zhao | 2020-03-05 | 1 | -1/+1 |
* | avformat/dashdec: propagate icy to child AVIOContexts | Marvin Scholz | 2019-12-27 | 1 | -1/+1 |
* | Remove redundant ; | Michael Niedermayer | 2019-12-10 | 1 | -1/+1 |
* | lavf/dashdec: drop unnecessary check before ff_format_io_close | Jun Zhao | 2019-11-08 | 1 | -8/+4 |
* | lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxer | Jun Zhao | 2019-11-08 | 1 | -2/+2 |