| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/hls: reduce memory usage by using dynamically allocated url/key | Michael Schenk | 2014-04-12 | 1 | -5/+29 |
* | avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocol | Anssi Hannula | 2014-04-11 | 1 | -5/+5 |
* | avformat/hls: support for seeking on event playlists | Vladlen Y. Koshelev | 2014-04-06 | 1 | -3/+26 |
* | avformat/hls: flush the subdemuxer when seeking | Anssi Hannula | 2014-04-06 | 1 | -0/+2 |
* | avformat/hls: properly take stream_index into account when seeking | Anssi Hannula | 2014-04-06 | 1 | -26/+40 |
* | avformat/hls: open playlists immediately when AVDISCARD_ALL is dropped | Anssi Hannula | 2014-04-06 | 1 | -12/+2 |
* | avformat/hls: factor identical playlist allocations out of parse_playlist | Anssi Hannula | 2014-04-06 | 1 | -14/+22 |
* | avformat/hls: do not use sequence numbers for packet ordering | Anssi Hannula | 2014-04-06 | 1 | -12/+14 |
* | avformat/hls: do not care about stream start timestamps | Anssi Hannula | 2014-04-06 | 1 | -7/+0 |
* | avformat/hls: avoid unnecessary segment retrievals | Anssi Hannula | 2014-04-06 | 1 | -16/+21 |
* | avformat/hls: improve segment selection when restarting list reception | Anssi Hannula | 2014-04-06 | 1 | -16/+69 |
* | avformat/hls: track seeking on a per-playlist basis | Anssi Hannula | 2014-04-06 | 1 | -37/+69 |
* | avformat/hls: parse ID3 timestamps for elementary audio streams | Anssi Hannula | 2014-04-06 | 1 | -11/+305 |
* | avformat/hls: split read_from_url() out of read_data() | Anssi Hannula | 2014-04-06 | 1 | -10/+19 |
* | avformat/hls: add some logging messages | Anssi Hannula | 2014-04-06 | 1 | -2/+11 |
* | avformat/hls: add support for byte-ranged segments | Anssi Hannula | 2014-04-06 | 1 | -3/+61 |
* | avformat/hls: always return EOF for unneeded playlist streams | Anssi Hannula | 2014-04-06 | 1 | -0/+3 |
* | avformat/hls: add support for alternative renditions | Anssi Hannula | 2014-04-06 | 1 | -14/+282 |
* | avformat/hls: Fix cookies and user agent with encrypted HLS streams | Mikael Finstad | 2014-01-28 | 1 | -4/+7 |
* | avformat/hls: decouple playlists from variants | Anssi Hannula | 2014-01-03 | 1 | -178/+257 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-22 | 1 | -1/+2 |
|\ |
|
| * | hls: Avoid reading outside of the allocated array | Martin Storsjö | 2013-11-22 | 1 | -1/+2 |
* | | Merge commit '8c929098141ebc94ad3f303521c520bb3dc6d8f6' | Michael Niedermayer | 2013-11-22 | 1 | -0/+5 |
|\| |
|
| * | hls: Check whether the AVIOContext contains a new redirected URL | Martin Storsjö | 2013-11-22 | 1 | -0/+5 |
* | | avformat/hls: fixed bug where custom http headers weren't kept for hls streams | kowalsky | 2013-11-07 | 1 | -0/+9 |
* | | avformat/hls: do not limit manifest lines to 1024 chars | Michael Niedermayer | 2013-09-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-31 | 1 | -0/+1 |
|\| |
|
| * | hls: Call avformat_find_stream_info() on the chained demuxers | Michael Niedermayer | 2013-07-30 | 1 | -0/+5 |
* | | Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd' | Michael Niedermayer | 2013-07-30 | 1 | -0/+2 |
|\| |
|
| * | hls: Free packets when skipping packets when seeking | Martin Storsjö | 2013-07-29 | 1 | -0/+2 |
* | | Merge commit 'c44191039944526dd7eb6e536990b555837961f5' | Michael Niedermayer | 2013-07-30 | 1 | -12/+10 |
|\| |
|
| * | hls: Store all durations in AV_TIME_BASE | Martin Storsjö | 2013-07-29 | 1 | -12/+11 |
* | | Merge commit 'e1d5b244761cf69db655ad7ece1dbf2c13dd4fce' | Michael Niedermayer | 2013-07-30 | 1 | -7/+8 |
|\| |
|
| * | hls: Store first_timestamp in units of AV_TIME_BASE | Martin Storsjö | 2013-07-29 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-29 | 1 | -2/+2 |
|\| |
|
| * | hls: Create an AVProgram for each variant | LYF | 2013-07-29 | 1 | -0/+9 |
* | | Merge commit '9d64f236292ba28018dd9afd2d57f8f944b33f81' | Michael Niedermayer | 2013-07-29 | 1 | -12/+18 |
|\| |
|
| * | hls: Respect the different stream time bases when comparing dts | Michael Niedermayer | 2013-07-29 | 1 | -4/+21 |
* | | Merge commit 'c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622' | Michael Niedermayer | 2013-07-29 | 1 | -2/+1 |
|\| |
|
| * | hls: Set stream offset before opening a chained demuxer | Martin Storsjö | 2013-07-29 | 1 | -1/+1 |
* | | Merge commit 'cdd2d73d315ecaf19ff49e64c91923275f1bda68' | Michael Niedermayer | 2013-07-29 | 1 | -1/+2 |
|\| |
|
| * | hls: Don't check discard flags until the parent demuxer's streams actually exist | Michael Niedermayer | 2013-07-29 | 1 | -1/+2 |
| * | hls: Copy the time base from the chained demuxer | Michael Niedermayer | 2013-07-29 | 1 | -0/+2 |
* | | Merge commit 'eb33ba04e03d9f36e23fffd442510c824be709c3' | Michael Niedermayer | 2013-07-29 | 1 | -3/+5 |
|\| |
|
| * | hls: Return all packets from a previous variant before moving on to the next one | Martin Storsjö | 2013-07-29 | 1 | -2/+5 |
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+1 |
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | avformat/hls: avoid floating point arithmetic | Michael Niedermayer | 2013-07-22 | 1 | -3/+3 |
* | | avformat/hls: parse EXTINF duration as floating-point number | Zhang Rui | 2013-07-22 | 1 | -4/+5 |
* | | cosmetics: Fix "dont" "wont" "doesnt" typos | Timothy Gu | 2013-06-29 | 1 | -1/+1 |