summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
Commit message (Collapse)AuthorAge
* correct comment about seek functionBaptiste Coudurier2007-04-24
| | | | Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-10
| | | | Originally committed as revision 8709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-10
| | | | Originally committed as revision 8708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-12
| | | | 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-11
| | | | | | 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-15
| | | | Originally committed as revision 7526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-14
| | | | 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-14
| | | | Originally committed as revision 7515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warning, key is constBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-14
| | | | 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-14
| | | | Originally committed as revision 7502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-14
| | | | Originally committed as revision 7475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-13
| | | | Originally committed as revision 7449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger2007-01-13
| | | | | | that actually has a different type. Originally committed as revision 7448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix error message, it's package ref that can not be found, not track in this ↵Reimar Döffinger2007-01-13
| | | | | | case Originally committed as revision 7447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move source_package declaration in the loop and reset it each iterationBaptiste Coudurier2006-11-28
| | | | Originally committed as revision 7180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse video frame headers to get key flagBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 422P@HL I-only universal labelBaptiste Coudurier2006-11-14
| | | | Originally committed as revision 7060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* report error when local tag has 0 sizeBaptiste Coudurier2006-11-10
| | | | Originally committed as revision 6962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run in sequence, fix C0023S01.mxfBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix d-10 mapping detectionBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewind completely if sample time is negativeBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont seek back if no sync to let eof happenBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, ↵Baptiste Coudurier2006-10-05
| | | | | | xdcam-pal-d10-imx50.mxf Originally committed as revision 6561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix audio for mog_op1a_prompeg_mpeg.mxfBaptiste Coudurier2006-10-02
| | | | Originally committed as revision 6530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return 0 as stream index if only one stream, this is completely non ↵Baptiste Coudurier2006-10-02
| | | | | | standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf Originally committed as revision 6528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rudimentary binary seekBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another data definition ulBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a data definition uls table to fetch codec typeBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add string param to PRINT_KEY for debugBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shut up gcc about incompatible pointer typeBaptiste Coudurier2006-09-29
| | | | Originally committed as revision 6378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround for files, mainly d-cinema, with 0 sized tags especially UMID in ↵Baptiste Coudurier2006-09-11
| | | | | | source clip, 377M B.10,13 clearly mentions that this is non standard though Originally committed as revision 6230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct uid, and enable JPEG 2000 detectionBaptiste Coudurier2006-08-24
| | | | Originally committed as revision 6078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r5909, dont use non constant static variable, breaks multithreaded appsBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse SONY hidden MPEG-4 extradata, fix C0023S01.mxfBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run-in sequence before reading headerBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* again, disable DEBUGBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, check container_ul existenceBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate codeBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to demux clip wrapped contentBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec detection based on essence container ulBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resolve strong refs in parse_structural_metadata since objects may not be ↵Baptiste Coudurier2006-08-02
| | | | | | ordered, use object oriented approach Originally committed as revision 5892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ending null entry in tableBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more codecs ulsBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5883 to svn://svn.ffmpeg.org/ffmpeg/trunk