287 Commits (4ced36744ee0bea5fb7a20d1b2926c588f89ea0b)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt 4a4dcde339 avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h 8 months ago
Andreas Rheinhardt 5144455c20 avformat/hls: Don't access FFInputFormat.raw_codec_id 8 months ago
Andreas Rheinhardt b800327f4c avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat 8 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Leo Izen 1f56bfc986
avformat/hls: use av_strlcopy instead of strncpy 11 months ago
James Almer 5432d2aaca avformat/avformat: use the side data from AVStream.codecpar 1 year ago
Michael Niedermayer 5f810435c2
avformat/hls: reduce default max reload to 3 1 year ago
Andreas Rheinhardt 4f98bf9dbd avformat/avio_internal: Don't include url.h 1 year ago
Andreas Rheinhardt 7001ff74ba avformat/aviobuf: Add ffio_init_(read|write)_context() 1 year ago
Timo Rothenpieler f225f8d746 avformat/hls: reset the playlist init segment on seek 1 year ago
Armin Hasitzka f2349e7e62 avformat/hls: Forward stream metadata from subdemuxer 1 year ago
Michael Niedermayer d09f50c0f5
avformat/hls: remove non standard hls extension 2 years ago
Michael Niedermayer 5b630743c6
avformat/hls: Better message from hls_probe() 2 years ago
Michael Niedermayer a0cb5722fd
avformat/hls: Check mime_ok first 2 years ago
Michael Niedermayer 954d16fa3f
avformat/hls: Try to implement RFC8216 playlist refusal 2 years ago
Michael Niedermayer 6b1f68ccb0
avformat/hls: fail on probing non hls/m3u8 file extensions 2 years ago
gnattu d09254a658 avformat/hls: Add option to retry failed segments for hls 2 years ago
Marvin Scholz 6c4f23cc20 avformat/hls: use av_dict_iterate 2 years ago
Tristan Matthews eb9153b4a7 avformat/hls: fix spelling and grammar on wrap warning 2 years ago
Michael Niedermayer d32a9f3137
libavformat/hls: Free keys 2 years ago
Li Kai df8ad4e391 avformat/hls: add #EXT-X-START tag support by prefer_x_start opt 2 years ago
Michael Niedermayer d8ee014254 avformat/hls: Limit start_seq_no to one bit less 2 years ago
Andreas Rheinhardt e3580f6077 avformat/hls, dashdec: Don't use AV_OPT flags in av_dict_set() 3 years ago
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
Andreas Rheinhardt 1dcd0adedd avformat: Remove unnecessary inclusions from libavcodec 3 years ago
Michael Niedermayer a8fd3f7fab avformat/hls: Check target_duration 3 years ago
Zhao Zhili 92053aa260 avformat/hls: add AVFMT_NO_BYTE_SEEK flag 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Michael Niedermayer bf33a38499 avformat/hls: Use unsigned for iv computation 3 years ago
Gustav Grusell e78d0810d1 avformat/hls: Implement support for using AVSEEK_FLAG_BACKWARD when seeking 3 years ago
Andreas Rheinhardt ed18b8d79f avformat/hls: Remove redundant cast 3 years ago
Pierre-Anthony Lemieux c8b5f2848d
avformat/aviobuf: ffio_copy_url_options 3 years ago
Andreas Rheinhardt e38eaf4749 avformat/utils: Make ff_data_to_hex() zero-terminate the string 3 years ago
Nachiket Tarate f14adb0516 libavformat/hls: correct indentation 3 years ago
Nachiket Tarate ff958b3846 libavformat/hls: add support for decryption of HLS media segments encrypted using SAMPLE-AES encryption method 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
Andreas Rheinhardt 0a7e911108 avformat/hls: Simplify cleanup after read_header failure 3 years ago
Gyan Doshi 51f1194eda avformat/hls: relay format options to segment demuxer 4 years ago
Limin Wang eb390d7f9d avformat/hls: use av_strncasecmp() 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Marton Balint 28c83584e8 avformat/hls: check return value of new_init_section() 4 years ago
James Almer f57a258223 avformat/hls: use av_packet_alloc() to allocate packets 4 years ago
Ed Martin 63344337f9 libavformat/hls: Reset options after open_url_keepalive() fails 4 years ago
Zhao Zhili 47327aa2d9 avformat/hls: change sequence number type to int64_t 4 years ago
Steven Liu e7703ae335 avformat/hls: update comment of file description 4 years ago
bevis de59826703 libavformat/hls: use local var url for log to avoid crash 4 years ago