summaryrefslogtreecommitdiff
path: root/libavformat/wtvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-0/+1
* wtv: convert to new channel layout APIVittorio Giovara2022-03-151-4/+2
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat/wtvdec: Check for EOF before seeking back in parse_media_type()Michael Niedermayer2021-08-061-0/+2
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/wtvdec: Improve size overflow checks in parse_chunks()Michael Niedermayer2021-04-221-2/+2
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-011-10/+2
* avformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT / stream2_guidMichael Niedermayer2021-03-291-0/+4
* avformat/wtvdec: Check len in parse_chunks() to avoid overflowMichael Niedermayer2021-02-091-1/+1
* avformat/wtvdec: Check for EOF before potentially reseting the eof stateMichael Niedermayer2021-02-091-0/+3
* avformat/wtvdec: Check dir_lengthMichael Niedermayer2020-10-211-0/+5
* avformat/wtvdec: Forward errors when reading packetAndreas Rheinhardt2020-02-191-3/+2
* avformat/wtvdec: CosmeticsAndreas Rheinhardt2020-01-071-5/+5
* avformat/wtvdec: Fix memleak when reading header failsAndreas Rheinhardt2020-01-071-1/+3
* avformat/wtvdec: Avoid (32bit signed) sectorsMichael Niedermayer2019-06-141-2/+3
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* libavformat/wtvdec: return AVERROR_EOF on EOFDaniel Kucera2017-10-131-2/+2
* Use the new AVIOContext destructor.Anton Khirnov2017-09-011-1/+1
* avformat/wtvdec: Check pointer before useMichael Niedermayer2016-08-211-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-27/+27
* avformat/wtvdec: Set AVFMTCTX_NOHEADERMichael Niedermayer2016-03-191-0/+2
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-4/+0
* wtvdec: Removed unused variableTimothy Gu2016-01-311-1/+0
* wtv: Speed up wtv index creationpopcornmix2016-02-011-8/+10
* Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-121-1/+1
* avformat/wtvdec: Use 64bit for ret to avoid overflowMichael Niedermayer2015-02-201-1/+1
* wtvdec: fix integer overflow resulting in errors with large filesRodger Combs2015-02-201-1/+1
* Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-3/+3
* avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-251-10/+10
* wavdec: RIFX file format supportThomas Volkert2014-12-181-1/+1
* Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer2014-10-261-3/+7
* Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920'Michael Niedermayer2014-10-261-3/+6
* Merge commit '851ace79a307bea54b44bd6f7ecd3b7861c28ec6'Michael Niedermayer2014-10-261-5/+5
* Merge commit '9fbc613f0df1628e7e78bca791fa8833846f8210'Michael Niedermayer2014-10-201-1/+3
* Stop demuxing wtv on eof.Carl Eugen Hoyos2014-10-021-0/+2
* avformat/wtvdec: seek over broken chunksPeter Ross2014-08-291-2/+27
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-5/+5
* avformat/wtvdec: ignore mpeg2 extradataPeter Ross2014-05-011-13/+1
* avformat/wtvdec: populate codec_tag from BITMAPINFOHEADERPeter Ross2014-04-041-1/+1
* avformat/wtvdec: ignore MPEG2VIDEO extradata when count is invalidPeter Ross2014-04-041-10/+14
* avformat/wtvdec: demux mpeg2 extradataPeter Ross2014-03-301-0/+9
* Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-2/+4
* wtv: make ff_format_videoinfo2 visible to wtv encoderPeter Ross2013-12-231-5/+1
* wtvenc: test avio_size() validityPeter Ross2013-12-231-1/+3
* wtvdec: when testing for truncated files, actually check the .wtv file sizePeter Ross2013-12-211-1/+1
* Merge commit 'c0bba95c2363641d3297b3852b2ece1474cda295'Michael Niedermayer2013-11-031-1/+1
* avformat/wtvdec: drop SHIFT_SECTOR_BITS() macroMichael Niedermayer2013-10-191-4/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-191-8/+15