| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/segment: fix autobsf | Rodger Combs | 2016-11-02 | 1 | -1/+39 |
* | lavf/segment: fix writing separate header with auto BSF | Rodger Combs | 2016-10-24 | 1 | -1/+28 |
* | lavf/segment: add deinit function | Rodger Combs | 2016-10-24 | 1 | -27/+20 |
* | lavf/segment: decide whether to rename based on list URI | Rodger Combs | 2016-10-21 | 1 | -1/+1 |
* | avformat/segment: give a warning message for remove initial_offset option | Steven Liu | 2016-09-09 | 1 | -0/+5 |
* | avformat/segment: remove the check_bitstream from segment | Steven Liu | 2016-07-14 | 1 | -21/+0 |
* | lavf: update auto-bsf to new BSF API | Rodger Combs | 2016-06-25 | 1 | -2/+4 |
* | avformat/segment: Pass flags to child context | Michael Niedermayer | 2016-04-11 | 1 | -0/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -11/+11 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -3/+3 |
* | | lavf/segment: add option to write empty filler segments as needed | Rodger Combs | 2016-04-02 | 1 | -1/+7 |
* | | lavf/segment: slight refactor to seg_write_packet | Rodger Combs | 2016-04-02 | 1 | -5/+7 |
* | | lavf/segment: style nit | Rodger Combs | 2016-04-02 | 1 | -1/+1 |
* | | lavf/segment: support automatic bitstream filtering | Rodger Combs | 2016-04-02 | 1 | -5/+25 |
* | | avformat/segment: set format options for all segments | Marton Balint | 2016-03-26 | 1 | -1/+5 |
* | | avformat/segment: Fix "occured" typo | Michael Niedermayer | 2016-03-17 | 1 | -1/+1 |
* | | lavf/segment: change type of increment_tc to BOOL | Stefano Sabatini | 2016-03-15 | 1 | -1/+1 |
* | | lavf/segment: add increment_tc option | Martin Vignali | 2016-03-15 | 1 | -0/+32 |
* | | avformat/segment: Fix header_filename handling | Michael Niedermayer | 2016-02-10 | 1 | -1/+3 |
* | | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -14/+13 |
|\| |
|
| * | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -18/+17 |
* | | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -8/+9 |
* | | lavf/segment: add new option segment_clocktime_wrap_duration | Marton Balint | 2016-01-28 | 1 | -1/+3 |
* | | lavf/segment: add support for specifying clock time offset | Marton Balint | 2016-01-28 | 1 | -1/+10 |
* | | avformat/segment: Fix memory leak of cur_entry.filename | Lvqier | 2015-12-12 | 1 | -3/+3 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -6/+6 |
* | | avformat/segment: atomically update list if possible | Michael Niedermayer | 2015-08-28 | 1 | -2/+12 |
* | | avformat/segment: Do not free the filename twice | Michael Niedermayer | 2015-08-26 | 1 | -0/+1 |
* | | lavf/segment: Fix memleak. | Carl Eugen Hoyos | 2015-08-25 | 1 | -0/+1 |
* | | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+2 |
* | | Merge commit '8a78ae2d2101622fd244b99178d8bc61175c878e' | Michael Niedermayer | 2015-06-12 | 1 | -1/+2 |
|\| |
|
| * | segment: Check open_null_ctx() return value | Vittorio Giovara | 2015-06-12 | 1 | -1/+2 |
* | | lavf/segment: add an option to allow breaking on non-keyframes | Rodger Combs | 2015-06-09 | 1 | -1/+3 |
* | | avformat/segment: Change enum to int, which is accessed via AVOption as int | Michael Niedermayer | 2015-04-07 | 1 | -1/+1 |
* | | lavf/segment: style nits | Rodger Combs | 2015-03-31 | 1 | -4/+4 |
* | | lavf/segment: Mark output contexts as non-seekable when applicable | Rodger Combs | 2015-03-29 | 1 | -0/+6 |
* | | libavformat/segment: add an option to write the header to a separate file | Rodger Combs | 2015-03-29 | 1 | -3/+15 |
* | | libavformat/segment: don't leave the list pb open when not in use | Rodger Combs | 2015-03-29 | 1 | -4/+5 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | avformat/segment: Clear contexts after deallocation | Michael Niedermayer | 2015-01-07 | 1 | -4/+5 |
* | | Merge commit 'b3f04657368a32a9903406395f865e230b1de348' | Michael Niedermayer | 2015-01-07 | 1 | -7/+20 |
|\| |
|
| * | segment: Fix the failure paths | Luca Barbato | 2015-01-07 | 1 | -12/+20 |
* | | libavformat/segment.c: Add strftime expansion for segment filename templates | Pedro E. M. Brito | 2014-12-28 | 1 | -2/+13 |
* | | avformat/segment: Use av_freep() avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-25 | 1 | -7/+7 |
* | | avformat/segment: export inner muxer timebase | Michael Niedermayer | 2014-11-16 | 1 | -0/+8 |
* | | avformat/segment: use time_internal.h, simplify code | Michael Niedermayer | 2014-11-02 | 1 | -4/+1 |
* | | hlsenc.c, segment.c: propagate defaults to mpegts | Mika Raento | 2014-10-17 | 1 | -0/+1 |
* | | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e' | Michael Niedermayer | 2014-10-07 | 1 | -0/+1 |
|\| |
|