summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avformat/hls: use av_strlcopy instead of strncpyLeo Izen2023-12-16
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-06
* avformat/hls: reduce default max reload to 3Michael Niedermayer2023-09-16
* avformat/avio_internal: Don't include url.hAndreas Rheinhardt2023-09-10
* avformat/aviobuf: Add ffio_init_(read|write)_context()Andreas Rheinhardt2023-09-07
* avformat/hls: reset the playlist init segment on seekTimo Rothenpieler2023-08-22
* avformat/hls: Forward stream metadata from subdemuxerArmin Hasitzka2023-06-17
* avformat/hls: remove non standard hls extensionMichael Niedermayer2023-05-22
* avformat/hls: Better message from hls_probe()Michael Niedermayer2023-05-22
* avformat/hls: Check mime_ok firstMichael Niedermayer2023-05-22
* avformat/hls: Try to implement RFC8216 playlist refusalMichael Niedermayer2023-05-15
* avformat/hls: fail on probing non hls/m3u8 file extensionsMichael Niedermayer2023-05-06
* avformat/hls: Add option to retry failed segments for hlsgnattu2023-02-09
* avformat/hls: use av_dict_iterateMarvin Scholz2022-12-01
* avformat/hls: fix spelling and grammar on wrap warningTristan Matthews2022-10-20
* libavformat/hls: Free keysMichael Niedermayer2022-09-10
* avformat/hls: add #EXT-X-START tag support by prefer_x_start optLi Kai2022-06-29
* avformat/hls: Limit start_seq_no to one bit lessMichael Niedermayer2022-06-23
* avformat/hls, dashdec: Don't use AV_OPT flags in av_dict_set()Andreas Rheinhardt2022-05-16
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* avformat: Remove unnecessary inclusions from libavcodecAndreas Rheinhardt2022-03-23
* avformat/hls: Check target_durationMichael Niedermayer2022-03-21
* avformat/hls: add AVFMT_NO_BYTE_SEEK flagZhao Zhili2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avformat/hls: Use unsigned for iv computationMichael Niedermayer2022-02-09
* avformat/hls: Implement support for using AVSEEK_FLAG_BACKWARD when seekingGustav Grusell2022-02-09
* avformat/hls: Remove redundant castAndreas Rheinhardt2022-01-21
* avformat/aviobuf: ffio_copy_url_optionsPierre-Anthony Lemieux2021-12-19
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* libavformat/hls: correct indentationNachiket Tarate2021-10-13
* libavformat/hls: add support for decryption of HLS media segments encrypted u...Nachiket Tarate2021-10-13
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-25
* avformat/hls: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-07
* avformat/hls: relay format options to segment demuxerGyan Doshi2021-05-30
* 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