summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hls: Handle read_buffer allocation failureMichael Niedermayer2015-05-121-0/+6
* hls: skip to next segment if the current is unavailablewm42015-04-171-1/+2
* libavformat/hls: add an option to start from a given segment in a live streamRodger Combs2015-03-291-4/+24
* avformat/hls: refactor repeated HLS option updatesMicah Galizia2015-03-161-16/+12
* avformat/hls: store cookies returned in HLS key responseMicah Galizia2015-03-161-0/+5
* hls: detect SAMPLE-AES encryptionselsta2015-03-051-1/+8
* hls: fix a null pointer dereferencewm42015-02-161-3/+3
* avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-241-3/+2
* Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-241-4/+4
|\
| * lavf: Use av_gettime_relativeMartin Storsjö2014-10-241-3/+3
* | avformat/hls: forward whitelists to mpegts demuxerMichael Niedermayer2014-10-231-0/+5
* | avformat/hls: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-071-5/+5
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-13/+4
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-2/+2
* | avformat/hls: reduce memory usage by using dynamically allocated url/keyMichael Schenk2014-04-121-5/+29
* | avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocolAnssi Hannula2014-04-111-5/+5
* | avformat/hls: support for seeking on event playlistsVladlen Y. Koshelev2014-04-061-3/+26
* | avformat/hls: flush the subdemuxer when seekingAnssi Hannula2014-04-061-0/+2
* | avformat/hls: properly take stream_index into account when seekingAnssi Hannula2014-04-061-26/+40
* | avformat/hls: open playlists immediately when AVDISCARD_ALL is droppedAnssi Hannula2014-04-061-12/+2
* | avformat/hls: factor identical playlist allocations out of parse_playlistAnssi Hannula2014-04-061-14/+22
* | avformat/hls: do not use sequence numbers for packet orderingAnssi Hannula2014-04-061-12/+14
* | avformat/hls: do not care about stream start timestampsAnssi Hannula2014-04-061-7/+0
* | avformat/hls: avoid unnecessary segment retrievalsAnssi Hannula2014-04-061-16/+21
* | avformat/hls: improve segment selection when restarting list receptionAnssi Hannula2014-04-061-16/+69
* | avformat/hls: track seeking on a per-playlist basisAnssi Hannula2014-04-061-37/+69
* | avformat/hls: parse ID3 timestamps for elementary audio streamsAnssi Hannula2014-04-061-11/+305
* | avformat/hls: split read_from_url() out of read_data()Anssi Hannula2014-04-061-10/+19
* | avformat/hls: add some logging messagesAnssi Hannula2014-04-061-2/+11
* | avformat/hls: add support for byte-ranged segmentsAnssi Hannula2014-04-061-3/+61
* | avformat/hls: always return EOF for unneeded playlist streamsAnssi Hannula2014-04-061-0/+3
* | avformat/hls: add support for alternative renditionsAnssi Hannula2014-04-061-14/+282
* | avformat/hls: Fix cookies and user agent with encrypted HLS streamsMikael Finstad2014-01-281-4/+7
* | avformat/hls: decouple playlists from variantsAnssi Hannula2014-01-031-178/+257
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-221-1/+2
|\ \ | |/
| * hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-221-1/+2
* | Merge commit '8c929098141ebc94ad3f303521c520bb3dc6d8f6'Michael Niedermayer2013-11-221-0/+5
|\ \ | |/
| * hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-221-0/+5
* | avformat/hls: fixed bug where custom http headers weren't kept for hls streamskowalsky2013-11-071-0/+9
* | avformat/hls: do not limit manifest lines to 1024 charsMichael Niedermayer2013-09-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-311-0/+1
|\ \ | |/
| * hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer2013-07-301-0/+5
* | Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'Michael Niedermayer2013-07-301-0/+2
|\ \ | |/
| * hls: Free packets when skipping packets when seekingMartin Storsjö2013-07-291-0/+2
* | Merge commit 'c44191039944526dd7eb6e536990b555837961f5'Michael Niedermayer2013-07-301-12/+10
|\ \ | |/
| * hls: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-291-12/+11
* | Merge commit 'e1d5b244761cf69db655ad7ece1dbf2c13dd4fce'Michael Niedermayer2013-07-301-7/+8
|\ \ | |/
| * hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö2013-07-291-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-291-2/+2
|\ \ | |/
| * hls: Create an AVProgram for each variantLYF2013-07-291-0/+9