147 Commits (d0d9dbec2fcba3355b5af34c807364f15bccb95d)

Author SHA1 Message Date
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
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
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Michael Niedermayer b4d68e7cdb avformat: Remove use of AVFrac and AVStream->pts 9 years ago
Andreas Cadhalpun c363843a53 add missing FF_API_DESTRUCT_PACKET guards 9 years ago
Michael Niedermayer db91e0edb6 avformat/mux: Update sidedata in ff_write_chained() 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer a45cf639e6 libavformat/mux: Add ff_choose_chroma_location() 10 years ago
Michael Niedermayer da4ef13cb2 avformat/mux: use <0 instead of != 0 for error check of init_muxer() 10 years ago
Michael Niedermayer e0010bb91f mux: Do not leave stale side data pointers in ff_interleave_add_packet() 10 years ago
Michael Niedermayer 7ac5c38ec5 avformat/mux: Add avoid_negative_ts_use_pts 10 years ago
Michael Niedermayer d4cf377947 avformat/mux: Place timestamp related trace av_logs under FF_FDEBUG_TS 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Paul B Mahol 41456c7d15 avformat/mux: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Michael Niedermayer ac08c5c0ad avformat/mux: 2 subtitle packets could have the same DTS 10 years ago
Martin Storsjö 4895aa65c6 libavformat: Allow calling av_write_trailer with a NULL AVIOContext 10 years ago
Carl Eugen Hoyos 25ccf5df72 lavf/mux: Always call write_trailer() from av_write_trailer() to avoid a leak. 10 years ago
Martin Storsjö 9257692ac1 lavf: Only initialize s->offset once when using avoid_negative_ts make_zero 10 years ago
Michael Niedermayer 897d5c3a42 lavf: Print a warning if failed to avoid negative timestamps when requested 10 years ago
Michael Niedermayer 1384df6419 lavf: Add an option for avoiding negative timestamps 10 years ago
Anton Khirnov 91e8d2eb1f lavf: use the format context strict_std_compliance instead of the codec one 10 years ago
Michael Niedermayer ec6a5fc6cc avformat/mux: Fix assertion failure due to max_interleave_delta and poor input 10 years ago
Anton Khirnov 2d6e58497e lavf: switch to AVCodecContext.framerate for demuxing 10 years ago
Luca Barbato eb4f906900 lavf: More informative error message 10 years ago
James Almer 903a0acba4 avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft 10 years ago
Anton Khirnov d92550d191 lavf: eliminate ff_get_audio_frame_size() 11 years ago
Michael Niedermayer fee982048e avformat/mux: flush after header writing, like after packets 11 years ago
Carl Eugen Hoyos 355121bcb5 lavf/mux: Fix a typo checking aspect ratios. 11 years ago
Michael Niedermayer a06fac353c avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta calculation 11 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 11 years ago
Michael Niedermayer 383a04a127 avformat/mux: keep AVPacket fields consistent in ff_write_chained() 11 years ago