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
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
2015-01-07segment: Fix the failure pathsLuca Barbato
2014-12-28libavformat/segment.c: Add strftime expansion for segment filename templatesPedro E. M. Brito
2014-12-25avformat/segment: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-16avformat/segment: export inner muxer timebaseMichael Niedermayer
2014-11-02avformat/segment: use time_internal.h, simplify codeMichael Niedermayer
2014-10-17hlsenc.c, segment.c: propagate defaults to mpegtsMika Raento
2014-10-07Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer
2014-10-07lavf: Set the stream time base hint properly for chained muxersMartin Storsjö
2014-09-08lavf/segment: abort in case of invalid segment format optionsStefano Sabatini
2014-09-07lavf/segment: add segment_format_options optionStefano Sabatini
2014-09-02segment: fix copying stream metadataMika Raento
2014-09-02segment: use mpegts_flags instead of the deprecated resend_headers optionMika Raento
2014-09-02avformat/segment: Use avformat_alloc_output_context2()Michael Niedermayer
2014-09-02segment: don't access outside seg->frames arrayMika Raento
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-07-25avformat/segment: re-interleave packets if neededMichael Niedermayer
2014-07-25avformat/mux: support re-interleaving packets in ff_write_chained()Michael Niedermayer
2014-07-22lavf/segment: sanitize segment end time in case last packet do not have a def...Stefano Sabatini
2014-07-22lavf/segment: do not allow to create segments with no key-framesStefano Sabatini
2014-07-17lavf/segment: set segment end time when the first packet arrivesStefano Sabatini
2014-07-17lavf/segment: fix weird indentStefano Sabatini
2014-07-17lavf/segment: show incoming packet duration in debug messageStefano Sabatini
2014-07-17lavf/segment: only use reference frames for computing the segment end timeStefano Sabatini
2014-07-17libavformat/segment: change segment_list_size behavior to match hls_list_size...Simon Thelen
2014-07-09avformat/segment: remove gettimeofday() use, remove sys/time.hMichael Niedermayer
2014-07-08avformat/segment: simplify localtime* useMichael Niedermayer
2014-07-08avformat/segment: Support cutting at clocktimeDeti fliegl
2014-05-06avformat/segment: Use av_malloc_array()Michael Niedermayer
2014-04-30Merge commit '87a3ea3192bf5e4aafa08bca8686a2b577eae818'Michael Niedermayer
2014-04-30segment: Report the current media sequenceLuca Barbato
2014-04-29Merge commit '5c08ae4f37281441188447cd04dcaf7cd7ce031f'Michael Niedermayer
2014-04-29segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito
2014-03-03avformat/HLS: modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS...Willy Aubry
2014-01-21lavf/segment: drop pointless variable oc from seg_write_packet()Stefano Sabatini
2014-01-21lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_pa...Stefano Sabatini
2013-12-18lavf/segment: increase logging level for message with segment start informationStefano Sabatini
2013-11-25lavf/segment: add a few log messages when avio_open2() failsStefano Sabatini