summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
Commit message (Expand)AuthorAgeFilesLines
* Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-251-1/+4
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-301-0/+41
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-081-5/+4
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-081-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-311-12/+0
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-191-0/+3
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-181-0/+62
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-071-1074/+0
* cosmetics: Fix mxf codec long name.Diego Biurrun2008-07-161-1/+1
* include track id in error messageBaptiste Coudurier2008-06-281-1/+1
* unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...Baptiste Coudurier2008-06-271-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* 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