182 Commits (47d6b02f6c3d58141ace48bb5e8971cae56f8874)

Author SHA1 Message Date
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
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
Rodger Combs 1f9139b07b lavf: add automatic bitstream filtering; bump version 9 years ago
Michael Niedermayer 0106a20aea avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terrible 9 years ago
Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 9 years ago
Luca Barbato 9b56d5c114 avpacket: Deprecate av_dup_packet 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Ganesh Ajjanagadde 8507b98c10 avfilter,swresample,swscale: use fabs, fabsf instead of FFABS 9 years ago
Hendrik Leppkes 83a5df54ea Remove left-over FF_API_DESTRUCT_PACKET cruft 9 years ago
Sean McGovern 9ad1e0c12c mux: Make sure that the data is actually written 9 years ago
Andreas Cadhalpun c34363acd2 mux: warn if the encoders bitexact flag is set, but not the muxers 9 years ago