72 Commits (2ac5a1a28ece31cbe33ff2688aad6bfba0edcf73)

Author SHA1 Message Date
Timothy Gu e5a6dcac47 wtvdec: Removed unused variable 9 years ago
popcornmix def56677e5 wtv: Speed up wtv index creation 9 years ago
Michael Niedermayer d44e0d8b93 avformat/wtvdec: Use 64bit for ret to avoid overflow 10 years ago
Rodger Combs 62e95757d5 wtvdec: fix integer overflow resulting in errors with large files 10 years ago
Michael Niedermayer 443bd2715d avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Carl Eugen Hoyos 6efe4137ce Stop demuxing wtv on eof. 10 years ago
Peter Ross 9b8eedd736 avformat/wtvdec: seek over broken chunks 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Peter Ross be098f6237 avformat/wtvdec: ignore mpeg2 extradata 11 years ago
Peter Ross 0cc685e3ad avformat/wtvdec: populate codec_tag from BITMAPINFOHEADER 11 years ago
Peter Ross 8348bd198f avformat/wtvdec: ignore MPEG2VIDEO extradata when count is invalid 11 years ago
Peter Ross 73a2d16bfa avformat/wtvdec: demux mpeg2 extradata 11 years ago
Peter Ross 686b6dc33a wtv: make ff_format_videoinfo2 visible to wtv encoder 11 years ago
Peter Ross d08ea75a82 wtvenc: test avio_size() validity 11 years ago
Peter Ross 8baaa924bd wtvdec: when testing for truncated files, actually check the .wtv file size 11 years ago
Michael Niedermayer fec6d547cc avformat/wtvdec: drop SHIFT_SECTOR_BITS() macro 11 years ago
Carl Eugen Hoyos a0d13d84a9 Add some necessary casts in the wtv demuxer. 11 years ago
Michael Niedermayer 68ff528969 avformat/wtvdec: fix doxygen comments 12 years ago
Michael Niedermayer 3317414fc1 wtvdec: fix integer overflow 12 years ago
Peter Ross a572cc8c7a wtvdec: prevent memory leak in get_tag() 12 years ago
Peter Ross 8b4842c2e2 wtvdec: warn about truncated files 12 years ago
Peter Ross 361ecb6176 wtvdec: ignore WM/MediaThumbType metadata entry 12 years ago
Peter Ross 508836932f wtvdec: demux thumbnail picture to AVStream.attached_pic 12 years ago
Peter Ross 95015634f5 wtv: permit root table and first sectors to be located beyond 2GB boundary 12 years ago
Michael Niedermayer ec79b1fc88 wtvdec: fix null pointer dereference 12 years ago
Peter Ross e6ef628b1e wtv: move duplicated guids into wtv.c 12 years ago
Peter Ross 1701a22fce wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT 12 years ago
Peter Ross 8469fc17e2 wtvdec: display warning for encrypted wtv files (instead of 'unsupported chunk' messages) 12 years ago
Michael Niedermayer e47024d72f wtvdec: fix memleak on error 12 years ago
Derek Buitenhuis 1d4c4b0fbc wtvdec: Remove unused strings.h header 12 years ago
Reimar Döffinger dddd006cab wtvdec: set correct codec ID for CC streams. 12 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Clément Bœsch c855ce2671 lavf/wtvdec: add missing { } around if. 13 years ago
Peter Ross c4e0e74438 wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 conversion fails 13 years ago
Michael Niedermayer 76853a3e0c libavformat: ff_get_bmp_header: return esize too 13 years ago
Michael Niedermayer fd2127ad53 wtvdec: Check that stream private context has been allocated before use. 13 years ago
Michael Niedermayer c42efad3c3 wtvdec: fix name_size check to consider integer overflows. 13 years ago
Reimar Döffinger 742b660eb7 wtvdec: fix a few memleaks as show by valgrind with the FATE test. 13 years ago
Jean First f2eb2e5c4f wtvdec: use intfloat.h instead of intfloat_readwrite.h 13 years ago
Clément Bœsch 215b7724e7 lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). 13 years ago
Peter Ross 3b4798a873 wtvdec: ignore another known guid 13 years ago
Joakim Plate 7bcd81299a [wtv] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
zhentan feng 42d4df06e1 WTV muxer (1_extract_wtv_common_code.patch) 13 years ago
Peter Ross e6cc30c22b wtvdec: also support big-sectors when fat depth is zero 14 years ago
Aurelien Jacobs e6ba3d4281 replace remaining usage of deprecated av_metadata_set2() by av_dict_set() 14 years ago
Michael Niedermayer 25308afbb2 wtvdec: Avoid gmtime_r() it breaks compile on windows. 14 years ago
Peter Ross fddf0521c6 wtv: calculate ole date correctly (is seconds since 1899-12-30) 14 years ago
Peter Ross 8acab7ae5b wtv: detect ole date overflow 14 years ago
zhentan feng 5edb23295e WTV: Add ff_ prefix to the moved fields. 14 years ago