194 Commits (063be4fe2cc631315fac028b5e5642e451304807)

Author SHA1 Message Date
Marton Balint fa8308d3d4 avformat: deprecate AVFormatContext filename field 7 years ago
Marton Balint ea3672b7d6 avformat: add url field to AVFormatContext 7 years ago
James Almer 0e2fbd68e2 avformat/mux: factorize AVFormatContext->avoid_negative_ts initialization 7 years ago
James Almer d6d605eb05 avformat/mux: stop delaying writing the header 7 years ago
James Almer cd1ff3e45d avformat: move priv_pts from AVStream to an internal struct 7 years ago
James Almer e70cdf91a7 avformat/mux: be less strict with bitstream filter failures 7 years ago
James Almer ca4df37f06 avformat: remove ABI portion of the side data merging API 7 years ago
Marton Balint eeeb595c7f avformat: make flush_packets a tri-state and set it to -1 (auto) by default 8 years ago
Michael Niedermayer 1a36354698 avformat/mux: Fix copy an paste typo 8 years ago
James Almer 437ad467c2 avformat/mux: remove autobsf extradata propagation hack 8 years ago
Muhammad Faiz 9f030ee00f avformat: do not use AVFrame accessor 8 years ago
Michael Niedermayer 8779ec91b2 avformat/mux: Check return code of av_packet_split_side_data() 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Clément Bœsch cd4d6cba12 lavf: fix usages of av_get_codec_tag_string() 8 years ago
Vittorio Giovara 63fe79a336 lavf: Drop deprecated hint to set muxer timebase 8 years ago
Vittorio Giovara 5e71299758 lavf: Drop deprecated bitexact functionality 8 years ago
wm4 d682ae70b4 avcodec, avformat: deprecate anything related to side data merging 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Martin Storsjö cdcfa97dc4 libavformat: Fix a faulty api deprecation guard in prepare_input_packet 8 years ago
Rodger Combs f8e3ebde56
lavf/mux: don't warn about missing timestamps on attached pictures 8 years ago
James Almer 75a13115cd avformat/mux: remove unnecessary autobsf hack 8 years ago
Michael Niedermayer 9e58812519 avformat/mux: split side data before internal auto BSF 8 years ago
James Almer 6005c7e656 Revert "avformat/mux: split side data earlier in av_write_frame and av_interleaved_write_frame" 8 years ago
James Almer fba2a8a254 avformat/mux: split side data earlier in av_write_frame and av_interleaved_write_frame 8 years ago
Carl Eugen Hoyos db23fde784 lavf/mux: Add missing CR/LF to error messages. 8 years ago
Rodger Combs a246fef163
lavf/mux: add avformat_init_output 8 years ago
Rodger Combs 1f6d7eb470
lavf: add a flag to enable/disable automatic bitstream filtering 8 years ago
Michael Niedermayer cb114ed464 avformat/mux: implement AVFMT_FLAG_SHORTEST 8 years ago
Jan Sebechlebsky 2fc9a3eb7a avformat/mux: Restore original ts in write_packet on error 8 years ago
Michael Niedermayer 3af1aba2be avformat/mux: Fix some codecpar non uses 8 years ago
Michael Niedermayer a2c90d5f98 avformat/mux: Apply auto bsfs in av_write_frame() too 8 years ago
Michael Niedermayer de9674c5ea avformat/mux: Factor do_packet_auto_bsf() out 8 years ago
Martin Storsjö 785c25443b movenc: Apply offsets on timestamps when peeking into interleaving queues 9 years ago
Rodger Combs af7e2734b9
lavf: update auto-bsf to new BSF API 9 years ago
Michael Niedermayer 46a60fe184 avformat: Fix ff_interleaved_peek() 9 years ago
Marton Balint e07b8d68f5 avformat/mux: do not call write_packet with a flush packet if header is not written 9 years ago
Marton Balint 517fe64406 avformat/mux: do not call write_header multiple times if it fails the first time 9 years ago
Marton Balint 9da27fb579 avformat/mux: factorize header writing code 9 years ago
Marton Balint 301ead1313 avformat/mux: call deinit if write_header fails 9 years ago
Martin Storsjö e1eb0fc960 movenc: Use packets in interleaving queues for the duration at the end of fragments 9 years ago
Martin Storsjö db7968bff4 avio: Allow custom IO users to get labels for the output bytestream 9 years ago
Diego Biurrun 11de006bab Combine deprecation guards where appropriate 9 years ago
Diego Biurrun b7e64fba7f Reduce the scope of some variables 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Michael Niedermayer c84ba07db4 avformat/mux: Check that deinit is set before calling it 9 years ago
Ronald S. Bultje 6d8ab358a3 lavf: allow BSFs to drop packets. 9 years ago
Stefano Sabatini dedcb3c5a5 lavf/mux: do not fail in case of non strictly monotonically increasing DTS values for data packets 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Matt Oliver b66ac803fa avformat/mux: Fix error when writing uncoded frames. 9 years ago
Anton Khirnov 521dc78366 mux: drop the warning about global headers 9 years ago