Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-09Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier
2010-02-28Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos
2010-02-21Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer
2010-02-21Do not attempt to open references through absolute pathes.Michael Niedermayer
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2010-01-25Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos
2010-01-19reindentBaptiste Coudurier
2010-01-19set average frame rate in mov demuxerBaptiste Coudurier
2010-01-19move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier
2010-01-14set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason
2010-01-14do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier
2010-01-05cosmetics, remove useless parentheses, add spaceBaptiste Coudurier
2010-01-05simplify error handling in mov_read_defaultBaptiste Coudurier
2010-01-05remove no more needed MOVAtom.offset fieldBaptiste Coudurier
2010-01-05remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier
2009-11-27Fix typo.Jai Menon
2009-11-23MOV: cprt is another tag used for copyrightDavid Conrad
2009-11-23MOV: Add several iTunes metadata tagsDavid Conrad
2009-11-20use AVFormatContext in dprintfBaptiste Coudurier
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
2009-11-12Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-11-06change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier
2009-11-0510l, typoBaptiste Coudurier
2009-11-05do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier
2009-11-05compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier
2009-11-05check that duration is set to avoid fpeBaptiste Coudurier
2009-11-05warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier
2009-11-05fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier
2009-10-25compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon
2009-09-3010l in code reading codec_name, the first byte is the length and should notReimar Döffinger
2009-09-30Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger
2009-09-27100l, typoBaptiste Coudurier
2009-09-27Export mov/mp4 major and compatible brands as metadata.haim alon
2009-09-16Make mov LPCM and AAC parsing functions publicPeter Ross
2009-09-08check entries against field_size, potential malloc overflow in read_stsz, fix...Baptiste Coudurier
2009-09-08add one missing check for stream existence in read_elst, fix #1364Baptiste Coudurier
2009-06-25only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier
2009-06-24Reindent after last patch.Reimar Döffinger
2009-06-24mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger
2009-06-24mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger
2009-06-24mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger
2009-06-24In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger
2009-06-24check stream existence before assignment, fix #1222Baptiste Coudurier
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-15check atom size against edit_count to avoid very long loopBaptiste Coudurier
2009-06-13Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad
2009-06-11Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier
2009-06-04broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier
2009-05-31split audio chunks in mov demuxerBaptiste Coudurier