| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h | Andreas Rheinhardt | 2024-03-26 | 1 | -1/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+5 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/avformat: use the side data from AVStream.codecpar | James Almer | 2023-10-06 | 1 | -11/+0 |
* | avformat/avio_internal: Don't include url.h | Andreas Rheinhardt | 2023-09-10 | 1 | -0/+1 |
* | avformat/avformat: Avoid including codec.h, frame.h | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+1 |
* | avformat/dashdec: Reindent after the previous commit | Andreas Rheinhardt | 2022-09-22 | 1 | -7/+7 |
* | avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leak | Andreas Rheinhardt | 2022-09-22 | 1 | -1/+6 |
* | avformat/hls, dashdec: Don't use AV_OPT flags in av_dict_set() | Andreas Rheinhardt | 2022-05-16 | 1 | -1/+1 |
* | avformat/dashdec: accept and relay CENC decryption key | Gyan Doshi | 2022-05-14 | 1 | -0/+5 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+1 |
* | avformat/dashdec: avoid calling strlen multiple times | Limin Wang | 2022-01-30 | 1 | -2/+4 |
* | avformat/dashdec: do not use filesize when reading XML file | Marton Balint | 2022-01-09 | 1 | -16/+4 |
* | avformat/aviobuf: ffio_copy_url_options | Pierre-Anthony Lemieux | 2021-12-19 | 1 | -26/+1 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -7/+7 |
* | 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 |