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-21ReindentDavid Conrad
2009-03-21Fix Speex header parsing in ogg demuxerDavid Conrad
2009-03-21Document ogg_codec's header functionDavid Conrad
2009-03-21fix compilation when DEBUG_SEEK is definedBaptiste Coudurier
2009-03-21fix valid seeking rangeBaptiste Coudurier
2009-03-21protect realloc overflowBaptiste Coudurier
2009-03-21seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
2009-03-20resync ffm if error in streamBaptiste Coudurier
2009-03-20typo, fix eof checkBaptiste Coudurier
2009-03-20do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier
2009-03-20Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje
2009-03-20Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje
2009-03-20set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier
2009-03-20move max analyze duration check before considering new packetBaptiste Coudurier
2009-03-20Support raw TrueHD filesRamiro Polla
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-19MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger
2009-03-18Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger
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