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
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
2016-04-02lavf/segment: add option to write empty filler segments as neededRodger Combs
2016-04-02lavf/segment: slight refactor to seg_write_packetRodger Combs
2016-04-02lavf/segment: style nitRodger Combs
2016-04-02lavf/segment: support automatic bitstream filteringRodger Combs
2016-03-27avformat/segment: set format options for all segmentsMarton Balint
2016-03-17avformat/segment: Fix "occured" typoMichael Niedermayer
2016-03-15lavf/segment: change type of increment_tc to BOOLStefano Sabatini
2016-03-15lavf/segment: add increment_tc optionMartin Vignali
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-10avformat/segment: Fix header_filename handlingMichael Niedermayer
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2016-01-28lavf/segment: add new option segment_clocktime_wrap_durationMarton Balint
2016-01-28lavf/segment: add support for specifying clock time offsetMarton Balint
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-12-13avformat/segment: Fix memory leak of cur_entry.filenameLvqier
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-08-28avformat/segment: atomically update list if possibleMichael Niedermayer
2015-08-26avformat/segment: Do not free the filename twiceMichael Niedermayer
2015-08-25lavf/segment: Fix memleak.Carl Eugen Hoyos
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-06-12Merge commit '8a78ae2d2101622fd244b99178d8bc61175c878e'Michael Niedermayer
2015-06-12segment: Check open_null_ctx() return valueVittorio Giovara
2015-06-09lavf/segment: add an option to allow breaking on non-keyframesRodger Combs
2015-04-08avformat/segment: Change enum to int, which is accessed via AVOption as intMichael Niedermayer
2015-03-31lavf/segment: style nitsRodger Combs
2015-03-29lavf/segment: Mark output contexts as non-seekable when applicableRodger Combs
2015-03-29libavformat/segment: add an option to write the header to a separate fileRodger Combs
2015-03-29libavformat/segment: don't leave the list pb open when not in useRodger Combs
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-01-23segment: Check av_get_frame_filename() return valueVittorio Giovara
2015-01-08avformat/segment: Clear contexts after deallocationMichael Niedermayer
2015-01-08Merge commit 'b3f04657368a32a9903406395f865e230b1de348'Michael Niedermayer