| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics remove struct name with typedef | Baptiste Coudurier | 2007-06-03 | 1 | -11/+11 |
* | remove unused EssenceContainerData | Baptiste Coudurier | 2007-06-03 | 1 | -7/+0 |
* | skip no more needed on error | Baptiste Coudurier | 2007-06-03 | 1 | -8/+8 |
* | remove duplicate entry since now we ignore version byte | Baptiste Coudurier | 2007-06-03 | 1 | -1/+0 |
* | typo | Baptiste Coudurier | 2007-06-03 | 1 | -1/+1 |
* | set pkt pos | Baptiste Coudurier | 2007-06-03 | 1 | -0/+1 |
* | remove now useless sync key | Baptiste Coudurier | 2007-06-03 | 1 | -4/+0 |
* | no need to seek on specific key anymore, since klv_read_packet will sync, tes... | Baptiste Coudurier | 2007-06-03 | 1 | -6/+0 |
* | do not print error message when klv_read_packet fails | Baptiste Coudurier | 2007-06-03 | 1 | -6/+2 |
* | sync to mxf klv key before trying to read klv packet | Baptiste Coudurier | 2007-06-03 | 1 | -15/+19 |
* | match uids indenpendantly of the version byte | Baptiste Coudurier | 2007-06-03 | 1 | -2/+16 |
* | cosmetics, reorder and classify uids | Baptiste Coudurier | 2007-06-03 | 1 | -8/+16 |
* | correct comment about seek function | Baptiste Coudurier | 2007-04-24 | 1 | -1/+1 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -3/+3 |
* | add D-10 PAL 40 audio essence container ul | Baptiste Coudurier | 2007-04-10 | 1 | -0/+1 |
* | add D-10 PAL 40 ul | Baptiste Coudurier | 2007-04-10 | 1 | -0/+1 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -9/+9 |
* | mxf aes decryption support, patch by Reimar, simplified to only look for firs... | Reimar Döffinger | 2007-02-11 | 1 | -5/+107 |
* | cosmetics, function -> metadata | Baptiste Coudurier | 2007-01-15 | 1 | -5/+5 |
* | remove useless essence container data sets for now | Baptiste Coudurier | 2007-01-14 | 1 | -11/+0 |
* | remove useless preface parsing for now, will reintroduce it if needed | Baptiste Coudurier | 2007-01-14 | 1 | -27/+0 |
* | merge multiple descriptor parsing with generic one | Baptiste Coudurier | 2007-01-14 | 1 | -16/+9 |
* | remove warning, key is const | Baptiste Coudurier | 2007-01-14 | 1 | -1/+1 |
* | indention | Baptiste Coudurier | 2007-01-14 | 1 | -169/+169 |
* | follow michael suggestion and simplify code at object level | Baptiste Coudurier | 2007-01-14 | 1 | -92/+76 |
* | Make seeking work in files that contain encrypted tracks. | Reimar Döffinger | 2007-01-14 | 1 | -1/+12 |
* | Simplify klv_decode_ber_length | Reimar Döffinger | 2007-01-14 | 1 | -8/+4 |
* | AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor | Baptiste Coudurier | 2007-01-14 | 1 | -3/+4 |
* | Use macros to eliminate code duplication in MXF metadata read functions. | Reimar Döffinger | 2007-01-13 | 1 | -143/+42 |
* | Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something | Reimar Döffinger | 2007-01-13 | 1 | -22/+16 |
* | Fix error message, it's package ref that can not be found, not track in this ... | Reimar Döffinger | 2007-01-13 | 1 | -1/+1 |
* | move source_package declaration in the loop and reset it each iteration | Baptiste Coudurier | 2006-11-28 | 1 | -1/+1 |
* | parse video frame headers to get key flag | Baptiste Coudurier | 2006-11-16 | 1 | -0/+1 |
* | add 422P@HL I-only universal label | Baptiste Coudurier | 2006-11-14 | 1 | -0/+1 |
* | report error when local tag has 0 size | Baptiste Coudurier | 2006-11-10 | 1 | -1/+3 |
* | skip packet if no stream index is found, fix proxy_pal030926.mxf | Baptiste Coudurier | 2006-10-17 | 1 | -0/+1 |
* | skip run in sequence, fix C0023S01.mxf | Baptiste Coudurier | 2006-10-17 | 1 | -15/+25 |
* | fix d-10 mapping detection | Baptiste Coudurier | 2006-10-10 | 1 | -1/+1 |
* | rewind completely if sample time is negative | Baptiste Coudurier | 2006-10-10 | 1 | -1/+3 |
* | dont seek back if no sync to let eof happen | Baptiste Coudurier | 2006-10-10 | 1 | -2/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam... | Baptiste Coudurier | 2006-10-05 | 1 | -4/+48 |
* | fix audio for mog_op1a_prompeg_mpeg.mxf | Baptiste Coudurier | 2006-10-02 | 1 | -0/+2 |
* | return 0 as stream index if only one stream, this is completely non standard,... | Baptiste Coudurier | 2006-10-02 | 1 | -1/+2 |
* | rudimentary binary seek | Baptiste Coudurier | 2006-09-29 | 1 | -1/+30 |
* | add another data definition ul | Baptiste Coudurier | 2006-09-29 | 1 | -0/+1 |
* | use a data definition uls table to fetch codec type | Baptiste Coudurier | 2006-09-29 | 1 | -8/+21 |
* | add string param to PRINT_KEY for debug | Baptiste Coudurier | 2006-09-29 | 1 | -6/+6 |
* | shut up gcc about incompatible pointer type | Baptiste Coudurier | 2006-09-29 | 1 | -7/+7 |
* | workaround for files, mainly d-cinema, with 0 sized tags especially UMID in s... | Baptiste Coudurier | 2006-09-11 | 1 | -1/+3 |