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
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-01-19smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer
2015-01-14avformat/smoothstreamingenc: Add missing "goto fail"Michael Niedermayer
2014-12-25avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...Michael Niedermayer
2014-11-27Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer
2014-11-27Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö
2014-11-25Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'Michael Niedermayer
2014-11-25lavf: Don't try to update files atomically with renames on windowsMartin Storsjö
2014-10-25avformat: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer
2014-10-25avformat: Print error message on failure of ff_rename()Michael Niedermayer
2014-10-25Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'Michael Niedermayer
2014-10-25lavf: replace rename() with ff_rename()Luca Barbato
2014-10-22Merge commit 'e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2'Michael Niedermayer
2014-10-21smoothstreamingenc: explict cast to avoid overflowVittorio Giovara
2014-10-13Merge commit '8bef43388132b53f59a6e90add18900a3bb4cc60'Michael Niedermayer
2014-10-12smoothstreamingenc: Simplify code by removing a redundant variableMartin Storsjö
2014-10-07Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer
2014-10-07lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-09-08Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'Michael Niedermayer
2014-09-08libavformat: Check mkdir return error codesMartin Storsjö
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-07-25avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer
2014-07-07smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer
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ö