summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-23
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avformat/utils: Fix regression with H264 stream probingMichael Niedermayer2015-07-16
* | avformat/utils: Print stream number in max_analyze_duration exit pathMichael Niedermayer2015-07-16
* | avformat/utils: inform the user if the protocol cannot be determinedMichael Niedermayer2015-07-15
* | avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index...Michael Niedermayer2015-07-15
* | avformat: don't crash API users when demuxing mp4wm42015-07-14
* | avformat/utils: Skip ff_configure_buffers_for_index() for local filesMichael Niedermayer2015-07-13
* | avformat: Add ff_configure_buffers_for_index()Michael Niedermayer2015-07-13
* | avformat/utils: Redesign scoring in av_find_default_stream_index()Michael Niedermayer2015-07-01
* | avformat/utils: Do not select audio streams with unknown sample rate in av_fi...Michael Niedermayer2015-06-06
* | avformat/utils: Simplify get_std_framerate() checkMichael Niedermayer2015-06-01
* | lavf: Use av_codec_get_tag2() in avformat_query_codec().Carl Eugen Hoyos2015-05-28
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-11
* | lavf: Reset global flag on deinitVittorio Giovara2015-04-23
* | avformat: add common mechanism for skipping samples at the start of filewm42015-04-22
* | avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer2015-04-21
* | Merge commit '98cab39798612dcaea4f9b6d1e7974bc60d84e13'Michael Niedermayer2015-04-20
|\|
| * lavf: Fix variables constness in ff_iso8601_to_unix_time()Vittorio Giovara2015-04-20
* | avformat/utils: Place timestamp trace logs under FF_FDEBUG_TSMichael Niedermayer2015-04-20
* | avformat/utils: Provide context for av_log() where one is availableMichael Niedermayer2015-04-20
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avformat/utils: Add HEVC to unreliable_tb()Michael Niedermayer2015-04-18
* | avformat/utils: Use codec_info_duration_fields in fps calculation end decissi...Michael Niedermayer2015-04-18
* | avformat/utils: Preserve packet duration when parsing is done only for headersMichael Niedermayer2015-04-16
* | avformat, avcodec: log discard paddingwm42015-04-14
* | Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'Michael Niedermayer2015-04-07
|\|
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-07
* | avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer2015-04-06
* | avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid warnings du...Michael Niedermayer2015-03-24
* | Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'Michael Niedermayer2015-03-20
|\|
* | avformat: add avformat_flush()wm42015-03-05
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-11
|\|
| * lavf: move internal fields from public to internal contextwm42015-02-10
* | avformat/utils: Fix division by 0Michael Niedermayer2015-02-09
* | lavf/utils: fix if_( styleStefano Sabatini2015-02-04
* | avformat: fix mode of img2dec.c and utils.cMichael Niedermayer2015-02-03
* | avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc2015-02-03
* | avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer2015-02-03
* | avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer2015-02-01
* | avformat/utils: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31
* | Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer2015-01-27
|\|
| * lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-27
| * libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-04
| * avformat: Make avformat_free_context handle NULLLuca Barbato2014-10-17
* | avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-16