summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
Commit message (Collapse)AuthorAgeFilesLines
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
| | | | | | | 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-091-2/+2
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-161-2/+1
| | | | Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support AVDISCARD_ALLBaptiste Coudurier2008-03-061-0/+3
| | | | Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add constBaptiste Coudurier2008-02-011-1/+2
| | | | Originally committed as revision 11756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init uid to 0Baptiste Coudurier2008-01-191-1/+1
| | | | Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-01-191-5/+5
| | | | Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-191-2/+6
| | | | Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if read child returned errorBaptiste Coudurier2008-01-191-2/+2
| | | | Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify with matching lenBaptiste Coudurier2008-01-191-11/+5
| | | | Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-191-32/+31
| | | | Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-191-25/+25
| | | | Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-01-191-3/+3
| | | | Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused crypto context uidBaptiste Coudurier2008-01-191-5/+1
| | | | Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-191-9/+48
| | | | Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check malloc returnBaptiste Coudurier2008-01-191-0/+18
| | | | Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some dv container ulsBaptiste Coudurier2008-01-191-0/+2
| | | | Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by checking min matching lenBaptiste Coudurier2008-01-191-52/+29
| | | | Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return valueBaptiste Coudurier2008-01-081-0/+4
| | | | Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-15/+15
| | | | | | | 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-211-0/+6
| | | | Originally committed as revision 10539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-211-15/+13
| | | | Originally committed as revision 10538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-031-11/+11
| | | | Originally committed as revision 9194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-031-7/+0
| | | | Originally committed as revision 9193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip no more needed on errorBaptiste Coudurier2007-06-031-8/+8
| | | | Originally committed as revision 9192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-031-1/+0
| | | | Originally committed as revision 9191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2007-06-031-1/+1
| | | | Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt posBaptiste Coudurier2007-06-031-0/+1
| | | | Originally committed as revision 9189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless sync keyBaptiste Coudurier2007-06-031-4/+0
| | | | 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-031-6/+0
| | | | | | 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-031-6/+2
| | | | 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-031-15/+19
| | | | Originally committed as revision 9185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* match uids indenpendantly of the version byteBaptiste Coudurier2007-06-031-2/+16
| | | | Originally committed as revision 9184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reorder and classify uidsBaptiste Coudurier2007-06-031-8/+16
| | | | Originally committed as revision 9183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct comment about seek functionBaptiste Coudurier2007-04-241-1/+1
| | | | Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-151-3/+3
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-101-0/+1
| | | | Originally committed as revision 8709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-101-0/+1
| | | | Originally committed as revision 8708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-121-9/+9
| | | | Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf aes decryption support, patch by Reimar, simplified to only look for ↵Reimar Döffinger2007-02-111-5/+107
| | | | | | first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, function -> metadataBaptiste Coudurier2007-01-151-5/+5
| | | | Originally committed as revision 7526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-141-11/+0
| | | | Originally committed as revision 7516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier2007-01-141-27/+0
| | | | Originally committed as revision 7515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-141-16/+9
| | | | Originally committed as revision 7513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warning, key is constBaptiste Coudurier2007-01-141-1/+1
| | | | Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2007-01-141-169/+169
| | | | Originally committed as revision 7508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-141-92/+76
| | | | Originally committed as revision 7507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seeking work in files that contain encrypted tracks.Reimar Döffinger2007-01-141-1/+12
| | | | Originally committed as revision 7502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-141-8/+4
| | | | Originally committed as revision 7475 to svn://svn.ffmpeg.org/ffmpeg/trunk