| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new AVIOContext destructor. | Anton Khirnov | 2017-02-11 | 1 | -2/+2 |
* | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -1/+1 |
* | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -3/+3 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -21/+21 |
* | lavf: add a protocol whitelist/blacklist for file opened internally | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -3/+21 |
* | smoothstreamingenc: do not open the files as read+write | Anton Khirnov | 2016-02-22 | 1 | -2/+2 |
* | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -9/+9 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -3/+3 |
* | smoothstreamingenc: Add a missing "goto fail" | Michael Niedermayer | 2015-01-19 | 1 | -0/+1 |
* | Revert "lavf: Don't try to update files atomically with renames on windows" | Martin Storsjö | 2014-11-27 | 1 | -5/+3 |
* | lavf: Don't try to update files atomically with renames on windows | Martin Storsjö | 2014-11-24 | 1 | -3/+5 |
* | lavf: replace rename() with ff_rename() | Luca Barbato | 2014-10-24 | 1 | -3/+5 |
* | smoothstreamingenc: explict cast to avoid overflow | Vittorio Giovara | 2014-10-21 | 1 | -1/+1 |
* | smoothstreamingenc: Simplify code by removing a redundant variable | Martin Storsjö | 2014-10-12 | 1 | -3/+4 |
* | lavf: Set the stream time base hint properly for chained muxers | Martin Storsjö | 2014-10-06 | 1 | -0/+1 |
* | libavformat: Check mkdir return error codes | Martin Storsjö | 2014-09-07 | 1 | -2/+8 |
* | smoothstreamingenc: Fix a memory leak on errors | Michael Niedermayer | 2014-07-07 | 1 | -1/+2 |
* | smoothstream: check malloc calls | Nidhi Makhijani | 2014-05-24 | 1 | -0/+2 |
* | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -1/+4 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -3/+4 |
* | smoothstreamingenc: Write to a temp file while updating the manifest | Martin Storsjö | 2013-08-27 | 1 | -3/+5 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | smoothstreamingenc: Don't assume streams start from timestamp 0 | Martin Storsjö | 2012-10-24 | 1 | -3/+6 |
* | smoothstreamingenc: Add a more verbose error message | Martin Storsjö | 2012-10-06 | 1 | -1/+3 |
* | smoothstreamingenc: Ignore the return value from mkdir | Martin Storsjö | 2012-10-06 | 1 | -6/+1 |
* | smoothstreamingenc: Try writing a manifest when opening the muxer | Martin Storsjö | 2012-10-06 | 1 | -0/+1 |
* | smoothstreamingenc: Move the output_chunk_list and write_manifest functions up | Martin Storsjö | 2012-10-06 | 1 | -93/+93 |
* | smoothstreamingenc: Properly return errors from ism_flush to the caller | Martin Storsjö | 2012-10-06 | 1 | -2/+5 |
* | smoothstreamingenc: Check the output UrlContext before accessing it | Martin Storsjö | 2012-10-06 | 1 | -1/+2 |
* | smoothstreamingenc: Copy the SAR on the AVStreams as well | Martin Storsjö | 2012-09-23 | 1 | -0/+1 |
* | smoothstreaming: Export the mp4 codec tags | Martin Storsjö | 2012-09-18 | 1 | -0/+2 |
* | Add a smooth streaming segmenter muxer | Martin Storsjö | 2012-09-12 | 1 | -0/+621 |