summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/segment: fix segment_time_delta option min/max valueMarton Balint2018-10-071-1/+1
* avformat: fix stream_segment muxer build dependenciesJames Almer2018-02-071-0/+4
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-15/+21
* Fix several typosLou Logan2017-09-211-2/+2
* Use the new AVIOContext destructor.Anton Khirnov2017-09-011-1/+1
* avformat: remove obsolete commented-out DEBUG defineTobias Rapp2017-07-071-2/+0
* avformat/segment: remove last_cut check when detecting a new segmentMarton Balint2017-02-041-4/+1
* lavf/segment: fix crash when failing to open segment listRodger Combs2017-01-231-1/+4
* lavf/segment: fix autobsfRodger Combs2016-11-021-1/+39
* lavf/segment: fix writing separate header with auto BSFRodger Combs2016-10-241-1/+28
* lavf/segment: add deinit functionRodger Combs2016-10-241-27/+20
* lavf/segment: decide whether to rename based on list URIRodger Combs2016-10-211-1/+1
* avformat/segment: give a warning message for remove initial_offset optionSteven Liu2016-09-091-0/+5
* avformat/segment: remove the check_bitstream from segmentSteven Liu2016-07-141-21/+0
* lavf: update auto-bsf to new BSF APIRodger Combs2016-06-251-2/+4
* avformat/segment: Pass flags to child contextMichael Niedermayer2016-04-111-0/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-11/+11
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* | lavf/segment: add option to write empty filler segments as neededRodger Combs2016-04-021-1/+7
* | lavf/segment: slight refactor to seg_write_packetRodger Combs2016-04-021-5/+7
* | lavf/segment: style nitRodger Combs2016-04-021-1/+1
* | lavf/segment: support automatic bitstream filteringRodger Combs2016-04-021-5/+25
* | avformat/segment: set format options for all segmentsMarton Balint2016-03-261-1/+5
* | avformat/segment: Fix "occured" typoMichael Niedermayer2016-03-171-1/+1
* | lavf/segment: change type of increment_tc to BOOLStefano Sabatini2016-03-151-1/+1
* | lavf/segment: add increment_tc optionMartin Vignali2016-03-151-0/+32
* | avformat/segment: Fix header_filename handlingMichael Niedermayer2016-02-101-1/+3
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-14/+13
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-18/+17
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-8/+9
* | lavf/segment: add new option segment_clocktime_wrap_durationMarton Balint2016-01-281-1/+3
* | lavf/segment: add support for specifying clock time offsetMarton Balint2016-01-281-1/+10
* | avformat/segment: Fix memory leak of cur_entry.filenameLvqier2015-12-121-3/+3
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-6/+6
* | avformat/segment: atomically update list if possibleMichael Niedermayer2015-08-281-2/+12
* | avformat/segment: Do not free the filename twiceMichael Niedermayer2015-08-261-0/+1
* | lavf/segment: Fix memleak.Carl Eugen Hoyos2015-08-251-0/+1
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-1/+2
* | Merge commit '8a78ae2d2101622fd244b99178d8bc61175c878e'Michael Niedermayer2015-06-121-1/+2
|\ \ | |/
| * segment: Check open_null_ctx() return valueVittorio Giovara2015-06-121-1/+2
* | lavf/segment: add an option to allow breaking on non-keyframesRodger Combs2015-06-091-1/+3
* | avformat/segment: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-04-071-1/+1
* | lavf/segment: style nitsRodger Combs2015-03-311-4/+4
* | lavf/segment: Mark output contexts as non-seekable when applicableRodger Combs2015-03-291-0/+6
* | libavformat/segment: add an option to write the header to a separate fileRodger Combs2015-03-291-3/+15
* | libavformat/segment: don't leave the list pb open when not in useRodger Combs2015-03-291-4/+5
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
| * segment: Check av_get_frame_filename() return valueVittorio Giovara2015-01-231-1/+5
* | avformat/segment: Clear contexts after deallocationMichael Niedermayer2015-01-071-4/+5