142 Commits (6d8dda169384e3935d38da2ed127ba82fd666ee7)

Author SHA1 Message Date
Michael Niedermayer ce80f9fee9 avformat/segment: export inner muxer timebase 10 years ago
Michael Niedermayer 32a2876b12 avformat/segment: use time_internal.h, simplify code 10 years ago
Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 10 years ago
Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 10 years ago
Stefano Sabatini f51de9cac2 lavf/segment: abort in case of invalid segment format options 10 years ago
Stefano Sabatini 4f5493fe23 lavf/segment: add segment_format_options option 10 years ago
Mika Raento 502fc3b3d4 segment: fix copying stream metadata 10 years ago
Mika Raento 413fa76f61 segment: use mpegts_flags instead of the deprecated resend_headers option 10 years ago
Michael Niedermayer 0ffe32cf8f avformat/segment: Use avformat_alloc_output_context2() 10 years ago
Mika Raento 58e0402e02 segment: don't access outside seg->frames array 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Michael Niedermayer 66ae994c54 avformat/segment: re-interleave packets if needed 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 years ago
Stefano Sabatini 44071b0d25 lavf/segment: sanitize segment end time in case last packet do not have a defined duration 10 years ago
Stefano Sabatini 713157484a lavf/segment: do not allow to create segments with no key-frames 10 years ago
Stefano Sabatini 526bd7bdfa lavf/segment: set segment end time when the first packet arrives 10 years ago
Stefano Sabatini 3d38c99041 lavf/segment: fix weird indent 10 years ago
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