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
2009-03-17Fix wrong @file tag.Ronald S. Bultje
2009-03-17Reindent after r18023.Ronald S. Bultje
2009-03-17Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje
2009-03-17cosmetics: fix indentation, patch by avcoder, ffmpeg gmail comavcoder
2009-03-16Extend mov edit list support to work for a first padding entry withReimar Döffinger
2009-03-16rmdec: fix crash at end of fileMåns Rullgård
2009-03-16Cosmetics: Re-indent after last commitAlex Converse
2009-03-16MOV: Support stz2 "Compact Sample Size Box"Alex Converse
2009-03-16More reindent, forgotten in previous commit.Ronald S. Bultje
2009-03-16Parse index chunk so that seeking in modern .rm files becomes a lot faster.Ronald S. Bultje
2009-03-16Reindent after r18010.Ronald S. Bultje
2009-03-16Mark the first output audio frame as keyframe (separate patch from previous,Ronald S. Bultje
2009-03-16Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje
2009-03-16Reindent after r18005.Ronald S. Bultje
2009-03-16Merge code for packet reading in "old" (.ra, audio-only) Realmedia files andRonald S. Bultje
2009-03-16cosmetics, remove useless bracesBaptiste Coudurier
2009-03-16simplify printingBaptiste Coudurier
2009-03-16reindentBaptiste Coudurier
2009-03-16fix trkn metadata parsingBaptiste Coudurier
2009-03-16move read_udta_string up to avoid forward declarationBaptiste Coudurier
2009-03-16more generic metadata handlingBaptiste Coudurier
2009-03-16do not set isom if ctype is not set, happens in movBaptiste Coudurier
2009-03-16search for hdlr atom in meta, some files do not store version+flagsBaptiste Coudurier
2009-03-15Fix index generation in the way that it was supposed to be used. See theRonald S. Bultje
2009-03-15typo in the mail, the 4am commit is always the worstBaptiste Coudurier
2009-03-15cosmeticsBaptiste Coudurier
2009-03-15add my copyright in mov de/muxerBaptiste Coudurier
2009-03-15allocate palette in codec directlyBaptiste Coudurier
2009-03-15cosmetics, add some whitespaces and empty linesBaptiste Coudurier
2009-03-15do not modify sample_count, check against index entriesBaptiste Coudurier
2009-03-15use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier
2009-03-15swf timestamps are 16 bitsBaptiste Coudurier
2009-03-15remove unused fields in swf contextBaptiste Coudurier
2009-03-15do not parse timestamp if bitexact is set, should fix regression testsBaptiste Coudurier
2009-03-15Enable generic index creation and seeking for NUV demuxer.Reimar Döffinger
2009-03-15Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser.Reimar Döffinger
2009-03-14Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger
2009-03-14Do not lose user flags when passing calls from the new to the old seeking API.Michael Niedermayer
2009-03-14add avformat_seek_file()Michael Niedermayer
2009-03-14Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger
2009-03-13fix swf seeking by fixing new stream detectionBaptiste Coudurier
2009-03-13Simplify RoQ demuxer pts calculation by using a appropriate time bases.Reimar Döffinger
2009-03-12Set video width/height and create audio stream in read_packet instead ofReimar Döffinger
2009-03-11reindentBaptiste Coudurier
2009-03-11keep original tag when stream copying subs with ipod formatBaptiste Coudurier
2009-03-11ipod supports both subs tagsBaptiste Coudurier
2009-03-11reindentBaptiste Coudurier
2009-03-11write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier
2009-03-11use correct codec tag list for ipod formatBaptiste Coudurier
2009-03-11again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier