Mercurial > libavformat.hg
graph
-
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformat2008-01-31, by bcoudurier
-
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformat2008-01-31, by bcoudurier
-
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformat2008-01-31, by bcoudurier
-
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformat2008-01-31, by bcoudurier
-
cosmetics, split long lines, remove useless braces, merge comments and if libavformat2008-01-28, by bcoudurier
-
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformat2008-01-28, by bcoudurier
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformat2008-01-27, by reimar
-
Set subtitle codec id correctly, i hope this does not break anything. libavformat2008-01-26, by michael
-
remove non standard object type ids, if you find samples, report them libavformat2008-01-26, by bcoudurier
-
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com libavformat2008-01-20, by bcoudurier