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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04mpegts: do not use teletext streams as wrap referenceHendrik Leppkes
2017-08-04avformat: only perform global network init once.Hendrik Leppkes
2017-08-04avformat: try harder to find a duration of the mediaHendrik Leppkes
2017-08-04avformat/utils: don't overwrite existing program infos in av_new_programHendrik Leppkes
2017-08-04HACK: Don't return -1 in avformat_find_stream_info when codec details are sti...Hendrik Leppkes
2017-08-04Silently error out when pos_limit exceeds pos_max instead of aborting the pro...Hendrik Leppkes
2017-08-04Add "safe" full parsing mode.Hendrik Leppkes
2017-08-04Don't discard timestamps that are considered "invalid", still better then non...Hendrik Leppkes
2017-08-04HACK: Disable tb_unreliable, preserve original fps information.Hendrik Leppkes
2017-08-04get accurate estimate from the PTSesCory Fields
2017-08-04if av_read_packet returns AVERROR_IO, we are done. ffmpeg's codecs might or m...Cory Fields
2017-06-07lavf: consider codec framerate for framerate detectionwm4
2017-06-06avformat/utils: Slightly un-clutter code in determinable_frame_size() by usin...Michael Niedermayer
2017-06-04avformat/utils: change bitrate to int64_t in av_find_best_streamMarton Balint
2017-06-04avformat/utils: return impaired streams in av_find_best_stream if only those ...Marton Balint
2017-06-04avformat/options: log filename on openMichael Niedermayer
2017-05-06avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson
2017-04-07lavf: use the new bitstream filter for extracting extradataJames Almer
2017-03-24Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'"James Almer
2017-03-23Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'James Almer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-02-19avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur...Michael Niedermayer
2017-01-29avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier
2016-12-30lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz
2016-12-18avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen
2016-12-13avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2016-12-08avformat: Add max_streams optionMichael Niedermayer
2016-12-05lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao
2016-12-03avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-11-27avformat/utils: Fix type mismatchMichael Niedermayer
2016-11-27lavf: always forward codec_whitelist in avformat_find_stream_infoAndreas Cadhalpun
2016-11-22avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer
2016-11-20avformat/utils: check for overflow before reallocating side dataJames Almer
2016-11-19avformat/utils: add av_stream_add_side_data()James Almer
2016-11-03avformat: close parser if codec changedAndreas Cadhalpun
2016-11-02Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer
2016-11-02img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack
2016-10-28avformat/flvdec: Fix regression loosing streamsMichael Niedermayer
2016-10-26Revert "avformat/utils: Discard huge timestamps which would cause overflows i...Michael Niedermayer
2016-10-26avformat/utils: Discard huge timestamps which would cause overflows if used i...Michael Niedermayer
2016-10-20avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun
2016-10-16lavf: use the new bitstream filter for extracting extradataAnton Khirnov
2016-10-10avformat/utils: Update codec_id before using it in the parser initMichael Niedermayer
2016-10-06lavf/utils: avoid using programs for duration when there's only oneRodger Combs
2016-10-06lavf/utils: ignore outlier subtitle and data stream end times as wellRodger Combs
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-09-27avformat: add av_stream_get_codec_timebase()James Almer
2016-09-24lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos
2016-09-23avformat/utils: avoid using marked decoders for probingTimo Rothenpieler