Mercurial > libavformat.hg
graph
-
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum libavformat2007-09-05, by conrad
-
Move calculating the bytes needed to represent a size in EBML to its own function libavformat2007-09-05, by conrad
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformat2007-09-05, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformat2007-09-05, by conrad
-
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size libavformat2007-09-05, by conrad
-
Write unknown size if the size given is too large for EBML (greater than 2^56-1) libavformat2007-09-05, by conrad
-
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformat2007-09-05, by conrad
-
First stab at writing the tracks element, still needs some additional cases for certain codecs libavformat2007-09-05, by conrad
-
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformat2007-09-05, by conrad
-
If a stream has no start time, but the first packet has a 'pts', use that libavformat2007-09-03, by benoit
-
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformat2007-09-03, by jbr
-
Correct packetization for MPEG video frames, and correct setting of the libavformat2007-08-29, by lucabe
-
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng libavformat2007-08-28, by lu_zero
-
Change 4xm demuxer and video decoder to pass the video format version in libavformat2007-08-27, by rtogni
-
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformat2007-08-24, by lucabe
-
support swink created files which have soi/eoi broken tags reversed libavformat2007-08-20, by bcoudurier
-
Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformat2007-08-18, by michael
-
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformat2007-08-18, by michael
-
Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformat2007-08-16, by aurel
-
calculate default_duration according to framerate only when not already set libavformat2007-08-16, by aurel
-
elaborate a little on AVStream.start_time, it seems the comment is not clear libavformat2007-08-16, by michael
-
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) libavformat2007-08-12, by michael