aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/wtvdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-271-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-071-0/+1
* avformat/wtvdec: fix doxygen commentsMichael Niedermayer2013-05-241-7/+7
* wtvdec: fix integer overflowMichael Niedermayer2013-01-201-1/+1
* wtvdec: prevent memory leak in get_tag()Peter Ross2013-01-081-5/+10
* wtvdec: warn about truncated filesPeter Ross2013-01-071-0/+3
* wtvdec: ignore WM/MediaThumbType metadata entryPeter Ross2013-01-071-1/+4
* wtvdec: demux thumbnail picture to AVStream.attached_picPeter Ross2013-01-071-5/+7
* wtv: permit root table and first sectors to be located beyond 2GB boundaryPeter Ross2012-12-191-2/+2
* wtvdec: fix null pointer dereferenceMichael Niedermayer2012-12-021-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-131-2/+9
* wtv: move duplicated guids into wtv.cPeter Ross2012-11-061-3/+3
* wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENTPeter Ross2012-11-061-1/+1
* wtvdec: display warning for encrypted wtv files (instead of 'unsupported chun...Peter Ross2012-10-231-0/+5
* wtvdec: fix memleak on errorMichael Niedermayer2012-10-131-1/+3
* wtvdec: Remove unused strings.h headerDerek Buitenhuis2012-09-071-1/+0
* wtvdec: set correct codec ID for CC streams.Reimar Döffinger2012-08-311-1/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-8/+8
* cosmetics: various spelling fixesLou Logan2012-07-061-1/+1
* lavf/wtvdec: add missing { } around if.Clément Bœsch2012-07-021-4/+4
* wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 conversion...Peter Ross2012-07-021-12/+20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-251-2/+10
* libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer2012-05-311-1/+1
* wtvdec: Check that stream private context has been allocated before use.Michael Niedermayer2012-04-221-1/+1
* wtvdec: fix name_size check to consider integer overflows.Michael Niedermayer2012-04-141-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
* wtvdec: fix a few memleaks as show by valgrind with the FATE test.Reimar Döffinger2012-01-121-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-121-0/+1
* wtvdec: use intfloat.h instead of intfloat_readwrite.hJean First2012-01-031-3/+3
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+1
* wtvdec: ignore another known guidPeter Ross2011-11-061-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-291-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+3
* [wtv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-5/+9
* WTV muxer (1_extract_wtv_common_code.patch)zhentan feng2011-09-081-36/+11
* wtvdec: also support big-sectors when fat depth is zeroPeter Ross2011-07-151-3/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
* replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs2011-06-131-3/+3
* wtvdec: Avoid gmtime_r() it breaks compile on windows.Michael Niedermayer2011-05-091-3/+3
* wtv: calculate ole date correctly (is seconds since 1899-12-30)Peter Ross2011-05-091-1/+1
* wtv: detect ole date overflowPeter Ross2011-05-091-5/+13
* WTV: Add ff_ prefix to the moved fields.zhentan feng2011-05-011-13/+13
* WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv....zhentan feng2011-05-011-28/+1
* rename wtv.c to wtvdec.czhentan feng2011-05-011-0/+1079