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-17avformat/mpeg: Check avio_read() return value in get_pts()Michael Niedermayer
2020-07-05avformat/mpeg: Decrease score by 1 for files with very little valid dataMichael Niedermayer
2017-02-21lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos
2016-11-26avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer
2015-10-08avformat/vobsub: compare correct packet stream IDswm4
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
2013-09-01Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'Michael Niedermayer
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-10Replace all occurrences of PRI in sscanf() calls with SCNJames Almer
2013-03-27Support pcm_mulaw in Hikvision CCTV mpeg program streams.Carl Eugen Hoyos
2013-03-21lavf/vobsub: free index pseudo-packet.Nicolas George
2013-03-17mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller to allow...Richard
2013-01-24mpeg12demux: Fallback to startcode for stream type identification.Michael Niedermayer
2013-01-17Only skip MLP header in mpeg files if the codec actually is MLP.Carl Eugen Hoyos
2013-01-02lavf/vobsub: do not count trailing NUL char in extradata.Clément Bœsch
2012-12-25mpegps_probe: make buffer related pointers constMichael Niedermayer
2012-12-24lavf/mpeg: suppress warning: lpcm_header_len may be used uninitialized in thi...Michael Niedermayer