102 Commits (024bf3a1c2d3b5a391b0f952708edab072c04711)

Author SHA1 Message Date
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
Martin Storsjö c864c3968a segment: Add an option for omitting the first header and final trailer 12 years ago
Martin Storsjö aa9f128b7c segment: Add a missing space 12 years ago
Martin Storsjö 4edb34f6cc segment: Pass the interrupt callback on to the chained AVFormatContext, too 12 years ago
Alexander Strasser 49f3b331c7 lavf/segment: Use distinct IDs for list type ext & csv 12 years ago
Alexander Strasser 3245be95ac lavf/segment: Rename variable in print_csv_escaped_str() 12 years ago