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
/
mlvdec.c
Age
Commit message (
Expand
)
Author
2018-08-17
avformat/mlvdec: read_string() received unsigned size, make the argument unsi...
Michael Niedermayer
2018-01-28
avformat: migrate to AVFormatContext->url
Marton Balint
2017-03-29
lavf: use av_fourcc2str() where appropriate
Clément Bœsch
2017-03-21
Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'
James Almer
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-02-10
Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'
Derek Buitenhuis
2015-12-22
mlvdec: validate bits_per_coded_sample
Andreas Cadhalpun
2015-12-20
mlvdec: check that index_entries exist
Andreas Cadhalpun
2015-07-12
Merge commit 'd80811c94e068085aab797f9ba35790529126f85'
Michael Niedermayer
2015-05-11
avformat/mlvdec: Use AVFormatContext->open_cb()
Michael Niedermayer
2015-02-07
lavf/mlv: Only add streams that are supposed to contain frames.
Carl Eugen Hoyos
2015-01-08
avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memory
Michael Niedermayer
2015-01-08
avformat/mlvdec: Simplify code by using avio_closep()
Michael Niedermayer
2014-12-18
wavdec: RIFX file format support
Thomas Volkert
2014-10-26
avformat/mlvdec: Check the return code from strftime()
Michael Niedermayer
2014-08-16
Use new av_dict_set_int helper function.
Reimar Döffinger
2014-08-08
replace calls to url_feof() with avio_feof()
James Almer
2014-04-27
avformat/mlvdec: close any additional .Mxx files
Peter Ross
2014-04-27
avformat/mlvdec: remove unused MlvContext.buffer
Peter Ross
2014-04-27
avformat/mlvdec: print unsigned chunk size
Peter Ross
2014-04-27
avformat/mlvdec: process ff_get_wav_header return value
Peter Ross
2014-04-19
Magic Lantern Video (MLV) demuxer
Peter Ross