2099 Commits (88da4b5fcdbdee6fae9774dad4b2b28560fe8a3c)

Author SHA1 Message Date
Anton Khirnov 108864acee lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal 4 years ago
Anton Khirnov 456b170bd7 lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal 4 years ago
Anton Khirnov cb46a6bcbc lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternal 4 years ago
Anton Khirnov 323c9a8c52 lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInternal 4 years ago
Anton Khirnov 36d7c1dee8 lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternal 4 years ago
Anton Khirnov 25bade3258 lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamInternal 4 years ago
Anton Khirnov c1b916580a lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStreamInternal 4 years ago
Anton Khirnov 8741f1fe26 lavf: move AVStream.info to AVStreamInternal 4 years ago
Anton Khirnov f95d9510ff avformat: add a stream event flag for new packets 4 years ago
Chris Miceli be852803eb libavformat/utils: Fix misleading indent 4 years ago
James Almer a7489c0fbd avformat/utils: add missing FF_API_LAVF_AVCTX check 4 years ago
James Almer 8a81820624 avcodec/packet: move AVPacketList definition and function helpers over from libavformat 4 years ago
Andreas Rheinhardt 5fc3eda8de avformat/utils: Avoid duplicating extradata from extract_extradata BSF 4 years ago
Michael Niedermayer 10cc82c35b avformat/utils: reorder duration computation to avoid overflow 5 years ago
Michael Niedermayer 04ddace9e8 avformat/utils: Print analyze duration and probesize when printing a suggestion to increase them 5 years ago
Dale Curtis 63ce7c71bc avformat: Fix overflow in compute_pkt_fields(). 5 years ago
Samuel Foss 5bbd93c3ee avformat/utils: Find a fallback probe decoder that will also match a forced decoder's codec. 5 years ago
Jun Zhao 4391289609 lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE 5 years ago
Dale Curtis f3068be15b avformat/utils: Use av_sat_add64() when updating start_time by skip_samples. 5 years ago
Andreas Rheinhardt 37140ebd87 avformat/id3v2: Remove unnecessary indirection 5 years ago
Andreas Rheinhardt 38490cbeb3 avformat/utils: Set stream side-data size even without side-data 5 years ago
Limin Wang ba0d785fa5 avformat/utils: move is_intra_only() to header and rename to ff_is_intra_only() 5 years ago
Limin Wang 8afa03a5f6 avformat/utils: change the duration to int64_t for update_initial_durations 5 years ago
Marton Balint 1128aa8753 avformat: only allow a single bitstream filter when muxing 5 years ago
Andreas Rheinhardt 7afb161bc1 avformat/utils: Remove superfluous headers 5 years ago
Andreas Rheinhardt d026fef999 avformat/utils: Fix memleak when decoding subtitle in find_stream_info 5 years ago
Josh de Kock 43c648817d lavf/utils: stop using deprecated av_codec_next() 5 years ago
Nicolas Gaullier 2d6baff0c0 avformat/utils: Make find_stream_info get side data from codec context 5 years ago
Dale Curtis a0faf0db4f avformat/utils: Don't trigger errors for multiple id3 tags. 5 years ago
Michael Niedermayer f3d8f517db avformat/utils: Fix integer overflow with complex time bases in avformat_find_stream_info() 5 years ago
Paul B Mahol 96840e47de avformat/utils: avoid unsigned integer overflows 5 years ago
Marton Balint 554576b6cf avformat/utils: make av_url_split search for hashmark as well to separate hostname 5 years ago
Andreas Rheinhardt e2307f4ff1 avformat/utils: Fix memleaks in avformat_open_input() 5 years ago
Dale Curtis f15007afa9 avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index() 5 years ago
Gyan Doshi 41f283ec7a avformat/utils: log corrupt packets 5 years ago
James Almer ab9627223e Revert "avformat/utils: make ff_ntp_time() accept a timestamp as input argument" 5 years ago
James Almer 4e4ac20340 avformat/utils: make ff_ntp_time() accept a timestamp as input argument 5 years ago
Andreas Rheinhardt 94cdf82d53 avformat/utils: Remove redundant save+restore 5 years ago
Carl Eugen Hoyos 96fab29e96 Silence "string-plus-int" warning shown by clang. 5 years ago
Andreas Rheinhardt 82d61a9ce3 avformat: Don't free old extradata before ff_alloc/get_extradata 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Yuki Tsuchiya 610473b967 lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec 5 years ago
Linjie Fu 8fc8bdddbf libavformat/utils: Fix code indentation 5 years ago
Andriy Gelman 5e3229df4c avformat: Add max_probe_packets option 5 years ago
James Almer 02cf239196 avformat: call AVOutputFormat->deinit() when freeing the context 5 years ago
Jun Zhao 6ca3d34ff8 lavf/utils: support duration estimate method dump 5 years ago
Jun Zhao f5e867570e lavf/utils: Cosmetics: fix indentation for estimate_timings 5 years ago
Jun Zhao 541c635628 lavf/utils: correct the duration estimation method for nut demuxer 5 years ago
Jun Zhao 79597639cb lavf/utils: change the log level to warning if can't get duration 5 years ago
Andreas Rheinhardt 9fdc2c7bc4 avformat/utils: Remove unnecessary initializations 5 years ago