summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
Commit message (Collapse)AuthorAge
* mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin2011-12-21
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-12-21
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-08
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-25
| | | | | | Also make it an anonymous structure as never it is accessed by name. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-30
| | | | Originally committed as revision 23898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-19
| | | | Originally committed as revision 14854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-18
| | | | | | Patch by zhentan feng. Originally committed as revision 14826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-07
| | | | Originally committed as revision 14661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix mxf codec long name.Diego Biurrun2008-07-16
| | | | Originally committed as revision 14256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include track id in error messageBaptiste Coudurier2008-06-28
| | | | Originally committed as revision 14025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset Track sets, relying in AVStream->priv_data and will be freed in ↵Baptiste Coudurier2008-06-27
| | | | | | av_close_input_file Originally committed as revision 14016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support AVDISCARD_ALLBaptiste Coudurier2008-03-06
| | | | Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add constBaptiste Coudurier2008-02-01
| | | | Originally committed as revision 11756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init uid to 0Baptiste Coudurier2008-01-19
| | | | Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if read child returned errorBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify with matching lenBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused crypto context uidBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check malloc returnBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some dv container ulsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by checking min matching lenBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return valueBaptiste Coudurier2008-01-08
| | | | Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 NTSC supportBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip no more needed on errorBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt posBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless sync keyBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to seek on specific key anymore, since klv_read_packet will sync, ↵Baptiste Coudurier2007-06-03
| | | | | | tested on encrypted files Originally committed as revision 9187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not print error message when klv_read_packet failsBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to mxf klv key before trying to read klv packetBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9185 to svn://svn.ffmpeg.org/ffmpeg/trunk