| Commit message (Expand) | Author | Age | Files | Lines |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | just skip klv packet, when no corresponding stream is found | Baptiste Coudurier | 2008-03-16 | 1 | -2/+1 |
* | support AVDISCARD_ALL | Baptiste Coudurier | 2008-03-06 | 1 | -0/+3 |
* | add const | Baptiste Coudurier | 2008-02-01 | 1 | -1/+2 |
* | init uid to 0 | Baptiste Coudurier | 2008-01-19 | 1 | -1/+1 |
* | indentation | Baptiste Coudurier | 2008-01-19 | 1 | -5/+5 |
* | correctly handle sony mpeg4 extradata | Baptiste Coudurier | 2008-01-19 | 1 | -2/+6 |
* | check if read child returned error | Baptiste Coudurier | 2008-01-19 | 1 | -2/+2 |
* | simplify with matching len | Baptiste Coudurier | 2008-01-19 | 1 | -11/+5 |
* | simplify and detect better non frame wrapped mappings | Baptiste Coudurier | 2008-01-19 | 1 | -32/+31 |
* | cosmetics: read_metadata -> read | Baptiste Coudurier | 2008-01-19 | 1 | -25/+25 |
* | cosmetics | Baptiste Coudurier | 2008-01-19 | 1 | -3/+3 |
* | remove unused crypto context uid | Baptiste Coudurier | 2008-01-19 | 1 | -5/+1 |
* | support dynamically allocated local tags, used by encrypted files | Baptiste Coudurier | 2008-01-19 | 1 | -9/+48 |
* | check malloc return | Baptiste Coudurier | 2008-01-19 | 1 | -0/+18 |
* | add some dv container uls | Baptiste Coudurier | 2008-01-19 | 1 | -0/+2 |
* | simplify by checking min matching len | Baptiste Coudurier | 2008-01-19 | 1 | -52/+29 |
* | check av_new_stream return value | Baptiste Coudurier | 2008-01-08 | 1 | -0/+4 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -15/+15 |
* | add D-10 NTSC support | Baptiste Coudurier | 2007-09-21 | 1 | -0/+6 |
* | extract correct d10 aes3 audio channels number | Baptiste Coudurier | 2007-09-21 | 1 | -15/+13 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | 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 |