Mercurial > libavformat.hg
graph
-
skip packet if no stream index is found, fix proxy_pal030926.mxf libavformat2006-10-17, by bcoudurier
-
Ignore blocks with no samples and flags (but usually with MD5 sum) libavformat2006-10-15, by kostya
-
Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat2006-10-14, by rathann
-
flv files from myspace with mp3 audio require need_parsing because the libavformat2006-10-13, by rtogni
-
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-12, by bcoudurier
-
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat2006-10-11, by bcoudurier
-
simplify by not writing unneeded codec name to fix segfault when stream copy libavformat2006-10-11, by bcoudurier
-
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformat2006-10-10, by michael
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat2006-10-07, by diego
-
prevent >16bit tags to be truncated and used in creating .wav files libavformat2006-10-06, by michael
-
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf libavformat2006-10-05, by bcoudurier
-
Remove unused variables and the corresponding warnings along with them. libavformat2006-10-03, by diego
-
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf libavformat2006-10-02, by bcoudurier
-
move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov libavformat2006-09-28, by bcoudurier
-
change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov libavformat2006-09-28, by bcoudurier
-
reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) libavformat2006-09-20, by michael
-
Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat2006-09-15, by takis
-
workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though libavformat2006-09-11, by bcoudurier
-
Add official LGPL license headers to the files that were missing them. libavformat2006-09-10, by diego
-
undefines a few temporary defines which were not undefined after their usage. libavformat2006-09-09, by gpoirier
-
Allow to get the the track number in the IPRT (part) tag in AVI. libavformat2006-09-07, by gpoirier
-
Allow to store the the track number though the IPRT (part) tag in AVI. libavformat2006-09-07, by gpoirier
-
move track timescale/sampleDuration init to write_header and return error if not set libavformat2006-09-04, by bcoudurier
-
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformat2006-09-04, by gpoirier
-
* Restructuring the division of labor between DV codec and DV format libavformat2006-09-04, by romansh
-
Switch license from GPL to LGPL, this file originates from libdv, which libavformat2006-09-03, by diego
-
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
-
resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach libavformat2006-08-02, by bcoudurier
-
Do not set the codec's pixel format in the format's write_header() libavformat2006-08-02, by lucabe
-
Support for seeking, both with and without index and correct timestamps libavformat2006-08-01, by reimar