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
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
2014-06-03fix various typosLou Logan
2014-05-24avformat/vobsub: do not create empty streams.Clément Bœsch
2014-05-01avformat/vobsub: use av_make_q().Clément Bœsch
2014-05-01avformat/vobsub: remove pointless FAIL macro.Clément Bœsch
2014-03-24Merge commit '5b8f0a5eac75d16376af60a6f6bb79b3e9e6dab7'Michael Niedermayer
2014-03-24mpeg: K&R formatting cosmeticsTanja Batchelor
2013-12-06Ignore es_map_length when parsing mpeg program stream map.Carl Eugen Hoyos
2013-12-01Support AC-3 in Sega Dreamcast Sofdec files.Carl Eugen Hoyos
2013-10-20avformat/vobsub: fix invalid sub queue access while seeking.Clément Bœsch
2013-10-04avformat/vobsub: raise packet even if apparently incomplete.Clément Bœsch
2013-10-04avformat/vobsub: fix several issues.Clément Bœsch
2013-09-08avformat/vobsub: fix seeking.Clément Bœsch