summaryrefslogtreecommitdiffstats
path: root/libavformat/mxf.c
Commit message (Expand)AuthorAgeFilesLines
* mxf: Support AACLuca Barbato2014-08-171-0/+1
* mxf: Add additional H264 PictureEssenceCodingLuca Barbato2014-03-191-0/+1
* mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron2014-03-061-0/+40
* mxf: Add DNxHD ULTomas Härdin2014-02-211-0/+1
* mxf: Add uncompressed 422 8-bit rawvideo ULPhilip de Nier2014-02-211-0/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-18/+18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-19/+19
* mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-07-101-0/+6
* mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin2011-12-211-0/+1
* mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-12-211-0/+1
* Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-081-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 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
OpenPOWER on IntegriCloud