summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-22
|\
| * hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-22
* | Merge commit '8c929098141ebc94ad3f303521c520bb3dc6d8f6'Michael Niedermayer2013-11-22
|\|
| * hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-22
* | avformat/hls: fixed bug where custom http headers weren't kept for hls streamskowalsky2013-11-07
* | avformat/hls: do not limit manifest lines to 1024 charsMichael Niedermayer2013-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-31
|\|
| * hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer2013-07-30
* | Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'Michael Niedermayer2013-07-30
|\|
| * hls: Free packets when skipping packets when seekingMartin Storsjö2013-07-29
* | Merge commit 'c44191039944526dd7eb6e536990b555837961f5'Michael Niedermayer2013-07-30
|\|
| * hls: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-29
* | Merge commit 'e1d5b244761cf69db655ad7ece1dbf2c13dd4fce'Michael Niedermayer2013-07-30
|\|
| * hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö2013-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-29
|\|
| * hls: Create an AVProgram for each variantLYF2013-07-29
* | Merge commit '9d64f236292ba28018dd9afd2d57f8f944b33f81'Michael Niedermayer2013-07-29
|\|
| * hls: Respect the different stream time bases when comparing dtsMichael Niedermayer2013-07-29
* | Merge commit 'c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622'Michael Niedermayer2013-07-29
|\|
| * hls: Set stream offset before opening a chained demuxerMartin Storsjö2013-07-29
* | Merge commit 'cdd2d73d315ecaf19ff49e64c91923275f1bda68'Michael Niedermayer2013-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
* | Merge commit 'eb33ba04e03d9f36e23fffd442510c824be709c3'Michael 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/hls: avoid floating point arithmeticMichael Niedermayer2013-07-22
* | avformat/hls: parse EXTINF duration as floating-point numberZhang Rui2013-07-22
* | cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
* | hls: fix timebaseMichael Niedermayer2013-03-07
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | hls: do not access pb->opaque for custom IO.Reimar Döffinger2013-02-24
* | hls: add missing checks for accessing avoption fieldsMichael Niedermayer2013-01-23
* | lavf/hls: broker HTTP optionsMicah Galizia2013-01-23
* | lavf/hls: whitespace cosmetics after 23db5418.Clément Bœsch2012-11-21
* | hls: create an AVProgram for each variantLYF2012-11-21
* | hls: fix integer overflowMichael Niedermayer2012-10-19
* | Fix second use of AVOptions in HLSDuncan Salerno2012-10-09
* | hls: Disable http seekability probingDuncan Salerno2012-10-05
* | hls: fix min DTS code, try #2Michael Niedermayer2012-08-21
* | hls: fix EOF checkMichael Niedermayer2012-08-21
* | hls: use av_compare_ts() instead of comparing apples to oranges.Michael Niedermayer2012-08-21
* | hls: Initialize stream_offset before find_stream_info.Michael Niedermayer2012-08-13
* | hls: check that the streams have been initialized before checking their disca...Michael Niedermayer2012-08-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-29
|\|
| * hls: Proceed to the next segment at any error codeMartin Storsjö2012-07-28
* | hls: replace probsize=0 by noheader flag removial.Michael Niedermayer2012-07-26