| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |