summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* avformat/hls: use av_strncasecmp()Limin Wang2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avformat/hls: check return value of new_init_section()Marton Balint2021-04-18
* avformat/hls: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* libavformat/hls: Reset options after open_url_keepalive() failsEd Martin2021-03-15
* avformat/hls: change sequence number type to int64_tZhao Zhili2021-01-24
* avformat/hls: update comment of file descriptionSteven Liu2020-12-28
* libavformat/hls: use local var url for log to avoid crashbevis2020-10-22
* lavf/hls: add AC-3/EAC-3 to allowed extensions file listJun Zhao2020-09-28
* avformat/dashdec, hls: Update correct pointer to AVDictionaryAndreas Rheinhardt2020-09-21
* avformat/hls: Use av_init_pkt() directlyAndreas Rheinhardt2020-08-18
* avformat/hls: Remove redundant resetting of AVPacketAndreas Rheinhardt2020-08-18
* avformat/hls: Fix memleak when url is emptyAndreas Rheinhardt2020-08-18
* avformat/hls: support avio_seek in encryption modeSteven Liu2020-08-10
* lavf/hls: enable custom interrup callback in sub-demuxerJun Zhao2020-07-20
* avformat/hls: Pass a copy of the URL for probingMichael Niedermayer2020-07-01
* lavf/hls: Add missed side data/dispositionvacingfang2020-06-18
* avformat/hls: check segment duration value of EXTINFSteven Liu2020-06-10
* avformat/hls: check output string is usable of ff_make_absolute_urlSteven Liu2020-06-10
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-25
* avformat/id3v2: Avoid allocations for ID3v2ExtraMetaAndreas Rheinhardt2020-05-25
* avformat/hls: Remove redundant resetting of pointerAndreas Rheinhardt2020-05-20
* avformat/hls: Don't strdup non-null-terminated stringAndreas Rheinhardt2020-03-24
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu2020-01-18
* avformat/hls: propagate icy to child AVIOContextsMarvin Scholz2019-12-27
* avformat/hls: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2019-12-23
* avformat/hls: correct grammatical errors of m3u8_hold_counters optionSteven Liu2019-11-27
* avformat/hls: add option for the m3u8 list load max timesSteven Liu2019-11-25
* avformat/hls: continue to play enabled playlist when have failed playlistSteven Liu2019-11-13
* lavf/hls: support probesize/max_analyze_duration when open sub-demuxerJun Zhao2019-11-08
* lavf/hls: fix the log context setting in log messageJun Zhao2019-11-08
* avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input formatPhilip Langdale2019-10-30
* avformat/hls: fix missing segment offset reset on last segment when http_mult...vectronic2019-10-08
* avformat/hls: pass http offset options to http requestvectronic2019-10-08
* lavf/hls: fix memory leak in error handling path for option tmpJun Zhao2019-09-14
* lavf/hls: remove redundancy seekable settingJun Zhao2019-09-14
* lavf/hls: drop unnecessary check before ff_format_io_closeJun Zhao2019-09-14
* lavf/hls: refine the log messageJun Zhao2019-09-14
* lavf/hls: add http_seekable option for HTTP partial requestsJun Zhao2019-08-08
* lavf/hls: replace the same code logic with ensure_playlist()vacingfang2019-07-26
* lavf/hls: remove redundancy reset_packet() after av_packet_unref()Jun Zhao2019-07-26
* lavf/hls: More log messageJun Zhao2019-06-14
* avformat/hls: add http 2.0 version number compare for the http_multipleSteven Liu2019-06-14
* avformat/hls: avformat_find_stream_info when the audio list in the variantSteven Liu2019-06-14
* lavf/hls: Update av_log() log messageJun Zhao2019-06-07
* lavf/hls: Remove HLSContext.strict_std_compliance fieldJun Zhao2019-04-27
* lavf/hls: Cleanup the applehttpJun Zhao2019-04-15
* avformat/hls: make different warning message between open url and parse playlistSteven Liu2019-04-02