summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Expand)AuthorAge
* avformat/segment: give a warning message for remove initial_offset optionSteven Liu2016-09-09
* avformat/segment: remove the check_bitstream from segmentSteven Liu2016-07-14
* lavf: update auto-bsf to new BSF APIRodger Combs2016-06-25
* avformat/segment: Pass flags to child contextMichael Niedermayer2016-04-11
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf/segment: add option to write empty filler segments as neededRodger Combs2016-04-02
* | lavf/segment: slight refactor to seg_write_packetRodger Combs2016-04-02
* | lavf/segment: style nitRodger Combs2016-04-02
* | lavf/segment: support automatic bitstream filteringRodger Combs2016-04-02
* | avformat/segment: set format options for all segmentsMarton Balint2016-03-26
* | avformat/segment: Fix "occured" typoMichael Niedermayer2016-03-17
* | lavf/segment: change type of increment_tc to BOOLStefano Sabatini2016-03-15
* | lavf/segment: add increment_tc optionMartin Vignali2016-03-15
* | avformat/segment: Fix header_filename handlingMichael Niedermayer2016-02-10
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\|
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | lavf/segment: add new option segment_clocktime_wrap_durationMarton Balint2016-01-28
* | lavf/segment: add support for specifying clock time offsetMarton Balint2016-01-28
* | avformat/segment: Fix memory leak of cur_entry.filenameLvqier2015-12-12
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avformat/segment: atomically update list if possibleMichael Niedermayer2015-08-28
* | avformat/segment: Do not free the filename twiceMichael Niedermayer2015-08-26
* | lavf/segment: Fix memleak.Carl Eugen Hoyos2015-08-25
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* | Merge commit '8a78ae2d2101622fd244b99178d8bc61175c878e'Michael Niedermayer2015-06-12
|\|
| * segment: Check open_null_ctx() return valueVittorio Giovara2015-06-12
* | lavf/segment: add an option to allow breaking on non-keyframesRodger Combs2015-06-09
* | avformat/segment: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-04-07
* | lavf/segment: style nitsRodger Combs2015-03-31
* | lavf/segment: Mark output contexts as non-seekable when applicableRodger Combs2015-03-29
* | libavformat/segment: add an option to write the header to a separate fileRodger Combs2015-03-29
* | libavformat/segment: don't leave the list pb open when not in useRodger Combs2015-03-29
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
| * segment: Check av_get_frame_filename() return valueVittorio Giovara2015-01-23
* | avformat/segment: Clear contexts after deallocationMichael Niedermayer2015-01-07
* | Merge commit 'b3f04657368a32a9903406395f865e230b1de348'Michael Niedermayer2015-01-07
|\|
| * segment: Fix the failure pathsLuca Barbato2015-01-07
* | libavformat/segment.c: Add strftime expansion for segment filename templatesPedro E. M. Brito2014-12-28
* | avformat/segment: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-25
* | avformat/segment: export inner muxer timebaseMichael Niedermayer2014-11-16
* | avformat/segment: use time_internal.h, simplify codeMichael Niedermayer2014-11-02
* | hlsenc.c, segment.c: propagate defaults to mpegtsMika Raento2014-10-17
* | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer2014-10-07
|\|
| * lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-06
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | lavf/segment: abort in case of invalid segment format optionsStefano Sabatini2014-09-08
* | lavf/segment: add segment_format_options optionStefano Sabatini2014-09-07