summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
Commit message (Expand)AuthorAge
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-31
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-19
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-18
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-07
* cosmetics: Fix mxf codec long name.Diego Biurrun2008-07-16
* include track id in error messageBaptiste Coudurier2008-06-28
* unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...Baptiste Coudurier2008-06-27
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-16
* support AVDISCARD_ALLBaptiste Coudurier2008-03-06
* add constBaptiste Coudurier2008-02-01
* init uid to 0Baptiste Coudurier2008-01-19
* indentationBaptiste Coudurier2008-01-19
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-19
* check if read child returned errorBaptiste Coudurier2008-01-19
* simplify with matching lenBaptiste Coudurier2008-01-19
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-19
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-19
* cosmeticsBaptiste Coudurier2008-01-19
* remove unused crypto context uidBaptiste Coudurier2008-01-19
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-19
* check malloc returnBaptiste Coudurier2008-01-19
* add some dv container ulsBaptiste Coudurier2008-01-19
* simplify by checking min matching lenBaptiste Coudurier2008-01-19
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* add D-10 NTSC supportBaptiste Coudurier2007-09-21
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-03
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-03
* skip no more needed on errorBaptiste Coudurier2007-06-03
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-03
* typoBaptiste Coudurier2007-06-03
* set pkt posBaptiste Coudurier2007-06-03
* remove now useless sync keyBaptiste Coudurier2007-06-03
* no need to seek on specific key anymore, since klv_read_packet will sync, tes...Baptiste Coudurier2007-06-03
* do not print error message when klv_read_packet failsBaptiste Coudurier2007-06-03
* sync to mxf klv key before trying to read klv packetBaptiste Coudurier2007-06-03
* match uids indenpendantly of the version byteBaptiste Coudurier2007-06-03
* cosmetics, reorder and classify uidsBaptiste Coudurier2007-06-03
* correct comment about seek functionBaptiste Coudurier2007-04-24
* add an enum for need_parsingAurelien Jacobs2007-04-15
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-10
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-10
* Give context to dprintfMichel Bardiaux2007-03-12