index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mpeg.c
Age
Commit message (
Expand
)
Author
2017-02-21
lavf/mpeg: Initialize a stack variable used by memcmp().
Carl Eugen Hoyos
2016-11-23
avformat/mpeg: Adjust vid probe threshold to correct mis-detection
Michael Niedermayer
2016-06-21
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-05-04
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-03
Drop pointless assert.h #includes
Diego Biurrun
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-03-09
lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.
Carl Eugen Hoyos
2016-03-04
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-02-23
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2015-12-03
lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).
Nicolas George
2015-10-27
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-09-21
avformat/vobsub: do not attempt to check duplicate subtitles
wm4
2015-09-21
avformat/vobsub: compare correct packet stream IDs
wm4
2015-09-10
avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...
Clément Bœsch
2015-08-20
lavf/mpeg: Allow users to force audio codec MLP.
Carl Eugen Hoyos
2015-05-17
lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw.
Carl Eugen Hoyos
2015-04-20
avformat/mpeg: put timestamp trace av_logs under FF_DEBUG_TS
Michael Niedermayer
2015-04-20
Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'
Michael Niedermayer
2015-04-19
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-13
lavf/mpeg: vobsub add an option to specify the .sub's URI
Rodger Combs
2015-04-03
lavf/mpeg: Support alaw in Hikvision CCTV recordings.
Carl Eugen Hoyos
2015-04-03
lavf/mpeg: Support more audio codecs in Hikvision CCTV recordings.
Carl Eugen Hoyos
2015-01-31
avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*
Paul B Mahol
2015-01-14
avformat/mpeg: Avoid dead assignment
Michael Niedermayer
2014-12-06
avformat/mpeg: add commented out av_log() to probe
Michael Niedermayer
2014-12-06
avformat/mpeg: do not count PES packets inside PES packets during probing
Michael Niedermayer
2014-11-16
avformat/mpeg: fix memleak of sub_name on error
Michael Niedermayer
2014-10-25
avformat/mpeg: Use av_find_input_format() instead of directly linking to the ...
Michael Niedermayer
2014-10-24
avformat: Add and use ff_copy_whitelists()
Michael Niedermayer
2014-10-23
avformat/mpeg: Forward whitelists to the mpegps demuxer
Michael Niedermayer
2014-09-13
avformat/vobsub: fix NULL dereference
Clément Bœsch
2014-09-09
avformat/mpeg: update comment on probe score
Michael Niedermayer
2014-09-09
avformat/mpeg: increase score for short mpeg-ps by 1
Michael Niedermayer
2014-08-08
replace calls to url_feof() with avio_feof()
James Almer
2014-06-03
fix various typos
Lou Logan
2014-05-24
avformat/vobsub: do not create empty streams.
Clément Bœsch
2014-05-01
avformat/vobsub: use av_make_q().
Clément Bœsch
2014-05-01
avformat/vobsub: remove pointless FAIL macro.
Clément Bœsch
2014-03-24
Merge commit '5b8f0a5eac75d16376af60a6f6bb79b3e9e6dab7'
Michael Niedermayer
2014-03-24
mpeg: K&R formatting cosmetics
Tanja Batchelor
2013-12-05
Ignore es_map_length when parsing mpeg program stream map.
Carl Eugen Hoyos
2013-12-01
Support AC-3 in Sega Dreamcast Sofdec files.
Carl Eugen Hoyos
2013-10-20
avformat/vobsub: fix invalid sub queue access while seeking.
Clément Bœsch
2013-10-04
avformat/vobsub: raise packet even if apparently incomplete.
Clément Bœsch
2013-10-04
avformat/vobsub: fix several issues.
Clément Bœsch
2013-09-08
avformat/vobsub: fix seeking.
Clément Bœsch
2013-09-01
Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'
Michael Niedermayer
2013-08-31
pcm_dvd: consolidate pieces from pcm.c and mpeg.c
Christian Schmidt
2013-05-05
Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'
Michael Niedermayer
2013-05-04
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
[next]