Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-21avformat/hls: do not limit manifest lines to 1024 charsMichael Niedermayer
2013-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-30hls: Call avformat_find_stream_info() on the chained demuxersMichael Niedermayer
2013-07-30Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'Michael Niedermayer
2013-07-30Merge commit 'c44191039944526dd7eb6e536990b555837961f5'Michael Niedermayer
2013-07-30Merge commit 'e1d5b244761cf69db655ad7ece1dbf2c13dd4fce'Michael Niedermayer
2013-07-29hls: Free packets when skipping packets when seekingMartin Storsjö
2013-07-29hls: Store all durations in AV_TIME_BASEMartin Storsjö
2013-07-29hls: Store first_timestamp in units of AV_TIME_BASEMartin Storsjö
2013-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-29Merge commit '9d64f236292ba28018dd9afd2d57f8f944b33f81'Michael Niedermayer
2013-07-29Merge commit 'c11e33a3d9665dd1fc5dbdecdd03a4860ac6a622'Michael Niedermayer
2013-07-29Merge commit 'cdd2d73d315ecaf19ff49e64c91923275f1bda68'Michael Niedermayer
2013-07-29Merge commit 'eb33ba04e03d9f36e23fffd442510c824be709c3'Michael Niedermayer
2013-07-29hls: Create an AVProgram for each variantLYF
2013-07-29hls: Respect the different stream time bases when comparing dtsMichael Niedermayer
2013-07-29hls: Set stream offset before opening a chained demuxerMartin Storsjö
2013-07-29hls: Don't check discard flags until the parent demuxer's streams actually existMichael Niedermayer
2013-07-29hls: Copy the time base from the chained demuxerMichael Niedermayer
2013-07-29hls: Return all packets from a previous variant before moving on to the next oneMartin Storsjö
2013-07-22avformat/hls: avoid floating point arithmeticMichael Niedermayer
2013-07-22avformat/hls: parse EXTINF duration as floating-point numberZhang Rui
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-07hls: fix timebaseMichael Niedermayer
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-02-24hls: do not access pb->opaque for custom IO.Reimar Döffinger
2013-01-24hls: add missing checks for accessing avoption fieldsMichael Niedermayer
2013-01-23lavf/hls: broker HTTP optionsMicah Galizia
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-21lavf/hls: whitespace cosmetics after 23db5418.Clément Bœsch
2012-11-21hls: create an AVProgram for each variantLYF
2012-10-20hls: fix integer overflowMichael Niedermayer
2012-10-10Fix second use of AVOptions in HLSDuncan Salerno
2012-10-05hls: Disable http seekability probingDuncan Salerno
2012-08-21hls: fix min DTS code, try #2Michael Niedermayer
2012-08-21hls: fix EOF checkMichael Niedermayer
2012-08-21hls: use av_compare_ts() instead of comparing apples to oranges.Michael Niedermayer
2012-08-13hls: Initialize stream_offset before find_stream_info.Michael Niedermayer
2012-08-13hls: check that the streams have been initialized before checking their disca...Michael Niedermayer
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28hls: Proceed to the next segment at any error codeMartin Storsjö
2012-07-26hls: replace probsize=0 by noheader flag removial.Michael Niedermayer
2012-07-25hls: call avformat_find_stream_info()Michael Niedermayer
2012-07-06cosmetics: various spelling fixesLou Logan
2012-06-29lavf/applehttp: add log message in case of applehttp_read_header() failureStefano Sabatini
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard