summaryrefslogtreecommitdiffstats
path: root/libavformat/mxf.c
Commit message (Expand)AuthorAgeFilesLines
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-161-2/+1
* support AVDISCARD_ALLBaptiste Coudurier2008-03-061-0/+3
* add constBaptiste Coudurier2008-02-011-1/+2
* init uid to 0Baptiste Coudurier2008-01-191-1/+1
* indentationBaptiste Coudurier2008-01-191-5/+5
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-191-2/+6
* check if read child returned errorBaptiste Coudurier2008-01-191-2/+2
* simplify with matching lenBaptiste Coudurier2008-01-191-11/+5
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-191-32/+31
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-191-25/+25
* cosmeticsBaptiste Coudurier2008-01-191-3/+3
* remove unused crypto context uidBaptiste Coudurier2008-01-191-5/+1
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-191-9/+48
* check malloc returnBaptiste Coudurier2008-01-191-0/+18
* add some dv container ulsBaptiste Coudurier2008-01-191-0/+2
* simplify by checking min matching lenBaptiste Coudurier2008-01-191-52/+29
* check av_new_stream return valueBaptiste Coudurier2008-01-081-0/+4
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-15/+15
* add D-10 NTSC supportBaptiste Coudurier2007-09-211-0/+6
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-211-15/+13
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-031-11/+11
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-031-7/+0
* skip no more needed on errorBaptiste Coudurier2007-06-031-8/+8
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-031-1/+0
* typoBaptiste Coudurier2007-06-031-1/+1
* set pkt posBaptiste Coudurier2007-06-031-0/+1
* remove now useless sync keyBaptiste Coudurier2007-06-031-4/+0
* no need to seek on specific key anymore, since klv_read_packet will sync, tes...Baptiste Coudurier2007-06-031-6/+0
* do not print error message when klv_read_packet failsBaptiste Coudurier2007-06-031-6/+2
* sync to mxf klv key before trying to read klv packetBaptiste Coudurier2007-06-031-15/+19
* match uids indenpendantly of the version byteBaptiste Coudurier2007-06-031-2/+16
* cosmetics, reorder and classify uidsBaptiste Coudurier2007-06-031-8/+16
* correct comment about seek functionBaptiste Coudurier2007-04-241-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-3/+3
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-101-0/+1
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-101-0/+1
* Give context to dprintfMichel Bardiaux2007-03-121-9/+9
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-111-5/+107
* cosmetics, function -> metadataBaptiste Coudurier2007-01-151-5/+5
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-141-11/+0
* remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier2007-01-141-27/+0
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-141-16/+9
* remove warning, key is constBaptiste Coudurier2007-01-141-1/+1
* indentionBaptiste Coudurier2007-01-141-169/+169
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-141-92/+76
* Make seeking work in files that contain encrypted tracks.Reimar Döffinger2007-01-141-1/+12
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-141-8/+4
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-141-3/+4
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-131-143/+42
OpenPOWER on IntegriCloud