124 Commits (b6a8c5245f5c70f4a45a9070aca8d9f4a5989508)

Author SHA1 Message Date
Stefano Sabatini b6a8c5245f lavf/segment: show incoming packet duration in debug message 10 years ago
Stefano Sabatini 5acad50056 lavf/segment: only use reference frames for computing the segment end time 10 years ago
Simon Thelen fa6716c66d libavformat/segment: change segment_list_size behavior to match hls_list_size behavior. 10 years ago
Michael Niedermayer 7125b6ca90 avformat/segment: remove gettimeofday() use, remove sys/time.h 11 years ago
Michael Niedermayer b8d017adba avformat/segment: simplify localtime* use 11 years ago
Deti fliegl 8cda23f341 avformat/segment: Support cutting at clocktime 11 years ago
Michael Niedermayer 1394e0a9e0 avformat/segment: Use av_malloc_array() 11 years ago
Luca Barbato 87a3ea3192 segment: Report the current media sequence 11 years ago
Enrique Arizón Benito 5c08ae4f37 segment: Add an option to prepend a string to the list entries 11 years ago
Willy Aubry 65c95de213 avformat/HLS: modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS standard 11 years ago
Stefano Sabatini f57baf743f lavf/segment: drop pointless variable oc from seg_write_packet() 11 years ago
Stefano Sabatini 169065fbfb lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_packet() 11 years ago
Stefano Sabatini 8937af7b6f lavf/segment: increase logging level for message with segment start information 11 years ago
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