288 Commits (febc9e8162af9a38a9ee94684b26fe8a87e820fe)

Author SHA1 Message Date
Anssi Hannula 9aa0606e87 avformat/hls: properly take stream_index into account when seeking 11 years ago
Anssi Hannula ad701326b4 avformat/hls: open playlists immediately when AVDISCARD_ALL is dropped 11 years ago
Anssi Hannula 05ce529a59 avformat/hls: factor identical playlist allocations out of parse_playlist 11 years ago
Anssi Hannula 6b4b73e75d avformat/hls: do not use sequence numbers for packet ordering 11 years ago
Anssi Hannula 8fd6875c83 avformat/hls: do not care about stream start timestamps 11 years ago
Anssi Hannula d549b0910c avformat/hls: avoid unnecessary segment retrievals 11 years ago
Anssi Hannula 4e85202bcc avformat/hls: improve segment selection when restarting list reception 11 years ago
Anssi Hannula 61e1a70278 avformat/hls: track seeking on a per-playlist basis 11 years ago
Anssi Hannula 01b184e68d avformat/hls: parse ID3 timestamps for elementary audio streams 11 years ago
Anssi Hannula 1cb8d986b8 avformat/hls: split read_from_url() out of read_data() 11 years ago
Anssi Hannula f7c7fc1369 avformat/hls: add some logging messages 11 years ago
Anssi Hannula da7759b357 avformat/hls: add support for byte-ranged segments 11 years ago
Anssi Hannula cc1162d775 avformat/hls: always return EOF for unneeded playlist streams 11 years ago
Anssi Hannula edf4406c4d avformat/hls: add support for alternative renditions 11 years ago
Mikael Finstad 5846d8a91e avformat/hls: Fix cookies and user agent with encrypted HLS streams 11 years ago
Anssi Hannula 9371d70bad avformat/hls: decouple playlists from variants 11 years ago
Martin Storsjö 56c2337004 hls: Avoid reading outside of the allocated array 11 years ago
Martin Storsjö 8c92909814 hls: Check whether the AVIOContext contains a new redirected URL 11 years ago
kowalsky 4684539c91 avformat/hls: fixed bug where custom http headers weren't kept for hls streams 11 years ago
Michael Niedermayer 21a2b97365 avformat/hls: do not limit manifest lines to 1024 chars 11 years ago
Michael Niedermayer 9696740af7 hls: Call avformat_find_stream_info() on the chained demuxers 11 years ago
Martin Storsjö 06205b5efd hls: Free packets when skipping packets when seeking 11 years ago
Martin Storsjö c441910399 hls: Store all durations in AV_TIME_BASE 11 years ago
Martin Storsjö e1d5b24476 hls: Store first_timestamp in units of AV_TIME_BASE 11 years ago
LYF c110cbf6b5 hls: Create an AVProgram for each variant 11 years ago
Michael Niedermayer 9d64f23629 hls: Respect the different stream time bases when comparing dts 11 years ago
Martin Storsjö c11e33a3d9 hls: Set stream offset before opening a chained demuxer 11 years ago
Michael Niedermayer cdd2d73d31 hls: Don't check discard flags until the parent demuxer's streams actually exist 11 years ago
Michael Niedermayer 82bf8c8783 hls: Copy the time base from the chained demuxer 11 years ago
Martin Storsjö eb33ba04e0 hls: Return all packets from a previous variant before moving on to the next one 11 years ago
Michael Niedermayer 419a3d8a43 avformat/hls: avoid floating point arithmetic 11 years ago
Zhang Rui 2a5891bb9d avformat/hls: parse EXTINF duration as floating-point number 11 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Michael Niedermayer a12a618aa9 hls: fix timebase 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Reimar Döffinger db6e2e848b hls: do not access pb->opaque for custom IO. 12 years ago
Michael Niedermayer 665f2d432c hls: add missing checks for accessing avoption fields 12 years ago
Micah Galizia d4e5d8d4c2 lavf/hls: broker HTTP options 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Clément Bœsch 030db0c1dd lavf/hls: whitespace cosmetics after 23db5418. 12 years ago
LYF 23db5418ed hls: create an AVProgram for each variant 12 years ago
Michael Niedermayer 395caf3de8 hls: fix integer overflow 12 years ago
Duncan Salerno bd2f8e8f79 Fix second use of AVOptions in HLS 12 years ago
Duncan Salerno 5cdd3b995c hls: Disable http seekability probing 12 years ago
Michael Niedermayer 3ac754b93b hls: fix min DTS code, try #2 12 years ago
Michael Niedermayer bf606334ad hls: fix EOF check 12 years ago
Michael Niedermayer 7123e9506b hls: use av_compare_ts() instead of comparing apples to oranges. 12 years ago
Michael Niedermayer 5e3900c7a5 hls: Initialize stream_offset before find_stream_info. 12 years ago
Michael Niedermayer cc913f7490 hls: check that the streams have been initialized before checking their discard flags. 12 years ago