| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | wtv: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -4/+2 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/wtvdec: Check for EOF before seeking back in parse_media_type() | Michael Niedermayer | 2021-08-06 | 1 | -0/+2 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/wtvdec: Improve size overflow checks in parse_chunks() | Michael Niedermayer | 2021-04-22 | 1 | -2/+2 |
* | avformat: Add and use helper function to add attachment streams | Andreas Rheinhardt | 2021-04-01 | 1 | -10/+2 |
* | avformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT / stream2_guid | Michael Niedermayer | 2021-03-29 | 1 | -0/+4 |
* | avformat/wtvdec: Check len in parse_chunks() to avoid overflow | Michael Niedermayer | 2021-02-09 | 1 | -1/+1 |
* | avformat/wtvdec: Check for EOF before potentially reseting the eof state | Michael Niedermayer | 2021-02-09 | 1 | -0/+3 |
* | avformat/wtvdec: Check dir_length | Michael Niedermayer | 2020-10-21 | 1 | -0/+5 |
* | avformat/wtvdec: Forward errors when reading packet | Andreas Rheinhardt | 2020-02-19 | 1 | -3/+2 |
* | avformat/wtvdec: Cosmetics | Andreas Rheinhardt | 2020-01-07 | 1 | -5/+5 |
* | avformat/wtvdec: Fix memleak when reading header fails | Andreas Rheinhardt | 2020-01-07 | 1 | -1/+3 |
* | avformat/wtvdec: Avoid (32bit signed) sectors | Michael Niedermayer | 2019-06-14 | 1 | -2/+3 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | libavformat/wtvdec: return AVERROR_EOF on EOF | Daniel Kucera | 2017-10-13 | 1 | -2/+2 |
* | Use the new AVIOContext destructor. | Anton Khirnov | 2017-09-01 | 1 | -1/+1 |
* | avformat/wtvdec: Check pointer before use | Michael Niedermayer | 2016-08-21 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -27/+27 |
* | avformat/wtvdec: Set AVFMTCTX_NOHEADER | Michael Niedermayer | 2016-03-19 | 1 | -0/+2 |
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -4/+0 |
* | wtvdec: Removed unused variable | Timothy Gu | 2016-01-31 | 1 | -1/+0 |
* | wtv: Speed up wtv index creation | popcornmix | 2016-02-01 | 1 | -8/+10 |
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
* | avformat/wtvdec: Use 64bit for ret to avoid overflow | Michael Niedermayer | 2015-02-20 | 1 | -1/+1 |
* | wtvdec: fix integer overflow resulting in errors with large files | Rodger Combs | 2015-02-20 | 1 | -1/+1 |
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -3/+3 |
* | avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-25 | 1 | -10/+10 |
* | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -1/+1 |
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de' | Michael Niedermayer | 2014-10-26 | 1 | -3/+7 |
* | Merge commit '9dcf2397219ca796f0fafce2a703770d6fd09920' | Michael Niedermayer | 2014-10-26 | 1 | -3/+6 |
* | Merge commit '851ace79a307bea54b44bd6f7ecd3b7861c28ec6' | Michael Niedermayer | 2014-10-26 | 1 | -5/+5 |
* | Merge commit '9fbc613f0df1628e7e78bca791fa8833846f8210' | Michael Niedermayer | 2014-10-20 | 1 | -1/+3 |
* | Stop demuxing wtv on eof. | Carl Eugen Hoyos | 2014-10-02 | 1 | -0/+2 |
* | avformat/wtvdec: seek over broken chunks | Peter Ross | 2014-08-29 | 1 | -2/+27 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -5/+5 |
* | avformat/wtvdec: ignore mpeg2 extradata | Peter Ross | 2014-05-01 | 1 | -13/+1 |
* | avformat/wtvdec: populate codec_tag from BITMAPINFOHEADER | Peter Ross | 2014-04-04 | 1 | -1/+1 |
* | avformat/wtvdec: ignore MPEG2VIDEO extradata when count is invalid | Peter Ross | 2014-04-04 | 1 | -10/+14 |
* | avformat/wtvdec: demux mpeg2 extradata | Peter Ross | 2014-03-30 | 1 | -0/+9 |
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -2/+4 |
* | wtv: make ff_format_videoinfo2 visible to wtv encoder | Peter Ross | 2013-12-23 | 1 | -5/+1 |
* | wtvenc: test avio_size() validity | Peter Ross | 2013-12-23 | 1 | -1/+3 |
* | wtvdec: when testing for truncated files, actually check the .wtv file size | Peter Ross | 2013-12-21 | 1 | -1/+1 |
* | Merge commit 'c0bba95c2363641d3297b3852b2ece1474cda295' | Michael Niedermayer | 2013-11-03 | 1 | -1/+1 |
* | avformat/wtvdec: drop SHIFT_SECTOR_BITS() macro | Michael Niedermayer | 2013-10-19 | 1 | -4/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-19 | 1 | -8/+15 |