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
2021-10-12avformat/rmdec: Check for multiple audio_stream_infoMichael Niedermayer
2021-10-06avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4Michael Niedermayer
2021-10-06avformat/rmdec: Check old_format len for overflowMichael Niedermayer
2021-09-10avformat/rmdec: use larger intermediate type for audio_framesize * sub_packet...Michael Niedermayer
2021-09-10avformat/rmdec: Check codec_length without overflowMichael Niedermayer
2021-09-10avformat/rmdec: Check remaining space in debug av_log() loopMichael Niedermayer
2021-09-10avformat/rmdec: Reorder operations to avoid overflowMichael Niedermayer
2021-09-10avformat/rmdec: Fix codecdata_length overflow checkMichael Niedermayer
2021-09-10avformat/rmdec: Check for EOF in index packet readingMichael Niedermayer
2021-09-10avformat/rmdec: Make expected_len 64bitMichael Niedermayer
2021-09-10avformat/rmdec: sanity check coded_framesizeMichael Niedermayer
2019-12-31avformat/rmdec: Initialize and sanity check offset in ivr_read_header()Michael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-08-17avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()Michael Niedermayer
2018-07-05avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_c...Michael Niedermayer
2018-04-02avformat/rmdec: make use of avio_get_str()Paul B Mahol
2017-11-08Merge commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36'James Almer
2017-08-27avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-07-17rmdec: don't ignore the return value of av_get_packet()Sean McGovern
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavf: use av_fourcc2str() where appropriateClément Bœsch
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-19Merge commit 'd9442d13033a24b14ebae149dcdb42709430e2d9'Clément Bœsch
2017-01-16avcodec: add SIPR parserPaul B Mahol
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-11-23rmdec: validate block alignmentAndreas Cadhalpun
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-08-17rm: Drop broken disabled cruftDiego Biurrun
2016-08-02lavf/rmdec: Do not return EIO on EOF.Carl Eugen Hoyos
2016-07-29avformat/rmdec: Clear extradata when extradata_size is clearedMichael Niedermayer
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-15avcodec/rmdec: add missing av_log argumentJames Almer
2016-01-15avformat/rmdec: Fix Packet memleak at close()Michael Niedermayer
2016-01-15avformat/rmdec: Check size in ivr_read_packet() before useMichael Niedermayer
2015-12-22lavf/rmdec: Use correct format specifier for int64_t.Carl Eugen Hoyos
2015-12-09avformat/rmdec: Fix use of uninitialized variableMichael Niedermayer
2015-11-18avformat: add IVR demuxerPaul B Mahol
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-08-14avformat/rmdec: MLTI with multiple MDPR supportMichael Niedermayer
2015-08-14avformat/rmdec: Move MLTI handling out of ff_rm_read_mdpr_codecdata()Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara