summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hls: Try to implement RFC8216 playlist refusalMichael Niedermayer2023-05-151-1/+10
* avformat/hls: fail on probing non hls/m3u8 file extensionsMichael Niedermayer2023-05-061-1/+8
* avformat/hls: Add option to retry failed segments for hlsgnattu2023-02-091-1/+14
* avformat/hls: use av_dict_iterateMarvin Scholz2022-12-011-3/+3
* avformat/hls: fix spelling and grammar on wrap warningTristan Matthews2022-10-201-1/+1
* libavformat/hls: Free keysMichael Niedermayer2022-09-101-0/+1
* avformat/hls: add #EXT-X-START tag support by prefer_x_start optLi Kai2022-06-291-2/+58
* avformat/hls: Limit start_seq_no to one bit lessMichael Niedermayer2022-06-231-3/+3
* avformat/hls, dashdec: Don't use AV_OPT flags in av_dict_set()Andreas Rheinhardt2022-05-161-1/+1
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-0/+1
* avformat: Remove unnecessary inclusions from libavcodecAndreas Rheinhardt2022-03-231-0/+1
* avformat/hls: Check target_durationMichael Niedermayer2022-03-211-1/+7
* avformat/hls: add AVFMT_NO_BYTE_SEEK flagZhao Zhili2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avformat/hls: Use unsigned for iv computationMichael Niedermayer2022-02-091-1/+1
* avformat/hls: Implement support for using AVSEEK_FLAG_BACKWARD when seekingGustav Grusell2022-02-091-7/+17
* avformat/hls: Remove redundant castAndreas Rheinhardt2022-01-211-1/+1
* avformat/aviobuf: ffio_copy_url_optionsPierre-Anthony Lemieux2021-12-191-23/+1
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-081-2/+0
* libavformat/hls: correct indentationNachiket Tarate2021-10-131-17/+17
* libavformat/hls: add support for decryption of HLS media segments encrypted u...Nachiket Tarate2021-10-131-18/+110
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-11/+12
* avformat/hls: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-20/+14
* avformat/hls: relay format options to segment demuxerGyan Doshi2021-05-301-1/+8
* avformat/hls: use av_strncasecmp()Limin Wang2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-1/+1
* avformat/hls: check return value of new_init_section()Marton Balint2021-04-181-0/+4
* avformat/hls: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-34/+39
* libavformat/hls: Reset options after open_url_keepalive() failsEd Martin2021-03-151-0/+2
* avformat/hls: change sequence number type to int64_tZhao Zhili2021-01-241-24/+32
* avformat/hls: update comment of file descriptionSteven Liu2020-12-281-1/+1
* libavformat/hls: use local var url for log to avoid crashbevis2020-10-221-2/+3
* lavf/hls: add AC-3/EAC-3 to allowed extensions file listJun Zhao2020-09-281-1/+1
* avformat/dashdec, hls: Update correct pointer to AVDictionaryAndreas Rheinhardt2020-09-211-6/+6
* avformat/hls: Use av_init_pkt() directlyAndreas Rheinhardt2020-08-181-11/+1
* avformat/hls: Remove redundant resetting of AVPacketAndreas Rheinhardt2020-08-181-1/+0
* avformat/hls: Fix memleak when url is emptyAndreas Rheinhardt2020-08-181-1/+3
* avformat/hls: support avio_seek in encryption modeSteven Liu2020-08-101-1/+1
* lavf/hls: enable custom interrup callback in sub-demuxerJun Zhao2020-07-201-0/+1
* avformat/hls: Pass a copy of the URL for probingMichael Niedermayer2020-07-011-2/+4
* lavf/hls: Add missed side data/dispositionvacingfang2020-06-181-0/+14
* avformat/hls: check segment duration value of EXTINFSteven Liu2020-06-101-2/+7
* avformat/hls: check output string is usable of ff_make_absolute_urlSteven Liu2020-06-101-0/+23
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-251-4/+4
* avformat/id3v2: Avoid allocations for ID3v2ExtraMetaAndreas Rheinhardt2020-05-251-2/+2
* avformat/hls: Remove redundant resetting of pointerAndreas Rheinhardt2020-05-201-1/+0
* avformat/hls: Don't strdup non-null-terminated stringAndreas Rheinhardt2020-03-241-4/+3
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0