1545 Commits (dd2c9034b174a2b17f8e3ed972c49720bab1d4c1)

Author SHA1 Message Date
Anton Khirnov 4eb49fdde8 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Michael Niedermayer 4307026243 avformat/utils: make "first_dts not matching first dts in the queue" message more informative 11 years ago
Michael Niedermayer 1e5271a9fd avformat/utils: do not override pts in h264 when they are provided from the demuxer 11 years ago
Michael Niedermayer 210afae0ba avformat/utils: Check size argument in ff_add_index_entry() 11 years ago
Michael Niedermayer 88d4ff4b5f avformat/utils: Check av_packet_new_side_data() return before using it 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Paul B Mahol 3fd79833e2 avformat: add ff_alloc_extradata() helper 11 years ago
Michael Niedermayer 5082fcc0e2 avformat: add support to force specific AVCodecs 11 years ago
Michael Niedermayer f4aec34805 avformat/utils: pass AVFormatContext to find_decoder() 11 years ago
Michael Niedermayer a63b479d11 avformat/utils: factor find_decoder() out 11 years ago
Martin Storsjö ce67f442be lavf: Avoid setting avg_frame_rate if delta_dts is negative 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Michael Niedermayer 15672e832f avformat/utils: remove unused variable 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Michael Niedermayer e960b3e27e avformat/utils: Print warning if reallocating probe buffer failed 11 years ago
Carl Eugen Hoyos 5c2be81b39 Do not suggest to increase probesize for image2 files. 11 years ago
Alexandra Khirnova 68b4677420 lavf: Make probe_codec return an error code 11 years ago
Michael Niedermayer 2a1c24a267 avformat/utils: use av_realloc_array() 11 years ago
Michael Niedermayer 8c9d6ee4f2 avformat/utils: functions that add entries should not destroy the whole list on failure 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Anton Khirnov 26f027fba1 lavf: fix the comparison in an overflow check 11 years ago
Clément Bœsch 36cd017acd avformat: make avformat_close_input() more tolerant. 11 years ago
Michael Niedermayer e5c338ba7a avformat/utils: assert position monotonicity in ff_find_last_ts() 11 years ago
Michael Niedermayer a5d67bc796 avformat/utils: Fix bitrate overflow check 11 years ago
Anton Khirnov df33a58e53 lavf: avoid integer overflow when estimating bitrate 11 years ago
Anton Khirnov fab694dd39 lavf: move a variable declaration to the block where it's used 11 years ago
Michael Niedermayer 0388203098 avformat/utils: fix duration_fields calculation when need_parsing=0 11 years ago
Michael Niedermayer c4810fbe4f avformat/utils: fix av_probe_input_buffer2() so it returns the probe score 11 years ago
Michael Niedermayer e31db621bf avformat: export probe score 11 years ago
Michael Niedermayer a9d1a7c79b avformat: move PROBE_BUF_M* to internal.h 12 years ago
Alexis Ballier 7a48b1c492 Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54. 12 years ago
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 12 years ago
Reimar Döffinger a48979d715 Reduce MAKE_ACCESSORS code duplication via a new header. 12 years ago
Michael Niedermayer caa7a49481 avformat/utils: fix memleak with nobuffer 12 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Michael Niedermayer c5b46a064d lavf: Don't interpret just slightly broken timestamps as wraparound 12 years ago
Michael Niedermayer 37ecd67b5e Revert "avformat/utils: Close codec context since it is allocated by avformat_new_stream in refrence to ticket 2716" 12 years ago
Anshul Maheshwari 0f229f9b91 avformat/utils: Close codec context since it is allocated by avformat_new_stream in refrence to ticket 2716 12 years ago
Martin Storsjö e740929a07 lavf: Make sure avg_frame_rate can be calculated without integer overflow 12 years ago
Carl Eugen Hoyos c9eb5c9751 lavf/utils.c: Avoid a null pointer dereference on oom after duration_error allocation. 12 years ago
Piotr Bandurski b050956334 avformat/utils: avformat_find_stream_info set value for ret in case of oom 12 years ago
Piotr Bandurski ccf9211e29 avformat/utils: avformat_find_stream_info fix a crash in case of oom 12 years ago
Michael Niedermayer 5312c319be avformat_find_stream_info: fallback to timestamps in analyzeduration check in more cases 12 years ago
Michael Niedermayer c7cfd4cce9 avformat_find_stream_info: use fps_dts as last resort to determine duration 12 years ago
Michael Niedermayer 8ca5d277d8 avformat/utils: factor ff_find_last_ts() out of ff_gen_search() 12 years ago
Michael Niedermayer d59ec0adbb avformat_find_stream_info: move ret init down from flush codecs. 12 years ago
Michael Niedermayer c5ddd75354 avformat_find_stream_info: Do not consider no streams an error in flush codecs 12 years ago
Michael Niedermayer c826c5698b avformat_find_stream_info: try to preserve the error code 12 years ago
Michael Niedermayer ccba9535dc av_find_stream_info: initialize ret 12 years ago