| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new AVIOContext destructor. | Anton Khirnov | 2017-02-11 | 1 | -5/+5 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -3/+3 |
* | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -18/+17 |
* | segment: Check open_null_ctx() return value | Vittorio Giovara | 2015-06-12 | 1 | -1/+2 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | segment: Check av_get_frame_filename() return value | Vittorio Giovara | 2015-01-23 | 1 | -1/+5 |
* | segment: Fix the failure paths | Luca Barbato | 2015-01-07 | 1 | -12/+20 |
* | lavf: Set the stream time base hint properly for chained muxers | Martin Storsjö | 2014-10-06 | 1 | -0/+1 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | segment: Report the current media sequence | Luca Barbato | 2014-04-30 | 1 | -0/+3 |
* | segment: Add an option to prepend a string to the list entries | Enrique Arizón Benito | 2014-04-29 | 1 | -0/+5 |
* | hls, segment: fix splitting for audio-only streams. | Anton Khirnov | 2013-04-27 | 1 | -5/+7 |
* | segment: fix NULL pointer dereference in seg_write_header() | Xi Wang | 2012-11-14 | 1 | -1/+1 |
* | segment: support applehttp style list | Luca Barbato | 2012-10-10 | 1 | -13/+72 |
* | segment: drop global headers setting | Luca Barbato | 2012-10-08 | 1 | -1/+1 |
* | segment: Add comments about calls that only are relevant for some muxers | Martin Storsjö | 2012-10-04 | 1 | -2/+2 |
* | segment: Add an option for omitting the first header and final trailer | Martin Storsjö | 2012-10-04 | 1 | -4/+48 |
* | segment: Flush buffered data before finishing a segment | Martin Storsjö | 2012-10-04 | 1 | -0/+1 |
* | segment: Set the resend_headers flag for each segment | Martin Storsjö | 2012-10-04 | 1 | -0/+3 |
* | segment: Add an option for disabling writing of a header/trailer to each segment | Martin Storsjö | 2012-10-04 | 1 | -12/+19 |
* | segment: Free and reinit the muxer before calling avformat_write_header | Martin Storsjö | 2012-10-04 | 1 | -22/+42 |
* | segment: Use the public av_write_header/av_write_trailer functions | Martin Storsjö | 2012-10-04 | 1 | -27/+3 |
* | segment: Properly create new AVStreams for the chained muxer | Martin Storsjö | 2012-10-04 | 1 | -10/+11 |
* | segment: Add a missing space | Martin Storsjö | 2012-10-04 | 1 | -1/+1 |
* | segment: Pass the interrupt callback on to the chained AVFormatContext, too | Martin Storsjö | 2012-10-02 | 1 | -0/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | segment: remove unnecessary <strings.h> include | Janne Grunau | 2012-06-15 | 1 | -1/+0 |
* | segment: reorder seg_write_header allocation | Luca Barbato | 2012-04-27 | 1 | -8/+6 |
* | segment: implement wrap around | Luca Barbato | 2012-02-28 | 1 | -2/+6 |
* | segment: introduce segmented chain muxer | Luca Barbato | 2011-12-19 | 1 | -0/+273 |