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-11-22hls: Avoid reading outside of the allocated arrayMartin Storsjö
2013-11-22hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö
2013-07-30hls: Call avformat_find_stream_info() on the chained demuxersMichael 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-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-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-28hls: Proceed to the next segment at any error codeMartin Storsjö
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-02-20hls: Reset the AVIOContext when seekingMartin Storsjö
2012-02-20applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris
2012-02-15hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse
2012-02-14hls: Rename the functions and contextMartin Storsjö
2012-02-14libavformat: Rename the applehttp demuxer to hlsMartin Storsjö