summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Expand)AuthorAge
* avformat/segment: Avoid duplicating string when parsing frames listAndreas Rheinhardt2020-09-10
* avformat/segment: Fix error messagesAndreas Rheinhardt2020-09-10
* avformat/segment: Remove redundant code for freeing in write_trailerAndreas Rheinhardt2020-09-10
* avformat/segment: Free SegmentListEntries in deinit, not write_trailerAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak and invalid free of AVIOContextAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak of string on errorAndreas Rheinhardt2020-09-10
* avformat/segment: Fix segfault when error happens and segment list is outputAndreas Rheinhardt2020-09-10
* avformat/segment: Fix segfault on allocation error, avoid allocationAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak of duration/framenumber lists upon errorAndreas Rheinhardt2020-09-10
* avformat/segment: Don't overwrite AVCodecParameters after initAndreas Rheinhardt2020-09-10
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-22
* avformat/segment: Propagate dispositionAndreas Rheinhardt2020-05-23
* avformat/segment: Access AVStream more directlyAndreas Rheinhardt2020-05-23
* avformat: only allow a single bitstream filter when muxingMarton Balint2020-04-26
* avformat/segment: always use interleaved writes for formats with custom inter...Marton Balint2020-04-08
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avformat/segment: Don't set extradata size twiceAndreas Rheinhardt2020-03-02
* avformat/segment: use AV_OPT_TYPE_DICT for segment_format_optionsMarton Balint2020-01-01
* avformat/segment: fix muxing tmcd tracks in MOVGyan Doshi2019-06-20
* avformat/segment: fix increment_tcGyan Doshi2019-06-18
* avformat/segment: populate empty outer stream extradata from packetGyan Doshi2019-05-28
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-20
* avformat/segment: fix segment_time_delta option min/max valueMarton Balint2018-10-07
* avformat: fix stream_segment muxer build dependenciesJames Almer2018-02-07
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* Fix several typosLou Logan2017-09-21
* Use the new AVIOContext destructor.Anton Khirnov2017-09-01
* avformat: remove obsolete commented-out DEBUG defineTobias Rapp2017-07-07
* avformat/segment: remove last_cut check when detecting a new segmentMarton Balint2017-02-04
* lavf/segment: fix crash when failing to open segment listRodger Combs2017-01-23
* lavf/segment: fix autobsfRodger Combs2016-11-02
* lavf/segment: fix writing separate header with auto BSFRodger Combs2016-10-24
* lavf/segment: add deinit functionRodger Combs2016-10-24
* lavf/segment: decide whether to rename based on list URIRodger Combs2016-10-21
* 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
|\|