230 Commits (30f5180ca6c05ce62b2f7d2ef56b1ce04951aa84)

Author SHA1 Message Date
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() 10 years ago
Michael Niedermayer fee982048e avformat/mux: flush after header writing, like after packets 10 years ago
Carl Eugen Hoyos 355121bcb5 lavf/mux: Fix a typo checking aspect ratios. 10 years ago
Michael Niedermayer a06fac353c avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta calculation 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 years ago
Michael Niedermayer 383a04a127 avformat/mux: keep AVPacket fields consistent in ff_write_chained() 10 years ago
Nidhi Makhijani 324ff59444 avpacket: Check for and return errors in ff_interleave_add_packet() 10 years ago
Michael Niedermayer c599c211fb avformat/mux: fix flush_packets flag with flushing buffers 11 years ago
Michael Niedermayer 1d54f51084 avformat/mux: simplify ff_choose_timebase() 11 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Michael Niedermayer bfb3ed1a9d avformat/mux: Dont leave stale side data pointers in ff_interleave_add_packet() 11 years ago
Michael Niedermayer 74ece44373 avformat/mux: fix memleak of side data in flac fate tests 11 years ago
Michael Niedermayer 9893e883ea avformat/mux: Remove localized encoder strings 11 years ago
Anton Khirnov a312f71090 lavf: deprecate now unused AVStream.pts 11 years ago
Anton Khirnov ed7922faac mux: drop one of the hacks comprising compute_pkt_fields2() 11 years ago
Anton Khirnov c9281a01b7 lavf: drop the zero-sized packets hack 11 years ago
Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 11 years ago
Lukasz Marek c9a12fdd2d lavf/mux: pass options to nested structs of priv data 11 years ago
Lukasz Marek 330d547ef3 lavf/mux: pass options to nested structs of priv data 11 years ago
Michael Niedermayer dc6a17cf74 avformat/mux: Check for and remove invalid packet durations 11 years ago
Reimar Döffinger 8cbf0827e1 Various small spelling fixes. 11 years ago
Michael Niedermayer a89c012531 avformat/mux: support shifting timestamps so they start at 0 11 years ago
Nicolas George 916a79227e lavf/mux: check av_dup_packet() return value. 11 years ago
Nicolas George 1b05ac220e lavf: add write_uncoded_frame() API. 11 years ago
Anton Khirnov 394fb56c29 lavf: always unref the packet passed to av_interleaved_write_frame() on error 11 years ago
Luca Barbato d9ae1031f5 lavf: improve handling of sparse streams when muxing 11 years ago
Anton Khirnov 33c859c142 lavf: ignore attachment streams for interleaving purposes 11 years ago
Anton Khirnov 7b03b65bf0 lavf: do basic sanity checking on muxed packets 11 years ago
Stefano Sabatini 5871ee5072 lavf: add output_ts_offset option to AVFormatContext 11 years ago
Michael Niedermayer e9a26dc5bf avformat/mux: fix "no tag found" check in validate_codec_tag() 11 years ago
Stefano Sabatini d37d4b6e40 lavf/mux: improve feedback in case of no streams in muxer 11 years ago