index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
wtvdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add some necessary casts in the wtv demuxer.
Carl Eugen Hoyos
2013-10-17
1
-4
/
+4
*
Merge commit '83c285f88016b087c2f0f4b9ef356ad8ef12d947'
Michael Niedermayer
2013-09-20
1
-1
/
+6
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-07-27
1
-4
/
+4
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-07-07
1
-0
/
+1
*
avformat/wtvdec: fix doxygen comments
Michael Niedermayer
2013-05-24
1
-7
/
+7
*
wtvdec: fix integer overflow
Michael Niedermayer
2013-01-20
1
-1
/
+1
*
wtvdec: prevent memory leak in get_tag()
Peter Ross
2013-01-08
1
-5
/
+10
*
wtvdec: warn about truncated files
Peter Ross
2013-01-07
1
-0
/
+3
*
wtvdec: ignore WM/MediaThumbType metadata entry
Peter Ross
2013-01-07
1
-1
/
+4
*
wtvdec: demux thumbnail picture to AVStream.attached_pic
Peter Ross
2013-01-07
1
-5
/
+7
*
wtv: permit root table and first sectors to be located beyond 2GB boundary
Peter Ross
2012-12-19
1
-2
/
+2
*
wtvdec: fix null pointer dereference
Michael Niedermayer
2012-12-02
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-11-13
1
-2
/
+9
*
wtv: move duplicated guids into wtv.c
Peter Ross
2012-11-06
1
-3
/
+3
*
wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT
Peter Ross
2012-11-06
1
-1
/
+1
*
wtvdec: display warning for encrypted wtv files (instead of 'unsupported chun...
Peter Ross
2012-10-23
1
-0
/
+5
*
wtvdec: fix memleak on error
Michael Niedermayer
2012-10-13
1
-1
/
+3
[next]