Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-31libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer
2012-04-22wtvdec: Check that stream private context has been allocated before use.Michael Niedermayer
2012-04-14wtvdec: fix name_size check to consider integer overflows.Michael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12wtvdec: fix a few memleaks as show by valgrind with the FATE test.Reimar Döffinger
2012-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-03wtvdec: use intfloat.h instead of intfloat_readwrite.hJean First
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch
2011-11-06wtvdec: ignore another known guidPeter Ross
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-14[wtv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-08WTV muxer (1_extract_wtv_common_code.patch)zhentan feng
2011-07-15wtvdec: also support big-sectors when fat depth is zeroPeter Ross
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-13replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs
2011-05-09wtvdec: Avoid gmtime_r() it breaks compile on windows.Michael Niedermayer
2011-05-09wtv: calculate ole date correctly (is seconds since 1899-12-30)Peter Ross
2011-05-09wtv: detect ole date overflowPeter Ross
2011-05-01WTV: Add ff_ prefix to the moved fields.zhentan feng
2011-05-01WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv....zhentan feng
2011-05-01rename wtv.c to wtvdec.czhentan feng