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
2014-07-06avformat/smoothstreamingenc: fix memleakMichael Niedermayer
2014-06-16avformat/smoothstreamingenc: Use av_mallocz_array()Michael Niedermayer
2014-05-25Merge commit 'e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9'Michael Niedermayer
2014-05-24smoothstream: check malloc callsNidhi Makhijani
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-08-28Merge commit '310cc4bf82824f09bdd0b9147ed725cdbeaf9bdd'Michael Niedermayer
2013-08-27smoothstreamingenc: Write to a temp file while updating the manifestMartin Storsjö
2013-08-06avformat/smoothstreamingenc: Make const tables static constMichael Niedermayer
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-10-29smoothstreamingenc: check return value of mkdir()Michael Niedermayer
2012-10-29smoothstreamingenc: fix integer overflowMichael Niedermayer
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-24smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06smoothstreamingenc: Add a more verbose error messageMartin Storsjö
2012-10-06smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö
2012-10-06smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö
2012-10-06smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö
2012-10-06smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö
2012-10-06smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö
2012-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-23smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö
2012-09-19Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer
2012-09-18smoothstreaming: Export the mp4 codec tagsMartin Storsjö
2012-09-13Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer
2012-09-13Add a smooth streaming segmenter muxerMartin Storsjö