| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mlvdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -3/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -10/+10 |
* | avformat/mlvdec: Only store dimensions after having validated them | Andreas Rheinhardt | 2020-08-18 | 1 | -9/+11 |
* | avformat/mlvdec: Don't leak open AVIOContexts on error | Andreas Rheinhardt | 2020-08-18 | 1 | -0/+3 |
* | avformat/mlvdec: Check for existence of AVIOContext before using it | Andreas Rheinhardt | 2020-08-18 | 1 | -1/+7 |
* | avformat/mlvdec: fail reading a packet with 0 streams | Michael Niedermayer | 2020-06-07 | 1 | -1/+5 |
* | avformat/mlvdec:drop unnecessary check before ff_format_io_close | Steven Liu | 2019-11-09 | 1 | -2/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/mlvdec: read_string() received unsigned size, make the argument unsi... | Michael Niedermayer | 2018-08-17 | 1 | -1/+1 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | lavf: use av_fourcc2str() where appropriate | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -25/+25 |
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -8/+4 |
* | mlvdec: validate bits_per_coded_sample | Andreas Cadhalpun | 2015-12-22 | 1 | -0/+12 |
* | mlvdec: check that index_entries exist | Andreas Cadhalpun | 2015-12-20 | 1 | -0/+5 |
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
* | avformat/mlvdec: Use AVFormatContext->open_cb() | Michael Niedermayer | 2015-05-11 | 1 | -1/+8 |
* | lavf/mlv: Only add streams that are supposed to contain frames. | Carl Eugen Hoyos | 2015-02-07 | 1 | -13/+10 |
* | avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | avformat/mlvdec: Simplify code by using avio_closep() | Michael Niedermayer | 2015-01-08 | 1 | -4/+2 |
* | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -1/+1 |
* | avformat/mlvdec: Check the return code from strftime() | Michael Niedermayer | 2014-10-26 | 1 | -2/+2 |
* | Use new av_dict_set_int helper function. | Reimar Döffinger | 2014-08-16 | 1 | -12/+4 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | avformat/mlvdec: close any additional .Mxx files | Peter Ross | 2014-04-27 | 1 | -0/+4 |
* | avformat/mlvdec: remove unused MlvContext.buffer | Peter Ross | 2014-04-27 | 1 | -3/+0 |
* | avformat/mlvdec: print unsigned chunk size | Peter Ross | 2014-04-27 | 1 | -1/+1 |
* | avformat/mlvdec: process ff_get_wav_header return value | Peter Ross | 2014-04-27 | 1 | -5/+17 |
* | Magic Lantern Video (MLV) demuxer | Peter Ross | 2014-04-19 | 1 | -0/+458 |