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
2022-02-16avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()Michael Niedermayer
2021-10-17avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()Michael Niedermayer
2021-10-17avformat/utils: Check dts in update_initial_timestamps() moreMichael Niedermayer
2021-10-17avformat/utils: Check dts - (1<<pts_wrap_bits) overflowMichael Niedermayer
2021-10-17libavformat/utils: consider avio_size() failure in ffio_limit()Michael Niedermayer
2021-10-17avformat/utils: check for integer overflow in av_get_frame_filename2()Michael Niedermayer
2020-07-05avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer
2020-04-23avformat/utils: Fix undefined behavior in ff_configure_buffers_for_index()Dale Curtis
2019-12-02avformat/utils: Check rfps_duration_sum for overflowMichael Niedermayer
2018-10-18avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer
2018-10-18avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer
2018-07-10avformat/utils: fix mixed declarations and codeJames Almer
2018-07-10avformat/utils: Check cur_dts in update_initial_timestamps() moreMichael Niedermayer
2018-07-10avformat/utils: Fix integer overflow of fps_first/last_dtsMichael Niedermayer
2018-02-01avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis
2018-02-01avformat: Free the internal codec context at the endLuca Barbato
2017-08-06avformat/utils: fix memory leak in avformat_free_contextSteven Siloti
2017-05-20avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson
2017-02-08avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2017-02-08avformat: Add max_streams optionMichael Niedermayer
2016-12-03avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-11-27avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun
2016-09-18avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang
2016-08-15avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham
2016-08-15avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer
2016-08-15avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer
2016-04-27avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer
2016-01-15avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer
2015-12-09avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker
2015-11-26avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer
2015-09-02lavf: add V as a video stream specifier which is not an attached pictureMarton Balint
2015-09-01lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos
2015-08-23avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-16avformat/utils: Fix regression with H264 stream probingMichael Niedermayer
2015-07-16avformat/utils: Print stream number in max_analyze_duration exit pathMichael Niedermayer
2015-07-15avformat/utils: inform the user if the protocol cannot be determinedMichael Niedermayer
2015-07-15avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index...Michael Niedermayer
2015-07-14avformat: don't crash API users when demuxing mp4wm4
2015-07-13avformat/utils: Skip ff_configure_buffers_for_index() for local filesMichael Niedermayer
2015-07-13avformat: Add ff_configure_buffers_for_index()Michael Niedermayer
2015-07-01avformat/utils: Redesign scoring in av_find_default_stream_index()Michael Niedermayer
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