107 Commits (c65fe9e9822cf2a04e5507ddbb7f99e4b6cd93e9)

Author SHA1 Message Date
Stefano Sabatini c0f2e07135 lavf/segment: add a few log messages when avio_open2() fails 11 years ago
Stefano Sabatini 5e278c19c7 lavf/segment: add segment_list_entry_prefix option 11 years ago
Stefano Sabatini 1120fd7852 lavf/segment: simplify logic and fix !=0 check on segment_end return value 11 years ago
Billy Shambrook 67e507e10e lavf/segment: log segments as they end to AV_LOG_VERBOSE 11 years ago
Stefano Sabatini 3b9f8e7cd9 lavf/segment: simplify segment_count update 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Stefano Sabatini 71a2e5245c lavf/segment: use AV_OPT_TIME_DURATION for time_delta 12 years ago
Stefano Sabatini 459dc81a64 lavf/segment: reindent after last commit 12 years ago
Stefano Sabatini 19ea08a11a lavf/segment: add initial_offset option 12 years ago
Anton Khirnov cf679b9476 hls, segment: fix splitting for audio-only streams. 12 years ago
Michael Niedermayer 0e02a5193f segment: copy metadata 12 years ago
Stefano Sabatini d95143ec82 lavf/segment: add support to ffconcat segment list 12 years ago
Stefano Sabatini b3d2c6f8b9 lavf/segment: fix DTS inconsistencies with -reset_timestamps 12 years ago
Stefano Sabatini a12787960e lavf/segment: extend PTS debugging log with -reset_timestamps 12 years ago
Carl Eugen Hoyos 90020d7f4b lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tag 12 years ago
Stefano Sabatini e319725717 lavf/segment: exit immediately in case of invalid stream specifier 12 years ago
Stefano Sabatini bb539eb13a lavf/segment: avoid failure in case -flags +live and -segment_times/frames are specified 12 years ago
Stefano Sabatini f4e4e5b841 lavf/segment: drop now pointless segment_list_close() function 12 years ago
Stefano Sabatini ca68acd7ac lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of stream 12 years ago
Stefano Sabatini 30a40d4a55 lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in docs 12 years ago
Stefano Sabatini d00df260ca lavf/segment: do not auto-select a video stream with attached_pic disposition 12 years ago
Stefano Sabatini bbce913edf lavf/segment: move reference stream selection code to a dedicated function 12 years ago
Stefano Sabatini 1de369a632 lavf/segment: remove now unused field list_max_segment_time 12 years ago
Stefano Sabatini d4890c1068 lavf/segment: add support to segment list file entries sliding window listing 12 years ago
Stefano Sabatini 6b7d9d5153 lavf/segment: add SegmentListEntry and use it 12 years ago
Stefano Sabatini 0156dd6530 lavf/segment: add segment_frames option 12 years ago
Stefano Sabatini 7a8face9fb lavf/segment: add reference_stream option 12 years ago
Stefano Sabatini ecebf6fc82 lavf/segment: provide more debug feedback when a new segment starts 12 years ago
Stefano Sabatini df5f9496e6 lavf/segment: add missing flags to segmenter option constants 12 years ago
Stefano Sabatini ddf6131a0a lavf/segment: add segment_start_number option 12 years ago
Stefano Sabatini d93d03a492 lavf/segment: add function set_segment_filename() 12 years ago
Stefano Sabatini 8e9056559e lavf/segment: add reset_timestamps option 12 years ago
Stefano Sabatini ad47ac20ae lavf/segment: remove silly assert(), improve feedback 12 years ago
Stefano Sabatini 8b6aeb1fcd lavf/segment: fix value for the M3U8 EXT-X-MEDIA 12 years ago
Stefano Sabatini 5a1ac463e0 lavf/segment: do not pre-increment segment_idx value 12 years ago
Stefano Sabatini 2b31aa8895 lavf/segment: unbreak behavior for segment muxer 12 years ago
Stefano Sabatini b6c05879ea lavf/segment: consistently use "seg" in segment_start() 12 years ago
ChanMin Kim 4293464705 lavf/segment: do not copy codec_tag when not available 12 years ago
Xi Wang e8769b37fe segment: fix NULL pointer dereference in seg_write_header() 12 years ago
Michael Niedermayer 30d27685b1 segment: fix null ptr deref 12 years ago
Luca Barbato 26db9100b2 segment: support applehttp style list 12 years ago
Luca Barbato 0826d8513d segment: drop global headers setting 12 years ago
Michael Niedermayer 9d19d7c335 segment: reverse pass avoid_negative_ts from the muxer 12 years ago
Martin Storsjö 91c1567beb segment: Add comments about calls that only are relevant for some muxers 12 years ago
Martin Storsjö a854362b40 segment: Flush buffered data before finishing a segment 12 years ago
Martin Storsjö f7b240434c segment: Set the resend_headers flag for each segment 12 years ago
Martin Storsjö 378a6315b7 segment: Add an option for disabling writing of a header/trailer to each segment 12 years ago
Martin Storsjö eb447d5159 segment: Free and reinit the muxer before calling avformat_write_header 12 years ago
Martin Storsjö 73871dc96f segment: Use the public av_write_header/av_write_trailer functions 12 years ago
Martin Storsjö 0edae4e628 segment: Properly create new AVStreams for the chained muxer 12 years ago