222 Commits (28743f1803721b6d0b7dcfcc1cb07c1e58f8cc12)

Author SHA1 Message Date
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
vectronic b21c5ef501 avformat/hls: pass http offset options to http request 5 years ago
Jun Zhao 0c5726a332 lavf/hls: fix memory leak in error handling path for option tmp 5 years ago
Jun Zhao 90a5bebd19 lavf/hls: remove redundancy seekable setting 5 years ago
Jun Zhao eada079e71 lavf/hls: drop unnecessary check before ff_format_io_close 5 years ago
Jun Zhao 48d96ce29a lavf/hls: refine the log message 5 years ago
Jun Zhao 5e829262a6 lavf/hls: add http_seekable option for HTTP partial requests 5 years ago
vacingfang d83a3117e2 lavf/hls: replace the same code logic with ensure_playlist() 6 years ago
Jun Zhao 606be4cb50 lavf/hls: remove redundancy reset_packet() after av_packet_unref() 6 years ago
Jun Zhao 6f82bf9dd3 lavf/hls: More log message 6 years ago
Steven Liu bee0fba7e6 avformat/hls: add http 2.0 version number compare for the http_multiple 6 years ago
Steven Liu 5d0652916f avformat/hls: avformat_find_stream_info when the audio list in the variant 6 years ago
Jun Zhao 1e7a8b92ee lavf/hls: Update av_log() log message 6 years ago
Jun Zhao d6489ddb7a lavf/hls: Remove HLSContext.strict_std_compliance field 6 years ago
Jun Zhao abfeba9724 lavf/hls: Cleanup the applehttp 6 years ago
Steven Liu 326cec3771 avformat/hls: make different warning message between open url and parse playlist 6 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 3aa6208db9 lavf: Constify AVInputFormat pointer. 6 years ago
Jun Zhao 32fb83e431 lavc/hls: Cosmetics: Fix indentation for free_segment_list 6 years ago
vkot 3ee735901e avformat/hls.c: Properly free prev_segments dynarray after playlist parsing 6 years ago
Steven Liu 9e61141905 avformat/hls: support decryption AES128 fmp4 m3u8 list 6 years ago
Aman Gupta 673d8cfd51 avformat/hls: fix seeking around EVENT playlist after media sequence changes 7 years ago
wm4 1d642ebfdb avformat/hls: don't propagate deprecated "user-agent" AVOption 7 years ago
Steven Liu 223f3dff8c avformat/hls: remove redundant code 7 years ago
Richard Shaffer c116221d90 avformat/hls: clean up duplicate option fields 7 years ago
Richard Shaffer 6a1be7561c avformat/hls: copy rw_timeout from parent to child AVIOContexts. 7 years ago
Steven Liu 0b3c1854cb Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts." 7 years ago
Steven Liu 36deec010c avformat/hls: copy rw_timeout from parent to child AVIOContexts. 7 years ago
Steven Liu 6fbfb20faf avformat/hls: remove redundant code 7 years ago
Jun Zhao 0e49118271 lavf/hls: use ff_get_chomp_line 7 years ago
Jun Zhao 51e3010575 lavf/hls: Remove the dead code in parse_playlist() 7 years ago
Richard Shaffer 651d5f9639 avformat/hls: Support metadata updates from subdemuxers 7 years ago
Steven Liu b1af0e23a3 avformat/hls: store referer message in HLS http request 7 years ago
Marton Balint 45ec2e44be avformat/hls: migrate to AVFormatContext->url 7 years ago
wm4 23ffeb91fe hls: don't print a certain warning if playlist loading is aborted 7 years ago
wm4 6194d7e564 avformat, hls: add a flag to signal unavailability of seeking 7 years ago
wm4 637dfa3942 hls: do not allow fallback to generic seeking 7 years ago
Steven Liu 2906363d1b avformat/hls: release mem resource to fix memleak 7 years ago
Aman Gupta 97b89432e4 avformat/hls: ignore http_persistent for segments requring crypto 7 years ago
Aman Gupta 1dd82edea5 avformat/hls: enable http_multiple only for http/1.1 servers 7 years ago