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-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
2009-05-30return AVERROR_EOFBaptiste Coudurier
2009-05-16move increment after debug printBaptiste Coudurier
2009-05-13parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier
2009-05-13remove commentBaptiste Coudurier
2009-05-13Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier
2009-04-17Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-08force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier
2009-04-02ReindentReimar Döffinger
2009-04-02Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger
2009-03-25set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier
2009-03-22Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje
2009-03-22since code now use get_bits_long, allocate padding bufferBaptiste Coudurier
2009-03-22reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier
2009-03-19MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse
2009-03-16Extend mov edit list support to work for a first padding entry withReimar Döffinger
2009-03-16Cosmetics: Re-indent after last commitAlex Converse
2009-03-16MOV: Support stz2 "Compact Sample Size Box"Alex Converse
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-15typo in the mail, the 4am commit is always the worstBaptiste 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-10Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje
2009-03-04MOV: fix demuxing fragmented filesAlex Converse
2009-03-03MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse
2009-03-01fix missed usage of old metadata API in mov demuxerAurelien Jacobs
2009-02-27Add a context to av_log() call.Benoit Fouet
2009-02-22check av_get_packet return valueBaptiste Coudurier