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
2020-10-05avformat/mpeg: Check avio_read() return value in get_pts()Michael Niedermayer
2020-05-20avformat/mpeg: Don't use unintialized valueAndreas Rheinhardt
2020-05-19avformat/mpeg: Decrease score by 1 for files with very little valid dataMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-20lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos
2019-02-19lavf/mpeg: fix indentXiaofeng Wang
2018-09-28lavf/mpeg: Support demuxing HEVC in mpeg-ps.Carl Eugen Hoyos
2018-08-14avformat: correct fdebug loglevelGyan Doshi
2018-04-01avformat/mpeg: add missing checkPaul B Mahol
2018-04-01avformat/mpeg: fix logic failurePaul B Mahol
2018-04-01avformat/mpeg: fix detection and demuxing of raw AC3 in mpegpsPaul B Mahol
2018-04-01avformat/mpeg: fix PCM-DVD mis-detection as MLPPaul B Mahol
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-09-24avformat/mpeg: zero initialize idx_pktJames Almer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-02-21lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos
2016-11-23avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-09lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.Carl Eugen Hoyos
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-03lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-21avformat/vobsub: do not attempt to check duplicate subtitleswm4
2015-09-21avformat/vobsub: compare correct packet stream IDswm4
2015-09-10avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch
2015-08-20lavf/mpeg: Allow users to force audio codec MLP.Carl Eugen Hoyos
2015-05-17lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw.Carl Eugen Hoyos
2015-04-20avformat/mpeg: put timestamp trace av_logs under FF_DEBUG_TSMichael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-13lavf/mpeg: vobsub add an option to specify the .sub's URIRodger Combs
2015-04-03lavf/mpeg: Support alaw in Hikvision CCTV recordings.Carl Eugen Hoyos
2015-04-03lavf/mpeg: Support more audio codecs in Hikvision CCTV recordings.Carl Eugen Hoyos
2015-01-31avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol
2015-01-14avformat/mpeg: Avoid dead assignmentMichael Niedermayer
2014-12-07avformat/mpeg: add commented out av_log() to probeMichael Niedermayer
2014-12-07avformat/mpeg: do not count PES packets inside PES packets during probingMichael Niedermayer
2014-11-16avformat/mpeg: fix memleak of sub_name on errorMichael Niedermayer
2014-10-25avformat/mpeg: Use av_find_input_format() instead of directly linking to the ...Michael Niedermayer
2014-10-24avformat: Add and use ff_copy_whitelists()Michael Niedermayer
2014-10-23avformat/mpeg: Forward whitelists to the mpegps demuxerMichael Niedermayer
2014-09-13avformat/vobsub: fix NULL dereferenceClément Bœsch
2014-09-09avformat/mpeg: update comment on probe scoreMichael Niedermayer
2014-09-09avformat/mpeg: increase score for short mpeg-ps by 1Michael Niedermayer
2014-08-08replace calls to url_feof() with avio_feof()James Almer