Mercurial > libavformat.hg
graph
-
compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformat2009-02-12, by bcoudurier
-
rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformat2009-02-11, by bcoudurier
-
fix frame size, time rate is not stts duration anymore with time offset libavformat2009-02-11, by bcoudurier
-
do not set start time to 0, it is not the case with elst time offset libavformat2009-02-11, by bcoudurier
-
Cosmetics: vertical align "*" for consistency with the other doxyies. libavformat2009-02-11, by stefano
-
Remove @deprecated notice from AVFrac, it is not deprecated anymore. libavformat2009-02-11, by stefano
-
remove check, mxf muxer does not have track number limitation anymore libavformat2009-02-10, by bcoudurier
-
write component depth and horizontal subsampling best effort local tags libavformat2009-02-10, by bcoudurier
-
move up mxf_write_klv_fill and align index, rip and primer pack libavformat2009-02-10, by bcoudurier
-
fix compilation with DEBUG defined, field does not exist anymore libavformat2009-02-10, by bcoudurier
-
Increase the number of packets required to identify as MPEG PES to keep from libavformat2009-02-09, by alexc
-
remove no more needed comment, declaration is in internal header libavformat2009-02-09, by bcoudurier
-
Add the ability to set the timestamp to the current time by specifying 'now' libavformat2009-02-08, by superdump
-
Declare ff_interleave_new_audio_packet as static, it is not used libavformat2009-02-08, by bcoudurier
-
Clarify that avformat_seek_file() is not part of the stable API yet. libavformat2009-02-08, by michael
-
Replace the calls to the deprecated av_alloc_format_context() with libavformat2009-02-08, by stefano
-
extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformat2009-02-08, by bcoudurier
-
offset dts according to edit list, hackish but works, based on patch by Reimar libavformat2009-02-08, by bcoudurier
-
Remove const qualifier from function argument to eliminate the warning libavformat2009-02-08, by diego