summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* remove now useless track_number_signBaptiste Coudurier2008-08-31
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-31
* remove now useless mxf_essence_element_key arrayBaptiste Coudurier2008-08-31
* fix track number ul in primer packBaptiste Coudurier2008-08-31
* introduce MXFContainerEssencePair to associate essence element key andBaptiste Coudurier2008-08-31
* cosmeticsBaptiste Coudurier2008-08-31
* replace sizeof(type) by sizeof *ptrBaptiste Coudurier2008-08-31
* merge declaration and initBaptiste Coudurier2008-08-31
* reindentBaptiste Coudurier2008-08-31
* simplify mxf_write_essence_container_refsBaptiste Coudurier2008-08-31
* factorizeBaptiste Coudurier2008-08-31
* change [0] to *Baptiste Coudurier2008-08-31
* compute essence containers in mxf_write_header, this simplifies the codeBaptiste Coudurier2008-08-31
* get essence container ul in header and set it per track, check for unsupporte...Baptiste Coudurier2008-08-30
* move per track code in mxf_write_header to be able to check for unsupported c...Baptiste Coudurier2008-08-30
* rename variableBaptiste Coudurier2008-08-30
* fix typosBaptiste Coudurier2008-08-30
* cosmetics: header -> genericBaptiste Coudurier2008-08-30
* cosmetics, remove useless braces, move comments where appropriate, remove whi...Baptiste Coudurier2008-08-30
* cosmeticsBaptiste Coudurier2008-08-30
* simplify, and factorizeBaptiste Coudurier2008-08-30
* only put version in tagBaptiste Coudurier2008-08-30
* simplifyBaptiste Coudurier2008-08-30
* always write required version string local tagBaptiste Coudurier2008-08-30
* introduce mxf_write_local_tag_utf16 and factorizeBaptiste Coudurier2008-08-30
* use strlen and do not write useless trailing 0 according to specsBaptiste Coudurier2008-08-30
* write strings as utf16beBaptiste Coudurier2008-08-30
* Add missing FFMPEG_ prefix to multiple inclusion guard.Diego Biurrun2008-08-30
* timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier2008-08-30
* remove now useless castsBaptiste Coudurier2008-08-30
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-29
* skip empty flv data packets, fix issue #602Baptiste Coudurier2008-08-29
* factorize packet skip codeBaptiste Coudurier2008-08-29
* simplify size handling codeBaptiste Coudurier2008-08-29
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29
* speex in flv demuxingBaptiste Coudurier2008-08-29
* cosmetics, typos, caseBaptiste Coudurier2008-08-29
* cosmeticsBaptiste Coudurier2008-08-29
* fix version string ulBaptiste Coudurier2008-08-29
* Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer2008-08-29
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
* Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje2008-08-28
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-27
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-27
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-27
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-27
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-26
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-26
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-26