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-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
2009-02-22return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier
2009-02-15demux some more metadata tags in movAurelien Jacobs
2009-02-15use new metadata API in mov demuxerAurelien Jacobs
2009-02-12fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier
2009-02-11do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier
2009-02-11adjust time rate according to elst time offsetBaptiste Coudurier
2009-02-10fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier
2009-02-08cosmetics: sample_to_chunk -> stscBaptiste Coudurier
2009-02-08cosmetics: sample_to_ctime -> cttsBaptiste Coudurier
2009-02-08remove useless fieldBaptiste Coudurier
2009-02-08fix doxygenBaptiste Coudurier
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
2009-02-08offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier
2009-02-04prevent reading more than container atom size, fix broken file broken_by_rev1...Baptiste Coudurier
2009-01-27seek at 0 when timestamp requested is negativeBaptiste Coudurier
2009-01-22'code' is used to index a table so make it unsignedAurelien Jacobs
2009-01-21change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-17export gcd function as av_gcd()Aurelien Jacobs