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