Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-04avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz
2021-11-27avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-09-03avformat/mux: Fix double-free when using AVPacket.opaque_refAndreas Rheinhardt
2021-07-08avformat/segment: Deduplicate AVClassesAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avformat: remove deprecated AVStream.codecJames Almer
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-18avformat/segment: Use ff_stream_encode_params_copy()Andreas Rheinhardt
2021-03-11avformat: use the buffer_size_t typedef where requiredJames Almer
2020-09-10avformat/segment: Avoid duplicating string when parsing frames listAndreas Rheinhardt
2020-09-10avformat/segment: Fix error messagesAndreas Rheinhardt
2020-09-10avformat/segment: Remove redundant code for freeing in write_trailerAndreas Rheinhardt
2020-09-10avformat/segment: Free SegmentListEntries in deinit, not write_trailerAndreas Rheinhardt
2020-09-10avformat/segment: Fix leak and invalid free of AVIOContextAndreas Rheinhardt
2020-09-10avformat/segment: Fix leak of string on errorAndreas Rheinhardt
2020-09-10avformat/segment: Fix segfault when error happens and segment list is outputAndreas Rheinhardt
2020-09-10avformat/segment: Fix segfault on allocation error, avoid allocationAndreas Rheinhardt
2020-09-10avformat/segment: Fix leak of duration/framenumber lists upon errorAndreas Rheinhardt
2020-09-10avformat/segment: Don't overwrite AVCodecParameters after initAndreas Rheinhardt
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2020-05-23avformat/segment: Propagate dispositionAndreas Rheinhardt
2020-05-23avformat/segment: Access AVStream more directlyAndreas Rheinhardt
2020-04-26avformat: only allow a single bitstream filter when muxingMarton Balint
2020-04-08avformat/segment: always use interleaved writes for formats with custom inter...Marton Balint
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-03-03avformat/segment: Don't set extradata size twiceAndreas Rheinhardt
2020-01-01avformat/segment: use AV_OPT_TYPE_DICT for segment_format_optionsMarton Balint
2019-06-20avformat/segment: fix muxing tmcd tracks in MOVGyan Doshi
2019-06-18avformat/segment: fix increment_tcGyan Doshi
2019-05-28avformat/segment: populate empty outer stream extradata from packetGyan Doshi
2019-03-20lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos
2018-10-07avformat/segment: fix segment_time_delta option min/max valueMarton Balint
2018-02-07avformat: fix stream_segment muxer build dependenciesJames Almer
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-09-22Fix several typosLou Logan
2017-09-01Use the new AVIOContext destructor.Anton Khirnov
2017-07-07avformat: remove obsolete commented-out DEBUG defineTobias Rapp
2017-02-05avformat/segment: remove last_cut check when detecting a new segmentMarton Balint
2017-01-23lavf/segment: fix crash when failing to open segment listRodger Combs
2016-11-02lavf/segment: fix autobsfRodger Combs
2016-10-24lavf/segment: fix writing separate header with auto BSFRodger Combs
2016-10-24lavf/segment: add deinit functionRodger Combs
2016-10-21lavf/segment: decide whether to rename based on list URIRodger Combs
2016-09-09avformat/segment: give a warning message for remove initial_offset optionSteven Liu
2016-07-14avformat/segment: remove the check_bitstream from segmentSteven Liu
2016-06-25lavf: update auto-bsf to new BSF APIRodger Combs
2016-04-11avformat/segment: Pass flags to child contextMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis