261 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
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
Jun Zhao 5bf22519ce lavf/hls: add AC-3/EAC-3 to allowed extensions file list 4 years ago
Andreas Rheinhardt ac2852d795 avformat/dashdec, hls: Update correct pointer to AVDictionary 4 years ago
Andreas Rheinhardt 97d8029149 avformat/hls: Use av_init_pkt() directly 4 years ago
Andreas Rheinhardt 8c91b5c48a avformat/hls: Remove redundant resetting of AVPacket 4 years ago
Andreas Rheinhardt dfc6a9f075 avformat/hls: Fix memleak when url is empty 4 years ago
Steven Liu 6e4bba4055 avformat/hls: support avio_seek in encryption mode 4 years ago
Jun Zhao 4239a8c983 lavf/hls: enable custom interrup callback in sub-demuxer 4 years ago
Michael Niedermayer b5e39880fb avformat/hls: Pass a copy of the URL for probing 4 years ago
vacingfang b7f3a7c439 lavf/hls: Add missed side data/disposition 4 years ago
Steven Liu 9dfb19baeb avformat/hls: check segment duration value of EXTINF 4 years ago
Steven Liu ea1940c6e2 avformat/hls: check output string is usable of ff_make_absolute_url 4 years ago
Andreas Rheinhardt 37140ebd87 avformat/id3v2: Remove unnecessary indirection 5 years ago
Andreas Rheinhardt f08853b284 avformat/id3v2: Avoid allocations for ID3v2ExtraMeta 5 years ago
Andreas Rheinhardt 9f6b738896 avformat/hls: Remove redundant resetting of pointer 5 years ago
Andreas Rheinhardt 9dfc409e6b avformat/hls: Don't strdup non-null-terminated string 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Steven Liu b9606064c4 avformat/hls: support data protocol in uri for EXT-X-MAP 5 years ago
Marvin Scholz c3bb6efef2 avformat/hls: propagate icy to child AVIOContexts 5 years ago
Andreas Rheinhardt 5b42d33571 avformat/hls: Use av_packet_move_ref() for packet ownership transfer 5 years ago
Steven Liu afee801276 avformat/hls: correct grammatical errors of m3u8_hold_counters option 5 years ago
Steven Liu d5e3d8e2f7 avformat/hls: add option for the m3u8 list load max times 5 years ago
Steven Liu 4e0860e363 avformat/hls: continue to play enabled playlist when have failed playlist 5 years ago
Jun Zhao 5307c12acb lavf/hls: support probesize/max_analyze_duration when open sub-demuxer 5 years ago
Jun Zhao bbf061c7ca lavf/hls: fix the log context setting in log message 5 years ago
Philip Langdale d6ac6650b9 avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format 5 years ago
vectronic e149be38a8 avformat/hls: fix missing segment offset reset on last segment when http_multiple is enabled. 5 years ago