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