summaryrefslogtreecommitdiffstats
path: root/libavformat/hls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-22/+23
|\ \ | |/
| * hls: Reset the AVIOContext when seekingMartin Storsjö2012-02-201-0/+4
| * applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris2012-02-191-8/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-151-18/+61
|/
* hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-141-1/+1
* hls: Rename the functions and contextMartin Storsjö2012-02-141-22/+22
* libavformat: Rename the applehttp demuxer to hlsMartin Storsjö2012-02-141-0/+711
OpenPOWER on IntegriCloud