summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* avformat/hls: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-07
* Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* avformat/hls: reduce memory usage by using dynamically allocated url/keyMichael Schenk2014-04-12
* avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocolAnssi Hannula2014-04-11
* avformat/hls: support for seeking on event playlistsVladlen Y. Koshelev2014-04-06
* avformat/hls: flush the subdemuxer when seekingAnssi Hannula2014-04-06
* avformat/hls: properly take stream_index into account when seekingAnssi Hannula2014-04-06
* avformat/hls: open playlists immediately when AVDISCARD_ALL is droppedAnssi Hannula2014-04-06
* avformat/hls: factor identical playlist allocations out of parse_playlistAnssi Hannula2014-04-06
* avformat/hls: do not use sequence numbers for packet orderingAnssi Hannula2014-04-06
* avformat/hls: do not care about stream start timestampsAnssi Hannula2014-04-06
* avformat/hls: avoid unnecessary segment retrievalsAnssi Hannula2014-04-06
* avformat/hls: improve segment selection when restarting list receptionAnssi Hannula2014-04-06
* avformat/hls: track seeking on a per-playlist basisAnssi Hannula2014-04-06
* avformat/hls: parse ID3 timestamps for elementary audio streamsAnssi Hannula2014-04-06
* avformat/hls: split read_from_url() out of read_data()Anssi Hannula2014-04-06
* avformat/hls: add some logging messagesAnssi Hannula2014-04-06
* avformat/hls: add support for byte-ranged segmentsAnssi Hannula2014-04-06
* avformat/hls: always return EOF for unneeded playlist streamsAnssi Hannula2014-04-06
* avformat/hls: add support for alternative renditionsAnssi Hannula2014-04-06
* avformat/hls: Fix cookies and user agent with encrypted HLS streamsMikael Finstad2014-01-28
* avformat/hls: decouple playlists from variantsAnssi Hannula2014-01-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-22
|\
| * hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-22
* | Merge commit '8c929098141ebc94ad3f303521c520bb3dc6d8f6'Michael Niedermayer2013-11-22
|\|
| * hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-22
* | avformat/hls: fixed bug where custom http headers weren't kept for hls streamskowalsky2013-11-07
* | avformat/hls: do not limit manifest lines to 1024 charsMichael Niedermayer2013-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-31
|\|
| * hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer2013-07-30
* | Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'Michael Niedermayer2013-07-30
|\|
| * hls: Free packets when skipping packets when seekingMartin Storsjö2013-07-29
* | Merge commit 'c44191039944526dd7eb6e536990b555837961f5'Michael Niedermayer2013-07-30
|\|
| * hls: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-29
* | Merge commit 'e1d5b244761cf69db655ad7ece1dbf2c13dd4fce'Michael Niedermayer2013-07-30
|\|
| * hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö2013-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-29
|\|
| * hls: Create an AVProgram for each variantLYF2013-07-29
* | Merge commit '9d64f236292ba28018dd9afd2d57f8f944b33f81'Michael Niedermayer2013-07-29
|\|
| * hls: Respect the different stream time bases when comparing dtsMichael Niedermayer2013-07-29
* | Merge commit 'c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622'Michael Niedermayer2013-07-29
|\|
| * hls: Set stream offset before opening a chained demuxerMartin Storsjö2013-07-29
* | Merge commit 'cdd2d73d315ecaf19ff49e64c91923275f1bda68'Michael Niedermayer2013-07-29
|\|
| * hls: Don't check discard flags until the parent demuxer's streams actually existMichael Niedermayer2013-07-29
| * hls: Copy the time base from the chained demuxerMichael Niedermayer2013-07-29
* | Merge commit 'eb33ba04e03d9f36e23fffd442510c824be709c3'Michael Niedermayer2013-07-29
|\|
| * hls: Return all packets from a previous variant before moving on to the next oneMartin Storsjö2013-07-29
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
| * miscellaneous typo fixesDiego Biurrun2012-12-21