summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-21avformat/hls: do not limit manifest lines to 1024 charsMichael Niedermayer1-1/+1
2013-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-0/+1
2013-07-30hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer1-0/+5
2013-07-30Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'Michael Niedermayer1-0/+2
2013-07-30Merge commit 'c44191039944526dd7eb6e536990b555837961f5'Michael Niedermayer1-12/+10
2013-07-30Merge commit 'e1d5b244761cf69db655ad7ece1dbf2c13dd4fce'Michael Niedermayer1-7/+8
2013-07-29hls: Free packets when skipping packets when seekingMartin Storsjö1-0/+2
2013-07-29hls: Store all durations in AV_TIME_BASEMartin Storsjö1-12/+11
2013-07-29hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö1-4/+6
2013-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-2/+2
2013-07-29Merge commit '9d64f236292ba28018dd9afd2d57f8f944b33f81'Michael Niedermayer1-12/+18
2013-07-29Merge commit 'c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622'Michael Niedermayer1-2/+1
2013-07-29Merge commit 'cdd2d73d315ecaf19ff49e64c91923275f1bda68'Michael Niedermayer1-1/+2
2013-07-29Merge commit 'eb33ba04e03d9f36e23fffd442510c824be709c3'Michael Niedermayer1-3/+5
2013-07-29hls: Create an AVProgram for each variantLYF1-0/+9
2013-07-29hls: Respect the different stream time bases when comparing dtsMichael Niedermayer1-4/+21
2013-07-29hls: Set stream offset before opening a chained demuxerMartin Storsjö1-1/+1
2013-07-29hls: Don't check discard flags until the parent demuxer's streams actually existMichael Niedermayer1-1/+2
2013-07-29hls: Copy the time base from the chained demuxerMichael Niedermayer1-0/+2
2013-07-29hls: Return all packets from a previous variant before moving on to the next oneMartin Storsjö1-2/+5
2013-07-22avformat/hls: avoid floating point arithmeticMichael Niedermayer1-3/+3
2013-07-22avformat/hls: parse EXTINF duration as floating-point numberZhang Rui1-4/+5
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu11-13/+13
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger23-52/+47
2013-03-07hls: fix timebaseMichael Niedermayer1-0/+2
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
2013-02-24hls: do not access pb->opaque for custom IO.Reimar Döffinger1-1/+1
2013-01-23hls: add missing checks for accessing avoption fieldsMichael Niedermayer1-5/+5
2013-01-23lavf/hls: broker HTTP optionsMicah Galizia2-3/+33
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-11-21lavf/hls: whitespace cosmetics after 23db5418.Clément Bœsch1-2/+2
2012-11-21hls: create an AVProgram for each variantLYF1-0/+9
2012-10-19hls: fix integer overflowMichael Niedermayer1-1/+1
2012-10-09Fix second use of AVOptions in HLSDuncan Salerno1-0/+3
2012-10-05hls: Disable http seekability probingDuncan Salerno1-11/+24
2012-08-20hls: fix min DTS code, try #2Michael Niedermayer1-4/+14
2012-08-20hls: fix EOF checkMichael Niedermayer1-1/+1
2012-08-20hls: use av_compare_ts() instead of comparing apples to oranges.Michael Niedermayer1-1/+3
2012-08-13hls: Initialize stream_offset before find_stream_info.Michael Niedermayer1-1/+1
2012-08-13hls: check that the streams have been initialized before checking their disca...Michael Niedermayer1-1/+1
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-525/+807
2012-07-27hls: Proceed to the next segment at any error codeMartin Storsjö1-2/+0
2012-07-26hls: replace probsize=0 by noheader flag removial.Michael Niedermayer1-1/+2
2012-07-25hls: call avformat_find_stream_info()Michael Niedermayer1-0/+4
2012-07-06cosmetics: various spelling fixesLou Logan12-15/+15
2012-06-29lavf/applehttp: add log message in case of applehttp_read_header() failureStefano Sabatini1-0/+1
2012-06-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-33/+92
[next]