aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2008-08-31introduce MXFContainerEssencePair to associate essence element key andBaptiste Coudurier
2008-08-31cosmeticsBaptiste Coudurier
2008-08-31replace sizeof(type) by sizeof *ptrBaptiste Coudurier
2008-08-31merge declaration and initBaptiste Coudurier
2008-08-31reindentBaptiste Coudurier
2008-08-31simplify mxf_write_essence_container_refsBaptiste Coudurier
2008-08-31factorizeBaptiste Coudurier
2008-08-31change [0] to *Baptiste Coudurier
2008-08-31compute essence containers in mxf_write_header, this simplifies the codeBaptiste Coudurier
2008-08-30get essence container ul in header and set it per track, check for unsupporte...Baptiste Coudurier
2008-08-30move per track code in mxf_write_header to be able to check for unsupported c...Baptiste Coudurier
2008-08-30rename variableBaptiste Coudurier
2008-08-30fix typosBaptiste Coudurier
2008-08-30cosmetics: header -> genericBaptiste Coudurier
2008-08-30cosmetics, remove useless braces, move comments where appropriate, remove whi...Baptiste Coudurier
2008-08-30cosmeticsBaptiste Coudurier
2008-08-30simplify, and factorizeBaptiste Coudurier
2008-08-30only put version in tagBaptiste Coudurier
2008-08-30simplifyBaptiste Coudurier
2008-08-30always write required version string local tagBaptiste Coudurier
2008-08-30introduce mxf_write_local_tag_utf16 and factorizeBaptiste Coudurier
2008-08-30use strlen and do not write useless trailing 0 according to specsBaptiste Coudurier
2008-08-30write strings as utf16beBaptiste Coudurier
2008-08-30Add missing FFMPEG_ prefix to multiple inclusion guard.Diego Biurrun
2008-08-30timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier
2008-08-30remove now useless castsBaptiste Coudurier
2008-08-29make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier
2008-08-29skip empty flv data packets, fix issue #602Baptiste Coudurier
2008-08-29factorize packet skip codeBaptiste Coudurier
2008-08-29simplify size handling codeBaptiste Coudurier
2008-08-29remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier
2008-08-29speex in flv demuxingBaptiste Coudurier
2008-08-29cosmetics, typos, caseBaptiste Coudurier
2008-08-29cosmeticsBaptiste Coudurier
2008-08-29fix version string ulBaptiste Coudurier
2008-08-29Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer
2008-08-28Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik
2008-08-28Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje
2008-08-27Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje
2008-08-27Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik
2008-08-27matroskadec: cosmetics: indentationAurelien Jacobs
2008-08-27matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs
2008-08-27Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje
2008-08-26remove useless assignment (st is never read after this line)Aurelien Jacobs
2008-08-26matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs
2008-08-26mxfdec: set sample_aspect_ratioAurelien Jacobs
2008-08-26Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos
2008-08-26vertical alignMichael Niedermayer
2008-08-25Import more MXF muxer code from the SoC treeVitor Sessak
2008-08-25When setting codec_id during codec probe we must also set codec_type.Andreas Ă–man