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
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
2013-11-25lavf/segment: add segment_list_entry_prefix optionStefano Sabatini
2013-10-15lavf/segment: simplify logic and fix !=0 check on segment_end return valueStefano Sabatini
2013-10-15lavf/segment: log segments as they end to AV_LOG_VERBOSEBilly Shambrook
2013-10-15lavf/segment: simplify segment_count updateStefano Sabatini
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-07-11lavf/segment: use AV_OPT_TIME_DURATION for time_deltaStefano Sabatini
2013-07-11lavf/segment: reindent after last commitStefano Sabatini
2013-07-11lavf/segment: add initial_offset optionStefano Sabatini
2013-04-27hls, segment: fix splitting for audio-only streams.Anton Khirnov
2013-03-19segment: copy metadataMichael Niedermayer
2013-03-07lavf/segment: add support to ffconcat segment listStefano Sabatini
2013-02-07lavf/segment: fix DTS inconsistencies with -reset_timestampsStefano Sabatini
2013-02-06lavf/segment: extend PTS debugging log with -reset_timestampsStefano Sabatini
2013-02-03lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tagCarl Eugen Hoyos
2013-01-23lavf/segment: exit immediately in case of invalid stream specifierStefano Sabatini
2013-01-23lavf/segment: avoid failure in case -flags +live and -segment_times/frames ar...Stefano Sabatini
2013-01-23lavf/segment: drop now pointless segment_list_close() functionStefano Sabatini
2013-01-23lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of streamStefano Sabatini
2013-01-22lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in ...Stefano Sabatini
2013-01-19lavf/segment: do not auto-select a video stream with attached_pic dispositionStefano Sabatini
2013-01-19lavf/segment: move reference stream selection code to a dedicated functionStefano Sabatini
2013-01-19lavf/segment: remove now unused field list_max_segment_timeStefano Sabatini
2013-01-19lavf/segment: add support to segment list file entries sliding window listingStefano Sabatini
2013-01-19lavf/segment: add SegmentListEntry and use itStefano Sabatini
2012-12-28lavf/segment: add segment_frames optionStefano Sabatini
2012-12-28lavf/segment: add reference_stream optionStefano Sabatini
2012-12-14lavf/segment: provide more debug feedback when a new segment startsStefano Sabatini
2012-12-14lavf/segment: add missing flags to segmenter option constantsStefano Sabatini
2012-12-14lavf/segment: add segment_start_number optionStefano Sabatini
2012-12-14lavf/segment: add function set_segment_filename()Stefano Sabatini
2012-12-11lavf/segment: add reset_timestamps optionStefano Sabatini
2012-12-09lavf/segment: remove silly assert(), improve feedbackStefano Sabatini
2012-11-21lavf/segment: fix value for the M3U8 EXT-X-MEDIAStefano Sabatini
2012-11-21lavf/segment: do not pre-increment segment_idx valueStefano Sabatini
2012-11-21lavf/segment: unbreak behavior for segment muxerStefano Sabatini
2012-11-21lavf/segment: consistently use "seg" in segment_start()Stefano Sabatini
2012-11-20lavf/segment: do not copy codec_tag when not availableChanMin Kim