summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
Commit message (Expand)AuthorAge
...
* | 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
* | hls: call avformat_find_stream_info()Michael Niedermayer2012-07-25
* | cosmetics: various spelling fixesLou Logan2012-07-06
* | lavf/applehttp: add log message in case of applehttp_read_header() failureStefano Sabatini2012-06-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-22
|\|
| * Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * hls: Reset the AVIOContext when seekingMartin Storsjö2012-02-20
| * applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris2012-02-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-15
|/
* hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-14