102 Commits (41e19673ef73c9ee7907bc8bfaffbb69c54eb9c1)

Author SHA1 Message Date
Baptiste Coudurier 76e4864583 init uid to 0 17 years ago
Baptiste Coudurier e20c865a55 indentation 17 years ago
Baptiste Coudurier bb085dd6f1 correctly handle sony mpeg4 extradata 17 years ago
Baptiste Coudurier 6e3ea4461f check if read child returned error 17 years ago
Baptiste Coudurier a33b2c7e39 simplify with matching len 17 years ago
Baptiste Coudurier 51169b61b5 simplify and detect better non frame wrapped mappings 17 years ago
Baptiste Coudurier 4de5906fed cosmetics: read_metadata -> read 17 years ago
Baptiste Coudurier 3f2d859b7e cosmetics 17 years ago
Baptiste Coudurier 3a9c08be1b remove unused crypto context uid 17 years ago
Baptiste Coudurier 7ee7f6f958 support dynamically allocated local tags, used by encrypted files 17 years ago
Baptiste Coudurier 57810910c7 check malloc return 17 years ago
Baptiste Coudurier 8513ba097c add some dv container uls 17 years ago
Baptiste Coudurier c9c55a5699 simplify by checking min matching len 17 years ago
Baptiste Coudurier ebbe25d2a3 check av_new_stream return value 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Baptiste Coudurier 3a319ab6aa add D-10 NTSC support 17 years ago
Baptiste Coudurier 28cf721574 extract correct d10 aes3 audio channels number 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Baptiste Coudurier 1b4818452c cosmetics remove struct name with typedef 18 years ago
Baptiste Coudurier 738ebafceb remove unused EssenceContainerData 18 years ago
Baptiste Coudurier 151bdd5d3d skip no more needed on error 18 years ago
Baptiste Coudurier 01dfc64669 remove duplicate entry since now we ignore version byte 18 years ago
Baptiste Coudurier 28b9f98619 typo 18 years ago
Baptiste Coudurier 363f403f28 set pkt pos 18 years ago
Baptiste Coudurier 0e3ea3a26b remove now useless sync key 18 years ago
Baptiste Coudurier 6dc5554328 no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files 18 years ago
Baptiste Coudurier b7889fce2f do not print error message when klv_read_packet fails 18 years ago
Baptiste Coudurier cabe2527ef sync to mxf klv key before trying to read klv packet 18 years ago
Baptiste Coudurier 6982462f50 match uids indenpendantly of the version byte 18 years ago
Baptiste Coudurier 3c6b46d3a5 cosmetics, reorder and classify uids 18 years ago
Baptiste Coudurier 2f8fe719c6 correct comment about seek function 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Baptiste Coudurier c4fe61ff87 add D-10 PAL 40 audio essence container ul 18 years ago
Baptiste Coudurier 088e827a96 add D-10 PAL 40 ul 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Reimar Döffinger 80a289b9bf mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul 18 years ago
Baptiste Coudurier 975c88e30e cosmetics, function -> metadata 18 years ago
Baptiste Coudurier d8b3576d42 remove useless essence container data sets for now 18 years ago
Baptiste Coudurier 8b621afbd1 remove useless preface parsing for now, will reintroduce it if needed 18 years ago
Baptiste Coudurier e6837cfaf0 merge multiple descriptor parsing with generic one 18 years ago
Baptiste Coudurier 9bdeba37a0 remove warning, key is const 18 years ago
Baptiste Coudurier 55de95b9c7 indention 18 years ago
Baptiste Coudurier 33bddcdc13 follow michael suggestion and simplify code at object level 18 years ago
Reimar Döffinger 86074ce341 Make seeking work in files that contain encrypted tracks. 18 years ago
Reimar Döffinger 1fe68f0e7c Simplify klv_decode_ber_length 18 years ago
Baptiste Coudurier 6ac558eefc AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor 18 years ago
Reimar Döffinger 977d126e6e Use macros to eliminate code duplication in MXF metadata read functions. 18 years ago
Reimar Döffinger 2d193b2ea0 Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something 18 years ago
Reimar Döffinger 717f1019a8 Fix error message, it's package ref that can not be found, not track in this case 18 years ago
Baptiste Coudurier 7f25df4cd3 move source_package declaration in the loop and reset it each iteration 18 years ago