summaryrefslogtreecommitdiff
path: root/libavformat/mlvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-2/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-10/+19
* avformat/mlvdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-3/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-10/+10
* avformat/mlvdec: Only store dimensions after having validated themAndreas Rheinhardt2020-08-181-9/+11
* avformat/mlvdec: Don't leak open AVIOContexts on errorAndreas Rheinhardt2020-08-181-0/+3
* avformat/mlvdec: Check for existence of AVIOContext before using itAndreas Rheinhardt2020-08-181-1/+7
* avformat/mlvdec: fail reading a packet with 0 streamsMichael Niedermayer2020-06-071-1/+5
* avformat/mlvdec:drop unnecessary check before ff_format_io_closeSteven Liu2019-11-091-2/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer2018-08-171-1/+1
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-1/+2
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-25/+25
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-8/+4
* mlvdec: validate bits_per_coded_sampleAndreas Cadhalpun2015-12-221-0/+12
* mlvdec: check that index_entries existAndreas Cadhalpun2015-12-201-0/+5
* Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-121-1/+1
* avformat/mlvdec: Use AVFormatContext->open_cb()Michael Niedermayer2015-05-111-1/+8
* lavf/mlv: Only add streams that are supposed to contain frames.Carl Eugen Hoyos2015-02-071-13/+10
* avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* avformat/mlvdec: Simplify code by using avio_closep()Michael Niedermayer2015-01-081-4/+2
* wavdec: RIFX file format supportThomas Volkert2014-12-181-1/+1
* avformat/mlvdec: Check the return code from strftime()Michael Niedermayer2014-10-261-2/+2
* Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-12/+4
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/mlvdec: close any additional .Mxx filesPeter Ross2014-04-271-0/+4
* avformat/mlvdec: remove unused MlvContext.bufferPeter Ross2014-04-271-3/+0
* avformat/mlvdec: print unsigned chunk sizePeter Ross2014-04-271-1/+1
* avformat/mlvdec: process ff_get_wav_header return valuePeter Ross2014-04-271-5/+17
* Magic Lantern Video (MLV) demuxerPeter Ross2014-04-191-0/+458