| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -2/+2 |
* | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -1/+2 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -1/+1 |
* | hls: disallow opening nested files in child demuxers | Anton Khirnov | 2016-02-22 | 1 | -0/+11 |
* | hls: eliminate ffurl_* usage | Anton Khirnov | 2016-01-24 | 1 | -44/+25 |
* | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -2/+4 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -3/+3 |
* | hls: Check av_opt_set_dict return value as well | Luca Barbato | 2015-10-01 | 1 | -3/+2 |
* | hls: Save and forward avio options | Luca Barbato | 2015-07-30 | 1 | -13/+80 |
* | lavf: Use av_gettime_relative | Martin Storsjö | 2014-10-24 | 1 | -3/+3 |
* | hls: Avoid reading outside of the allocated array | Martin Storsjö | 2013-11-22 | 1 | -1/+2 |
* | hls: Check whether the AVIOContext contains a new redirected URL | Martin Storsjö | 2013-11-22 | 1 | -0/+5 |
* | hls: Call avformat_find_stream_info() on the chained demuxers | Michael Niedermayer | 2013-07-30 | 1 | -0/+5 |
* | hls: Free packets when skipping packets when seeking | Martin Storsjö | 2013-07-29 | 1 | -0/+2 |
* | hls: Store all durations in AV_TIME_BASE | Martin Storsjö | 2013-07-29 | 1 | -12/+11 |
* | hls: Store first_timestamp in units of AV_TIME_BASE | Martin Storsjö | 2013-07-29 | 1 | -4/+6 |
* | hls: Create an AVProgram for each variant | LYF | 2013-07-29 | 1 | -0/+9 |
* | hls: Respect the different stream time bases when comparing dts | Michael Niedermayer | 2013-07-29 | 1 | -4/+21 |
* | hls: Set stream offset before opening a chained demuxer | Martin Storsjö | 2013-07-29 | 1 | -1/+1 |
* | 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 |
* | 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: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | hls: Proceed to the next segment at any error code | Martin Storsjö | 2012-07-28 | 1 | -2/+0 |
* | Replace usleep() calls with av_usleep() | Mans Rullgard | 2012-06-22 | 1 | -2/+2 |
* | hls: Reset the AVIOContext when seeking | Martin Storsjö | 2012-02-20 | 1 | -0/+4 |
* | applehttp: Do seeking within segments, too | Panagiotis H.M. Issaris | 2012-02-19 | 1 | -8/+47 |
* | hls: Re-add legacy applehttp name to preserve interface compatibility. | Alex Converse | 2012-02-14 | 1 | -1/+1 |
* | hls: Rename the functions and context | Martin Storsjö | 2012-02-14 | 1 | -22/+22 |
* | libavformat: Rename the applehttp demuxer to hls | Martin Storsjö | 2012-02-14 | 1 | -0/+711 |