summaryrefslogtreecommitdiffstats
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hls: do not limit manifest lines to 1024 charsMichael Niedermayer2013-09-211-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-311-0/+1
|\
| * hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer2013-07-301-0/+5
* | Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'Michael Niedermayer2013-07-301-0/+2
|\ \ | |/
| * hls: Free packets when skipping packets when seekingMartin Storsjö2013-07-291-0/+2
* | Merge commit 'c44191039944526dd7eb6e536990b555837961f5'Michael Niedermayer2013-07-301-12/+10
|\ \ | |/
| * hls: Store all durations in AV_TIME_BASEMartin Storsjö2013-07-291-12/+11
* | Merge commit 'e1d5b244761cf69db655ad7ece1dbf2c13dd4fce'Michael Niedermayer2013-07-301-7/+8
|\ \ | |/
| * hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö2013-07-291-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-291-2/+2
|\ \ | |/
| * hls: Create an AVProgram for each variantLYF2013-07-291-0/+9
* | Merge commit '9d64f236292ba28018dd9afd2d57f8f944b33f81'Michael Niedermayer2013-07-291-12/+18
|\ \ | |/
| * hls: Respect the different stream time bases when comparing dtsMichael Niedermayer2013-07-291-4/+21
* | Merge commit 'c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622'Michael Niedermayer2013-07-291-2/+1
|\ \ | |/
| * hls: Set stream offset before opening a chained demuxerMartin Storsjö2013-07-291-1/+1
* | Merge commit 'cdd2d73d315ecaf19ff49e64c91923275f1bda68'Michael Niedermayer2013-07-291-1/+2
|\ \ | |/
| * 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
* | Merge commit 'eb33ba04e03d9f36e23fffd442510c824be709c3'Michael Niedermayer2013-07-291-3/+5
|\ \ | |/
| * 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/hls: avoid floating point arithmeticMichael Niedermayer2013-07-221-3/+3
* | avformat/hls: parse EXTINF duration as floating-point numberZhang Rui2013-07-221-4/+5
* | cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-291-1/+1
* | hls: fix timebaseMichael Niedermayer2013-03-071-0/+2
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+1
* | hls: do not access pb->opaque for custom IO.Reimar Döffinger2013-02-241-1/+1
* | hls: add missing checks for accessing avoption fieldsMichael Niedermayer2013-01-231-5/+5
* | lavf/hls: broker HTTP optionsMicah Galizia2013-01-231-2/+32
* | lavf/hls: whitespace cosmetics after 23db5418.Clément Bœsch2012-11-211-2/+2
* | hls: create an AVProgram for each variantLYF2012-11-211-0/+9
* | hls: fix integer overflowMichael Niedermayer2012-10-191-1/+1
* | Fix second use of AVOptions in HLSDuncan Salerno2012-10-091-0/+3
* | hls: Disable http seekability probingDuncan Salerno2012-10-051-11/+24
* | hls: fix min DTS code, try #2Michael Niedermayer2012-08-211-4/+14
* | hls: fix EOF checkMichael Niedermayer2012-08-211-1/+1
* | hls: use av_compare_ts() instead of comparing apples to oranges.Michael Niedermayer2012-08-211-1/+3
* | hls: Initialize stream_offset before find_stream_info.Michael Niedermayer2012-08-131-1/+1
* | hls: check that the streams have been initialized before checking their disca...Michael Niedermayer2012-08-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-2/+0
|\ \ | |/
| * hls: Proceed to the next segment at any error codeMartin Storsjö2012-07-281-2/+0
* | hls: replace probsize=0 by noheader flag removial.Michael Niedermayer2012-07-261-1/+2
* | hls: call avformat_find_stream_info()Michael Niedermayer2012-07-251-0/+4
* | cosmetics: various spelling fixesLou Logan2012-07-061-1/+1
* | lavf/applehttp: add log message in case of applehttp_read_header() failureStefano Sabatini2012-06-291-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-2/+2
|\ \ | |/
| * Replace usleep() calls with av_usleep()Mans Rullgard2012-06-221-2/+2
OpenPOWER on IntegriCloud