56 Commits (a072acb108f38bc99b53476a50ea04b7500ce910)

Author SHA1 Message Date
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
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code 12 years ago
Michael Niedermayer 6f6182372c hls: replace probsize=0 by noheader flag removial. 12 years ago
Michael Niedermayer 3005122485 hls: call avformat_find_stream_info() 12 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Stefano Sabatini d9355a03f2 lavf/applehttp: add log message in case of applehttp_read_header() failure 13 years ago
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Martin Storsjö a4f97be1a9 hls: Reset the AVIOContext when seeking 13 years ago
Panagiotis H.M. Issaris 2b3d041cdc applehttp: Do seeking within segments, too 13 years ago
Alex Converse c1df37e59b hls: Re-add legacy applehttp name to preserve interface compatibility. 13 years ago
Martin Storsjö 65cd7bf32f hls: Rename the functions and context 13 years ago
Martin Storsjö 2772258a98 libavformat: Rename the applehttp demuxer to hls 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Panagiotis H.M. Issaris 811de351ea Enhance HLS seeking. 13 years ago
Martin Storsjö 617475a95c applehttp: Use half the target duration as interval if the playlist didn't update 13 years ago
Andrey Utkin 356ae5f65b applehttp: Use the last segment duration as reload interval 13 years ago
Martin Storsjö 115a57302a applehttp: Properly clean up if unable to probe a segment 13 years ago
Martin Storsjö c41b9842ce applehttp: Avoid reading uninitialized memory 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Panagiotis H.M. Issaris 795d9594cf applehttp: Fix seeking in streams not starting at DTS=0 13 years ago