log

age author description
2008-06-19 bcoudurier remove useless close funcs libavformat
2008-06-19 bcoudurier remove useless close func libavformat
2008-06-19 bcoudurier remove useless close func libavformat
2008-06-19 bcoudurier ffm has no per stream priv_data anymore libavformat
2008-06-19 lucabe Fix neverending loop which might happen when sending high-bitrate MPEG2 libavformat
2008-06-18 benoit Parse 'dats' as data. libavformat
2008-06-18 bcoudurier free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com libavformat
2008-06-16 aurel matroskadec: remove some useless code libavformat
2008-06-15 bcoudurier set correct ftyp minor version for 3gp/2 libavformat
2008-06-14 bcoudurier invert mode_mov condition libavformat
2008-06-14 bcoudurier simplify libavformat
2008-06-14 bcoudurier change 3gp/3g2 brands if h264 is present libavformat
2008-06-14 bcoudurier simplify ipod brand selection libavformat
2008-06-14 bcoudurier fix warning, write_ftyp return int now libavformat
2008-06-14 bcoudurier put avc1 brand in compat list when h264 is present libavformat
2008-06-13 michael I think we are also compliant to iso2. libavformat
2008-06-13 michael Add isom to the compatible brands. libavformat
2008-06-13 michael Calculate ftyp size instead of hardcoding it. libavformat
2008-06-12 michael simplify MODE_3G2 libavformat
2008-06-12 michael Change MODE_* to 1<<c so several can be set at the same time. libavformat
2008-06-12 bcoudurier cosmetics, reindent libavformat
2008-06-12 bcoudurier don't write double sets of metadata in mov, only write usual ones libavformat
2008-06-11 aurel matroskadec: set cur_dts after seek libavformat
2008-06-11 bcoudurier indent libavformat
2008-06-11 bcoudurier support for 3gp metadata libavformat
2008-06-11 bcoudurier move utf8 code before udta func, will be used by 3gp tags libavformat
2008-06-11 bcoudurier write usual brand for ipod format libavformat
2008-06-11 bcoudurier simplify libavformat
2008-06-11 bcoudurier factorize psp metadata libavformat
2008-06-11 bcoudurier cosmetics libavformat
2008-06-11 bcoudurier cosmetics libavformat
2008-06-11 bcoudurier support alac in ipod m4a format, tested on quicktime libavformat
2008-06-09 bcoudurier m4v/m4a are usual itunes/ipod/iphone extensions libavformat
2008-06-09 bcoudurier indent libavformat
2008-06-09 bcoudurier rework udta handling, if any track set bitexact, don't write any metadata libavformat
2008-06-09 bcoudurier 10l, add parentheses libavformat
2008-06-09 bcoudurier indent libavformat
2008-06-09 bcoudurier remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits libavformat
2008-06-09 bcoudurier cosmetics libavformat
2008-06-09 michael Make timestamp debugging work nicer. libavformat
2008-06-09 diego Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. libavformat
2008-06-09 bcoudurier remove now unneeded vars libavformat
2008-06-09 bcoudurier pass dts and pts through ffm, should fix streaming b frames libavformat
2008-06-09 bcoudurier pass extradata through ffm libavformat
2008-06-09 bcoudurier remove ugly ffm_nopts hack, use AVFormatContext->timestamp libavformat
2008-06-08 banan Oma demuxer libavformat
2008-06-07 bcoudurier fix pts handling in ffm libavformat
2008-06-07 bcoudurier Reset reading state after successful seek. libavformat