| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat/hls: correct indentation | Nachiket Tarate | 2021-10-13 | 1 | -17/+17 |
* | libavformat/hls: add support for decryption of HLS media segments encrypted u... | Nachiket Tarate | 2021-10-13 | 1 | -18/+110 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -11/+12 |
* | avformat/hls: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -20/+14 |
* | avformat/hls: relay format options to segment demuxer | Gyan Doshi | 2021-05-30 | 1 | -1/+8 |
* | avformat/hls: use av_strncasecmp() | Limin Wang | 2021-05-07 | 1 | -1/+1 |
* | 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/hls: check return value of new_init_section() | Marton Balint | 2021-04-18 | 1 | -0/+4 |
* | avformat/hls: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -34/+39 |
* | libavformat/hls: Reset options after open_url_keepalive() fails | Ed Martin | 2021-03-15 | 1 | -0/+2 |
* | avformat/hls: change sequence number type to int64_t | Zhao Zhili | 2021-01-24 | 1 | -24/+32 |
* | avformat/hls: update comment of file description | Steven Liu | 2020-12-28 | 1 | -1/+1 |
* | libavformat/hls: use local var url for log to avoid crash | bevis | 2020-10-22 | 1 | -2/+3 |
* | lavf/hls: add AC-3/EAC-3 to allowed extensions file list | Jun Zhao | 2020-09-28 | 1 | -1/+1 |
* | avformat/dashdec, hls: Update correct pointer to AVDictionary | Andreas Rheinhardt | 2020-09-21 | 1 | -6/+6 |
* | avformat/hls: Use av_init_pkt() directly | Andreas Rheinhardt | 2020-08-18 | 1 | -11/+1 |
* | avformat/hls: Remove redundant resetting of AVPacket | Andreas Rheinhardt | 2020-08-18 | 1 | -1/+0 |
* | avformat/hls: Fix memleak when url is empty | Andreas Rheinhardt | 2020-08-18 | 1 | -1/+3 |
* | avformat/hls: support avio_seek in encryption mode | Steven Liu | 2020-08-10 | 1 | -1/+1 |
* | lavf/hls: enable custom interrup callback in sub-demuxer | Jun Zhao | 2020-07-20 | 1 | -0/+1 |
* | avformat/hls: Pass a copy of the URL for probing | Michael Niedermayer | 2020-07-01 | 1 | -2/+4 |
* | lavf/hls: Add missed side data/disposition | vacingfang | 2020-06-18 | 1 | -0/+14 |
* | avformat/hls: check segment duration value of EXTINF | Steven Liu | 2020-06-10 | 1 | -2/+7 |
* | avformat/hls: check output string is usable of ff_make_absolute_url | Steven Liu | 2020-06-10 | 1 | -0/+23 |
* | avformat/id3v2: Remove unnecessary indirection | Andreas Rheinhardt | 2020-05-25 | 1 | -4/+4 |
* | avformat/id3v2: Avoid allocations for ID3v2ExtraMeta | Andreas Rheinhardt | 2020-05-25 | 1 | -2/+2 |
* | avformat/hls: Remove redundant resetting of pointer | Andreas Rheinhardt | 2020-05-20 | 1 | -1/+0 |
* | avformat/hls: Don't strdup non-null-terminated string | Andreas Rheinhardt | 2020-03-24 | 1 | -4/+3 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | avformat/hls: support data protocol in uri for EXT-X-MAP | Steven Liu | 2020-01-18 | 1 | -1/+12 |
* | avformat/hls: propagate icy to child AVIOContexts | Marvin Scholz | 2019-12-27 | 1 | -1/+1 |
* | avformat/hls: Use av_packet_move_ref() for packet ownership transfer | Andreas Rheinhardt | 2019-12-23 | 1 | -2/+1 |
* | avformat/hls: correct grammatical errors of m3u8_hold_counters option | Steven Liu | 2019-11-27 | 1 | -1/+1 |
* | avformat/hls: add option for the m3u8 list load max times | Steven Liu | 2019-11-25 | 1 | -0/+17 |
* | avformat/hls: continue to play enabled playlist when have failed playlist | Steven Liu | 2019-11-13 | 1 | -5/+15 |
* | lavf/hls: support probesize/max_analyze_duration when open sub-demuxer | Jun Zhao | 2019-11-08 | 1 | -0/+2 |
* | lavf/hls: fix the log context setting in log message | Jun Zhao | 2019-11-08 | 1 | -7/+7 |
* | avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format | Philip Langdale | 2019-10-30 | 1 | -1/+1 |
* | avformat/hls: fix missing segment offset reset on last segment when http_mult... | vectronic | 2019-10-08 | 1 | -0/+1 |
* | avformat/hls: pass http offset options to http request | vectronic | 2019-10-08 | 1 | -4/+4 |
* | lavf/hls: fix memory leak in error handling path for option tmp | Jun Zhao | 2019-09-14 | 1 | -3/+4 |
* | lavf/hls: remove redundancy seekable setting | Jun Zhao | 2019-09-14 | 1 | -1/+0 |
* | lavf/hls: drop unnecessary check before ff_format_io_close | Jun Zhao | 2019-09-14 | 1 | -12/+6 |
* | lavf/hls: refine the log message | Jun Zhao | 2019-09-14 | 1 | -3/+3 |
* | lavf/hls: add http_seekable option for HTTP partial requests | Jun Zhao | 2019-08-08 | 1 | -2/+7 |
* | lavf/hls: replace the same code logic with ensure_playlist() | vacingfang | 2019-07-26 | 1 | -7/+3 |
* | lavf/hls: remove redundancy reset_packet() after av_packet_unref() | Jun Zhao | 2019-07-26 | 1 | -4/+0 |
* | lavf/hls: More log message | Jun Zhao | 2019-06-14 | 1 | -2/+3 |