1767 Commits (500662784341373d625af629cad94826beca3bc8)

Author SHA1 Message Date
Michael Niedermayer 901922e047 avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index() to avoid seeking if a packet is skiped 10 years ago
wm4 130a8e0eef avformat: don't crash API users when demuxing mp4 10 years ago
Michael Niedermayer b513661251 avformat/utils: Skip ff_configure_buffers_for_index() for local files 10 years ago
Michael Niedermayer b183fb4767 avformat: Add ff_configure_buffers_for_index() 10 years ago
Michael Niedermayer 838c5f3df7 avformat/utils: Redesign scoring in av_find_default_stream_index() 10 years ago
Michael Niedermayer 42c41e96ff avformat/utils: Do not select audio streams with unknown sample rate in av_find_best_stream() 10 years ago
Michael Niedermayer 1e0c34fe71 avformat/utils: Simplify get_std_framerate() check 10 years ago
Carl Eugen Hoyos 57eecd9e4f lavf: Use av_codec_get_tag2() in avformat_query_codec(). 10 years ago
Michael Niedermayer 541d75f9a0 avformat: add callback for opening further files 10 years ago
Vittorio Giovara 32da94fa7f lavf: Reset global flag on deinit 10 years ago
wm4 7dd8bf53bd avformat: add common mechanism for skipping samples at the start of file 10 years ago
Michael Niedermayer ba631b7914 avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use 10 years ago
Vittorio Giovara 98cab39798 lavf: Fix variables constness in ff_iso8601_to_unix_time() 10 years ago
Michael Niedermayer 84b95715fa avformat/utils: Place timestamp trace logs under FF_FDEBUG_TS 10 years ago
Michael Niedermayer d02b3e9bdb avformat/utils: Provide context for av_log() where one is available 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer edbb9b5e8f avformat/utils: Add HEVC to unreliable_tb() 10 years ago
Michael Niedermayer 80fa48a413 avformat/utils: Use codec_info_duration_fields in fps calculation end decission when no timestamps and thus no duration_count is available 10 years ago
Michael Niedermayer b50a4ca179 avformat/utils: Preserve packet duration when parsing is done only for headers 10 years ago
wm4 2b5f34f788 avformat, avcodec: log discard padding 10 years ago
Luca Barbato 27f2746282 parseutils: Make av_small_strptime public 10 years ago
Michael Niedermayer ff6841c6bb avformat/utils: avoid discarded streams in av_find_default_stream_index() 10 years ago
Michael Niedermayer 19321a295a avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid warnings during parsing 10 years ago
wm4 cca44764b9 avformat: add avformat_flush() 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Michael Niedermayer e8f814a907 avformat/utils: Fix division by 0 10 years ago
Stefano Sabatini fd242b468d lavf/utils: fix if_( style 10 years ago
Michael Niedermayer e005dc621a avformat: fix mode of img2dec.c and utils.c 10 years ago
Liviu Oniciuc b37858eae1 avformat/img2dec: remove the non-negative number requirement for start_number option 10 years ago
Michael Niedermayer 7620d48f2e avformat/network: Check for av_malloc* failures in ff_tls_init() 10 years ago
Michael Niedermayer 4b15bba2ae avformat/utils: Fix number suffixes in tb_unreliable() 10 years ago
Paul B Mahol 43630c82f1 avformat/utils: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Anton Khirnov 4227e4fe74 lavf: add a convenience function for adding side data to a stream 10 years ago
Anshul Maheshwari a47c9331ef avformat: Improve data streams/codec support 10 years ago
Michael Niedermayer 2959a61232 avformat/utils: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer bbfca8e84b avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory 10 years ago
Michael Niedermayer ce1e10aa24 avformat/utils: add dvbsub to set_codec_from_probe_data() 10 years ago
Martin Storsjö 9f810a9b37 libavformat: Check for malloc failures in avformat_new_stream 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer a29524bf2e avformat/utils: Do not update programs streams from program-less streams in update_wrap_reference() 10 years ago
Michael Niedermayer add46edf33 avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_duration() 10 years ago
Michael Niedermayer d5a263f480 fix "than" typo 10 years ago
Michael Niedermayer 53496aa7f3 avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate 10 years ago
wm4 a66893ac94 avformat/utils: check for malloc failure 10 years ago
Michael Niedermayer 20cb3fab3f avformat/utils: change assert to av_assert0() 10 years ago
Michael Niedermayer 041c6109da avformat/utils: replace impossible condition by av_assert0() in ff_gen_search() 10 years ago
Michael Niedermayer a5e5959d52 avformat/utils: fix calculating the absolute difference of timestamps 10 years ago
Michael Niedermayer dd70470d72 avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next frame when available 10 years ago
Michael Niedermayer 9e561410c0 avformat/utils: Pass the next pts/dts to compute_pkt_fields() when available 10 years ago
Michael Niedermayer 24fdf7334d avformat/utils: Search harder for missing stream information in flv by default 10 years ago