Mercurial > libavformat.hg
graph
-
AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % libavformat2006-08-29, by gpoirier
-
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define libavformat2006-08-28, by aurel
-
scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) libavformat2006-08-27, by nicodvb
-
fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong libavformat2006-08-24, by bcoudurier
-
dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them libavformat2006-08-24, by bcoudurier
-
read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request') libavformat2006-08-23, by michael
-
value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) libavformat2006-08-23, by michael
-
total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) libavformat2006-08-23, by michael
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavformat2006-08-18, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavformat2006-08-17, by diego
-
use packet dts as correct media field number and use av_interleave_pkt_per_dts libavformat2006-08-12, by bcoudurier
-
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort libavformat2006-08-08, by michael
-
always write duration and file size, fix seeking, progress bar is now active libavformat2006-08-06, by bcoudurier
-
revert r5909, dont use non constant static variable, breaks multithreaded apps libavformat2006-08-03, by bcoudurier