summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avformat/segment: Avoid duplicating string when parsing frames listAndreas Rheinhardt2020-09-101-24/+16
* avformat/segment: Fix error messagesAndreas Rheinhardt2020-09-101-3/+3
* avformat/segment: Remove redundant code for freeing in write_trailerAndreas Rheinhardt2020-09-101-13/+4
* avformat/segment: Free SegmentListEntries in deinit, not write_trailerAndreas Rheinhardt2020-09-101-9/+10
* avformat/segment: Fix leak and invalid free of AVIOContextAndreas Rheinhardt2020-09-101-3/+12
* avformat/segment: Fix leak of string on errorAndreas Rheinhardt2020-09-101-1/+1
* avformat/segment: Fix segfault when error happens and segment list is outputAndreas Rheinhardt2020-09-101-1/+1
* avformat/segment: Fix segfault on allocation error, avoid allocationAndreas Rheinhardt2020-09-101-12/+2
* avformat/segment: Fix leak of duration/framenumber lists upon errorAndreas Rheinhardt2020-09-101-2/+2
* avformat/segment: Don't overwrite AVCodecParameters after initAndreas Rheinhardt2020-09-101-18/+1
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-221-1/+1
* avformat/segment: Propagate dispositionAndreas Rheinhardt2020-05-231-0/+1
* avformat/segment: Access AVStream more directlyAndreas Rheinhardt2020-05-231-9/+8
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-261-4/+2
* avformat/segment: always use interleaved writes for formats with custom inter...Marton Balint2020-04-081-1/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-1/+1
* avformat/segment: Don't set extradata size twiceAndreas Rheinhardt2020-03-021-1/+0
* avformat/segment: use AV_OPT_TYPE_DICT for segment_format_optionsMarton Balint2020-01-011-13/+2
* avformat/segment: fix muxing tmcd tracks in MOVGyan Doshi2019-06-201-0/+6
* avformat/segment: fix increment_tcGyan Doshi2019-06-181-2/+19
* avformat/segment: populate empty outer stream extradata from packetGyan Doshi2019-05-281-0/+14
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* 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