summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* Mark read-only tables as staticDiego Biurrun2016-05-05
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-22
* hls: eliminate ffurl_* usageAnton Khirnov2016-01-24
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* hls: Check av_opt_set_dict return value as wellLuca Barbato2015-10-01
* hls: Save and forward avio optionsLuca Barbato2015-07-30
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-22
* hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-22
* hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer2013-07-30
* hls: Free packets when skipping packets when seekingMartin Storsjö2013-07-29
* hls: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-29
* hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö2013-07-29
* hls: Create an AVProgram for each variantLYF2013-07-29
* hls: Respect the different stream time bases when comparing dtsMichael Niedermayer2013-07-29
* hls: Set stream offset before opening a chained demuxerMartin Storsjö2013-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
* 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
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* hls: Proceed to the next segment at any error codeMartin Storsjö2012-07-28
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* hls: Reset the AVIOContext when seekingMartin Storsjö2012-02-20
* applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris2012-02-19
* hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-14
* hls: Rename the functions and contextMartin Storsjö2012-02-14
* libavformat: Rename the applehttp demuxer to hlsMartin Storsjö2012-02-14