Age | Commit message (Expand) | Author |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-08-31 | put back mxf_essence_container_uls in demuxer as static const | Baptiste Coudurier |
2008-08-19 | Ok-ed parts from patch by zhentan feng. | Zhentan Feng |
2008-08-18 | Factorize common code out of the mxf demuxer. | Zhentan Feng |
2008-08-07 | remove mxf.c, previously copied to mxfdec.c | Baptiste Coudurier |
2008-07-16 | cosmetics: Fix mxf codec long name. | Diego Biurrun |
2008-06-28 | include track id in error message | Baptiste Coudurier |
2008-06-27 | unset Track sets, relying in AVStream->priv_data and will be freed in av_clos... | Baptiste Coudurier |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2008-03-16 | just skip klv packet, when no corresponding stream is found | Baptiste Coudurier |
2008-03-06 | support AVDISCARD_ALL | Baptiste Coudurier |
2008-02-01 | add const | Baptiste Coudurier |
2008-01-19 | init uid to 0 | Baptiste Coudurier |
2008-01-19 | indentation | Baptiste Coudurier |
2008-01-19 | correctly handle sony mpeg4 extradata | Baptiste Coudurier |
2008-01-19 | check if read child returned error | Baptiste Coudurier |
2008-01-19 | simplify with matching len | Baptiste Coudurier |
2008-01-19 | simplify and detect better non frame wrapped mappings | Baptiste Coudurier |
2008-01-19 | cosmetics: read_metadata -> read | Baptiste Coudurier |
2008-01-19 | cosmetics | Baptiste Coudurier |
2008-01-19 | remove unused crypto context uid | Baptiste Coudurier |
2008-01-19 | support dynamically allocated local tags, used by encrypted files | Baptiste Coudurier |
2008-01-19 | check malloc return | Baptiste Coudurier |
2008-01-19 | add some dv container uls | Baptiste Coudurier |
2008-01-19 | simplify by checking min matching len | Baptiste Coudurier |
2008-01-08 | check av_new_stream return value | Baptiste Coudurier |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-09-21 | add D-10 NTSC support | Baptiste Coudurier |
2007-09-21 | extract correct d10 aes3 audio channels number | Baptiste Coudurier |
2007-07-19 | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris |
2007-06-03 | cosmetics remove struct name with typedef | Baptiste Coudurier |
2007-06-03 | remove unused EssenceContainerData | Baptiste Coudurier |
2007-06-03 | skip no more needed on error | Baptiste Coudurier |
2007-06-03 | remove duplicate entry since now we ignore version byte | Baptiste Coudurier |
2007-06-03 | typo | Baptiste Coudurier |
2007-06-03 | set pkt pos | Baptiste Coudurier |
2007-06-03 | remove now useless sync key | Baptiste Coudurier |
2007-06-03 | no need to seek on specific key anymore, since klv_read_packet will sync, tes... | Baptiste Coudurier |
2007-06-03 | do not print error message when klv_read_packet fails | Baptiste Coudurier |
2007-06-03 | sync to mxf klv key before trying to read klv packet | Baptiste Coudurier |
2007-06-03 | match uids indenpendantly of the version byte | Baptiste Coudurier |
2007-06-03 | cosmetics, reorder and classify uids | Baptiste Coudurier |
2007-04-24 | correct comment about seek function | Baptiste Coudurier |
2007-04-15 | add an enum for need_parsing | Aurelien Jacobs |
2007-04-10 | add D-10 PAL 40 audio essence container ul | Baptiste Coudurier |
2007-04-10 | add D-10 PAL 40 ul | Baptiste Coudurier |
2007-03-12 | Give context to dprintf | Michel Bardiaux |
2007-02-11 | mxf aes decryption support, patch by Reimar, simplified to only look for firs... | Reimar Döffinger |
2007-01-15 | cosmetics, function -> metadata | Baptiste Coudurier |