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
2008-01-19remove unused crypto context uidBaptiste Coudurier
2008-01-19support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier
2008-01-19check malloc returnBaptiste Coudurier
2008-01-19add some dv container ulsBaptiste Coudurier
2008-01-19simplify by checking min matching lenBaptiste Coudurier
2008-01-08check av_new_stream return valueBaptiste Coudurier
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-21add D-10 NTSC supportBaptiste Coudurier
2007-09-21extract correct d10 aes3 audio channels numberBaptiste Coudurier
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-04cosmetics remove struct name with typedefBaptiste Coudurier
2007-06-04remove unused EssenceContainerDataBaptiste Coudurier
2007-06-03skip no more needed on errorBaptiste Coudurier
2007-06-03remove duplicate entry since now we ignore version byteBaptiste Coudurier
2007-06-03typoBaptiste Coudurier
2007-06-03set pkt posBaptiste Coudurier
2007-06-03remove now useless sync keyBaptiste Coudurier
2007-06-03no need to seek on specific key anymore, since klv_read_packet will sync, tes...Baptiste Coudurier
2007-06-03do not print error message when klv_read_packet failsBaptiste Coudurier
2007-06-03sync to mxf klv key before trying to read klv packetBaptiste Coudurier
2007-06-03match uids indenpendantly of the version byteBaptiste Coudurier
2007-06-03cosmetics, reorder and classify uidsBaptiste Coudurier
2007-04-24correct comment about seek functionBaptiste Coudurier
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-10add D-10 PAL 40 audio essence container ulBaptiste Coudurier
2007-04-10add D-10 PAL 40 ulBaptiste Coudurier
2007-03-12Give context to dprintfMichel Bardiaux
2007-02-11mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger
2007-01-15cosmetics, function -> metadataBaptiste Coudurier
2007-01-15remove useless essence container data sets for nowBaptiste Coudurier
2007-01-15remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier
2007-01-15merge multiple descriptor parsing with generic oneBaptiste Coudurier
2007-01-15remove warning, key is constBaptiste Coudurier
2007-01-15indentionBaptiste Coudurier
2007-01-15follow michael suggestion and simplify code at object levelBaptiste Coudurier
2007-01-15Make seeking work in files that contain encrypted tracks.Reimar Döffinger
2007-01-14Simplify klv_decode_ber_lengthReimar Döffinger
2007-01-14AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier
2007-01-14Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger
2007-01-13Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger
2007-01-13Fix error message, it's package ref that can not be found, not track in this ...Reimar Döffinger
2006-11-28move source_package declaration in the loop and reset it each iterationBaptiste Coudurier
2006-11-16parse video frame headers to get key flagBaptiste Coudurier
2006-11-14add 422P@HL I-only universal labelBaptiste Coudurier
2006-11-10report error when local tag has 0 sizeBaptiste Coudurier
2006-10-17skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier
2006-10-17skip run in sequence, fix C0023S01.mxfBaptiste Coudurier
2006-10-10fix d-10 mapping detectionBaptiste Coudurier
2006-10-10rewind completely if sample time is negativeBaptiste Coudurier
2006-10-10dont seek back if no sync to let eof happenBaptiste Coudurier