Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-06avformat/utils: Do not select audio streams with unknown sample rate in av_fi...Michael Niedermayer
2015-06-01avformat/utils: Simplify get_std_framerate() checkMichael Niedermayer
2015-05-28lavf: Use av_codec_get_tag2() in avformat_query_codec().Carl Eugen Hoyos
2015-05-11avformat: add callback for opening further filesMichael Niedermayer
2015-04-23lavf: Reset global flag on deinitVittorio Giovara
2015-04-22avformat: add common mechanism for skipping samples at the start of filewm4
2015-04-21avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer
2015-04-21Merge commit '98cab39798612dcaea4f9b6d1e7974bc60d84e13'Michael Niedermayer
2015-04-20lavf: Fix variables constness in ff_iso8601_to_unix_time()Vittorio Giovara
2015-04-20avformat/utils: Place timestamp trace logs under FF_FDEBUG_TSMichael Niedermayer
2015-04-20avformat/utils: Provide context for av_log() where one is availableMichael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-18avformat/utils: Add HEVC to unreliable_tb()Michael Niedermayer
2015-04-18avformat/utils: Use codec_info_duration_fields in fps calculation end decissi...Michael Niedermayer
2015-04-16avformat/utils: Preserve packet duration when parsing is done only for headersMichael Niedermayer
2015-04-14avformat, avcodec: log discard paddingwm4
2015-04-07Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'Michael Niedermayer
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato
2015-04-06avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer
2015-03-24avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid warnings du...Michael Niedermayer
2015-03-20Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'Michael Niedermayer
2015-03-05avformat: add avformat_flush()wm4
2015-02-11Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer
2015-02-10lavf: move internal fields from public to internal contextwm4
2015-02-09avformat/utils: Fix division by 0Michael Niedermayer
2015-02-04lavf/utils: fix if_( styleStefano Sabatini
2015-02-04avformat: fix mode of img2dec.c and utils.cMichael Niedermayer
2015-02-03avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc
2015-02-03avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer
2015-02-01avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer
2015-01-31avformat/utils: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol
2015-01-27Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer
2015-01-27lavf: add a convenience function for adding side data to a streamAnton Khirnov
2015-01-16avformat: Improve data streams/codec supportAnshul Maheshwari
2015-01-09avformat/utils: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer
2015-01-05avformat/utils: add dvbsub to set_codec_from_probe_data()Michael Niedermayer
2015-01-04libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-14avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer
2014-12-14avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_dur...Michael Niedermayer
2014-12-13fix "than" typoMichael Niedermayer
2014-12-13avformat/utils: Do not estimate the container bitrate from the streams if one...Michael Niedermayer
2014-12-13avformat/utils: check for malloc failurewm4
2014-12-09avformat/utils: change assert to av_assert0()Michael Niedermayer
2014-12-09avformat/utils: replace impossible condition by av_assert0() in ff_gen_search()Michael Niedermayer
2014-12-09avformat/utils: fix calculating the absolute difference of timestampsMichael Niedermayer
2014-12-09avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next f...Michael Niedermayer
2014-12-09avformat/utils: Pass the next pts/dts to compute_pkt_fields() when availableMichael Niedermayer