237 Commits (32cb4504f384a0b097cd3af2f5e8ca05c62bc330)

Author SHA1 Message Date
Rodger Combs 8e6478b723
lavf/segment: fix autobsf 8 years ago
Rodger Combs 45f5c55732
lavf/segment: fix writing separate header with auto BSF 8 years ago
Rodger Combs c7cd6ad850
lavf/segment: add deinit function 8 years ago
Rodger Combs ecb53e1101
lavf/segment: decide whether to rename based on list URI 8 years ago
Steven Liu 1da00be009 avformat/segment: give a warning message for remove initial_offset option 8 years ago
Steven Liu e29d2d9c92 avformat/segment: remove the check_bitstream from segment 8 years ago
Rodger Combs af7e2734b9
lavf: update auto-bsf to new BSF API 9 years ago
Michael Niedermayer 4104f18358 avformat/segment: Pass flags to child context 9 years ago
Rodger Combs 4b150fbe1f lavf/segment: add option to write empty filler segments as needed 9 years ago
Rodger Combs 5b4f44f66a lavf/segment: slight refactor to seg_write_packet 9 years ago
Rodger Combs 44a9395b5a lavf/segment: style nit 9 years ago
Rodger Combs d38fe9f493 lavf/segment: support automatic bitstream filtering 9 years ago
Marton Balint 8ff0f6ae82 avformat/segment: set format options for all segments 9 years ago
Michael Niedermayer 7660c135a3 avformat/segment: Fix "occured" typo 9 years ago
Stefano Sabatini 7725210e71 lavf/segment: change type of increment_tc to BOOL 9 years ago
Martin Vignali 69638517d1 lavf/segment: add increment_tc option 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer 21b459e4bb avformat/segment: Fix header_filename handling 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Marton Balint 369a6a6ed4 lavf/segment: add new option segment_clocktime_wrap_duration 9 years ago
Marton Balint 1036a1b8a3 lavf/segment: add support for specifying clock time offset 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Lvqier 93d336fb07 avformat/segment: Fix memory leak of cur_entry.filename 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer e2b19a533d avformat/segment: atomically update list if possible 9 years ago
Michael Niedermayer dda6925357 avformat/segment: Do not free the filename twice 9 years ago
Carl Eugen Hoyos 83a508cda5 lavf/segment: Fix memleak. 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Vittorio Giovara 8a78ae2d21 segment: Check open_null_ctx() return value 10 years ago
Rodger Combs e60b018c74 lavf/segment: add an option to allow breaking on non-keyframes 10 years ago
Michael Niedermayer 235589ee9e avformat/segment: Change enum to int, which is accessed via AVOption as int 10 years ago
Rodger Combs 5cba5291a7 lavf/segment: style nits 10 years ago
Rodger Combs de2aaf1a2a lavf/segment: Mark output contexts as non-seekable when applicable 10 years ago
Rodger Combs 7b060a96ad libavformat/segment: add an option to write the header to a separate file 10 years ago
Rodger Combs 481f0f153a libavformat/segment: don't leave the list pb open when not in use 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Vittorio Giovara 3a6dfec864 segment: Check av_get_frame_filename() return value 10 years ago
Michael Niedermayer e2404096b0 avformat/segment: Clear contexts after deallocation 10 years ago
Luca Barbato b3f0465736 segment: Fix the failure paths 10 years ago
Pedro E. M. Brito 202947a066 libavformat/segment.c: Add strftime expansion for segment filename templates 10 years ago
Michael Niedermayer 68fa549230 avformat/segment: Use av_freep() avoid leaving stale pointers in memory 10 years ago
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