summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-161-0/+4
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-14/+15
* avformat/segment: calculate segment durations correctly.Gyan Doshi2023-01-161-0/+15
* avformat/segment: add option min_seg_durationGyan Doshi2022-12-291-1/+14
* avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-121-4/+2
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-101-2/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-121-0/+1
* avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz2021-12-041-1/+1
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-271-4/+6
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-4/+4
* avformat/mux: Fix double-free when using AVPacket.opaque_refAndreas Rheinhardt2021-09-031-1/+3
* avformat/segment: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-10/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat: remove deprecated AVStream.codecJames Almer2021-04-271-6/+0
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-1/+1
* avformat/segment: Use ff_stream_encode_params_copy()Andreas Rheinhardt2021-04-181-6/+3
* 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