summaryrefslogtreecommitdiffstats
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* Mark read-only tables as staticDiego Biurrun2016-05-051-1/+2
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-1/+1
* hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-221-0/+11
* hls: eliminate ffurl_* usageAnton Khirnov2016-01-241-44/+25
* lavf: allow custom IO for all filesAnton Khirnov2016-01-241-2/+4
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-3/+3
* hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-011-3/+2
* hls: Save and forward avio optionsLuca Barbato2015-07-301-13/+80
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-241-3/+3
* hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-221-1/+2
* hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-221-0/+5
* hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer2013-07-301-0/+5
* hls: Free packets when skipping packets when seekingMartin Storsjö2013-07-291-0/+2
* hls: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-291-12/+11
* hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö2013-07-291-4/+6
* hls: Create an AVProgram for each variantLYF2013-07-291-0/+9
* hls: Respect the different stream time bases when comparing dtsMichael Niedermayer2013-07-291-4/+21
* hls: Set stream offset before opening a chained demuxerMartin Storsjö2013-07-291-1/+1
* hls: Don't check discard flags until the parent demuxer's streams actually existMichael Niedermayer2013-07-291-1/+2
* hls: Copy the time base from the chained demuxerMichael Niedermayer2013-07-291-0/+2
* hls: Return all packets from a previous variant before moving on to the next oneMartin Storsjö2013-07-291-2/+5
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+1
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* hls: Proceed to the next segment at any error codeMartin Storsjö2012-07-281-2/+0
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-221-2/+2
* hls: Reset the AVIOContext when seekingMartin Storsjö2012-02-201-0/+4
* applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris2012-02-191-8/+47
* hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-141-1/+1
* hls: Rename the functions and contextMartin Storsjö2012-02-141-22/+22
* libavformat: Rename the applehttp demuxer to hlsMartin Storsjö2012-02-141-0/+711
OpenPOWER on IntegriCloud