]> git.sesse.net Git - ffmpeg/history - libavformat/mxf.c
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
[ffmpeg] / libavformat / mxf.c
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-03 Baptiste Couduriercosmetics remove struct name with typedef
2007-06-03 Baptiste Coudurierremove unused EssenceContainerData
2007-06-03 Baptiste Coudurierskip no more needed on error
2007-06-03 Baptiste Coudurierremove duplicate entry since now we ignore version...
2007-06-03 Baptiste Couduriertypo
2007-06-03 Baptiste Coudurierset pkt pos
2007-06-03 Baptiste Coudurierremove now useless sync key
2007-06-03 Baptiste Coudurierno need to seek on specific key anymore, since klv_read...
2007-06-03 Baptiste Coudurierdo not print error message when klv_read_packet fails
2007-06-03 Baptiste Couduriersync to mxf klv key before trying to read klv packet
2007-06-03 Baptiste Couduriermatch uids indenpendantly of the version byte
2007-06-03 Baptiste Couduriercosmetics, reorder and classify uids
2007-04-24 Baptiste Couduriercorrect comment about seek function
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 audio essence container ul
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 ul
2007-03-12 Michel BardiauxGive context to dprintf
2007-02-11 Reimar Döffingermxf aes decryption support, patch by Reimar, simplified...
2007-01-15 Baptiste Couduriercosmetics, function -> metadata
2007-01-14 Baptiste Coudurierremove useless essence container data sets for now
2007-01-14 Baptiste Coudurierremove useless preface parsing for now, will reintroduc...
2007-01-14 Baptiste Couduriermerge multiple descriptor parsing with generic one
2007-01-14 Baptiste Coudurierremove warning, key is const
2007-01-14 Baptiste Coudurierindention
2007-01-14 Baptiste Coudurierfollow michael suggestion and simplify code at object...
2007-01-14 Reimar DöffingerMake seeking work in files that contain encrypted tracks.
2007-01-14 Reimar DöffingerSimplify klv_decode_ber_length
2007-01-14 Baptiste CoudurierAnyType is needed, descriptor_ref can reference Descrip...
2007-01-13 Reimar DöffingerUse macros to eliminate code duplication in MXF metadat...
2007-01-13 Reimar DöffingerExtend mxf_resolve_strong_ref by a type parameter,...
2007-01-13 Reimar DöffingerFix error message, it's package ref that can not be...
2006-11-28 Baptiste Couduriermove source_package declaration in the loop and reset...
2006-11-16 Baptiste Coudurierparse video frame headers to get key flag
2006-11-14 Baptiste Coudurieradd 422P@HL I-only universal label
2006-11-10 Baptiste Coudurierreport error when local tag has 0 size
2006-10-17 Baptiste Coudurierskip packet if no stream index is found, fix proxy_pal0...
2006-10-17 Baptiste Coudurierskip run in sequence, fix C0023S01.mxf
2006-10-10 Baptiste Coudurierfix d-10 mapping detection
2006-10-10 Baptiste Coudurierrewind completely if sample time is negative
2006-10-10 Baptiste Coudurierdont seek back if no sync to let eof happen
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-05 Baptiste Couduriersupport D-10, XDCAM, fix ebu_small_d10_50_audio_resampl...
2006-10-02 Baptiste Coudurierfix audio for mog_op1a_prompeg_mpeg.mxf
2006-10-02 Baptiste Coudurierreturn 0 as stream index if only one stream, this is...
2006-09-29 Baptiste Coudurierrudimentary binary seek
2006-09-29 Baptiste Coudurieradd another data definition ul
2006-09-29 Baptiste Coudurieruse a data definition uls table to fetch codec type
2006-09-29 Baptiste Coudurieradd string param to PRINT_KEY for debug
2006-09-29 Baptiste Couduriershut up gcc about incompatible pointer type
2006-09-11 Baptiste Coudurierworkaround for files, mainly d-cinema, with 0 sized...
2006-08-24 Baptiste Couduriercorrect uid, and enable JPEG 2000 detection
2006-08-03 Baptiste Coudurierrevert r5909, dont use non constant static variable...
2006-08-03 Baptiste Coudurierparse SONY hidden MPEG-4 extradata, fix C0023S01.mxf
2006-08-03 Baptiste Coudurierskip run-in sequence before reading header
2006-08-03 Baptiste Coudurieragain, disable DEBUG
2006-08-03 Baptiste Coudurier10l, check container_ul existence
2006-08-03 Baptiste Coudurierremove duplicate code
2006-08-03 Baptiste Coudurierattempt to demux clip wrapped content
2006-08-03 Baptiste Coudurieradd codec detection based on essence container ul
2006-08-02 Baptiste Coudurierresolve strong refs in parse_structural_metadata since...
2006-08-01 Baptiste Coudurierfix ending null entry in table
2006-08-01 Baptiste Couduriermore codecs uls
2006-08-01 Baptiste Coudurierskip run-in sequence during probe
2006-07-31 Baptiste Couduriersimplify using function table
2006-07-31 Baptiste Coudurierparse aes3 audio descriptor
2006-07-30 Baptiste Coudurieruse parenthesis around value
2006-07-29 Baptiste Coudurieradd information about codec uls
2006-07-29 Baptiste Coudurieranother MPEG-2 long gop codec ul
2006-07-29 Baptiste Coudurieranother MPEG-2 long gop codec ul
2006-07-29 Baptiste Coudurieradd uncompressed picture support
2006-07-29 Baptiste Coudurierparse rgba descriptor (jpeg2000, uncompressed)
2006-07-29 Baptiste Coudurieradd common codecs uls
2006-07-29 Baptiste Couduriersimplify PRINT_KEY
2006-07-29 Baptiste Coudurieradd some debug infos
2006-07-29 Baptiste Coudurierget rid of DECLARED_ALIGNED
2006-07-28 Baptiste Couduriercosmetics
2006-07-28 Baptiste Coudurieruse ternary
2006-07-28 Baptiste Coudurierremove useless variables
2006-07-28 Baptiste Coudurierrename variables
2006-07-28 Baptiste Coudurieradd error messages
2006-07-28 Baptiste Coudurierdemuxer reworked, more accurate parsing, prepare handli...
2006-07-28 Baptiste Coudurierdeclare and use UID type
2006-07-28 Reimar DöffingerSet duration to AV_NOPTS_VALUE instead of 0 when unknown.
2006-07-25 Baptiste CoudurierMXF demuxer