64 Commits (ab5d46df1656a23cb75b005a3d7730e189e38c4d)

Author SHA1 Message Date
  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 13 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 12 years ago
  Michael Niedermayer 9d64f23629 hls: Respect the different stream time bases when comparing dts 12 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 12 years ago
  Michael Niedermayer 82bf8c8783 hls: Copy the time base from the chained demuxer 12 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 12 years ago
  Zhang Rui 2a5891bb9d avformat/hls: parse EXTINF duration as floating-point number 12 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 13 years ago
  Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code 13 years ago
  Michael Niedermayer 6f6182372c hls: replace probsize=0 by noheader flag removial. 13 years ago
  Michael Niedermayer 3005122485 hls: call avformat_find_stream_info() 13 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