4118 Commits (62bc966f8f505f8b203b3c6d02aac02fd7acf6ad)

Author SHA1 Message Date
Baptiste Coudurier 3eaa53b35e simplify mxf_write_essence_container_refs 17 years ago
Baptiste Coudurier 021fa42cb1 factorize 17 years ago
Baptiste Coudurier 2cd71ce52f change [0] to * 17 years ago
Baptiste Coudurier c18d208ae2 compute essence containers in mxf_write_header, this simplifies the code 17 years ago
Baptiste Coudurier a2f55f22b3 get essence container ul in header and set it per track, check for unsupported codec 17 years ago
Baptiste Coudurier 179308768a move per track code in mxf_write_header to be able to check for unsupported configuration 17 years ago
Baptiste Coudurier 851a8297e8 rename variable 17 years ago
Baptiste Coudurier 86e456f63e fix typos 17 years ago
Baptiste Coudurier 60366dd04b cosmetics: header -> generic 17 years ago
Baptiste Coudurier a8f6e362d6 cosmetics, remove useless braces, move comments where appropriate, remove whitespaces 17 years ago
Baptiste Coudurier 0b62964f54 cosmetics 17 years ago
Baptiste Coudurier 6fdb4fb0f5 simplify, and factorize 17 years ago
Baptiste Coudurier 0c0c4d6450 only put version in tag 17 years ago
Baptiste Coudurier b43952539b simplify 17 years ago
Baptiste Coudurier 283a02c51a always write required version string local tag 17 years ago
Baptiste Coudurier 9fedbc8910 introduce mxf_write_local_tag_utf16 and factorize 17 years ago
Baptiste Coudurier 6b05863aa9 use strlen and do not write useless trailing 0 according to specs 17 years ago
Baptiste Coudurier 5f94b92077 write strings as utf16be 17 years ago
Diego Biurrun 9d2526d1b9 Add missing FFMPEG_ prefix to multiple inclusion guard. 17 years ago
Baptiste Coudurier b83a00b8b6 timestamps in flv are 32bits _signed_ according to flash player, specs are wrong 17 years ago
Baptiste Coudurier 6f4eb12d31 remove now useless casts 17 years ago
Baptiste Coudurier ca9c5a4d37 make has_codec_parameters not returning true when sample_fmt is not set 17 years ago
Baptiste Coudurier ae58b54b3f skip empty flv data packets, fix issue #602 17 years ago
Baptiste Coudurier 3d9aecb0d7 factorize packet skip code 17 years ago
Baptiste Coudurier 6298eb810d simplify size handling code 17 years ago
Baptiste Coudurier 3a25c707fa remove vorbis dec hack, decoding will be done anyway to get frame size 17 years ago
Baptiste Coudurier 77b0443544 speex in flv demuxing 17 years ago
Baptiste Coudurier 5b9bb66df2 cosmetics, typos, case 17 years ago
Baptiste Coudurier 118d4e1069 cosmetics 17 years ago
Baptiste Coudurier faac3f0f9f fix version string ul 17 years ago
Michael Niedermayer f0aaa16fdf Do not truncate timestamps before the muxer as it makes simple 17 years ago
Roman Shaposhnik f8007a1473 Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as 17 years ago
Ronald S. Bultje 452d3edb37 Change implementation for ff_data_to_hex(), this is faster. See discussion on 17 years ago
Ronald S. Bultje f1c80e3578 Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and 17 years ago
Roman Shaposhnik 34fab90f18 Two cosmetic changes for improved readability and ease of HDVCPRO HD integration 17 years ago
Aurelien Jacobs 0dbddda397 matroskadec: cosmetics: indentation 17 years ago
Aurelien Jacobs 6bef5f9b96 matroskadec: seek to the last position known in the index before resorting to 17 years ago
Ronald S. Bultje 8646b9070b Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP 17 years ago
Aurelien Jacobs d63f529df7 remove useless assignment (st is never read after this line) 17 years ago
Aurelien Jacobs 8e44312d3f matroskadec: index timestamps are supposed to be in the timebase of the stream 17 years ago
Aurelien Jacobs 2a242f4514 mxfdec: set sample_aspect_ratio 17 years ago
Carl Eugen Hoyos cedebde15a Remaining parts of GSoC MXF muxer by Zhentan Feng. 17 years ago
Michael Niedermayer 274335e76c vertical align 17 years ago
Vitor Sessak 9b0d3e0e03 Import more MXF muxer code from the SoC tree 17 years ago
Andreas Öman f1588ed525 When setting codec_id during codec probe we must also set codec_type. 17 years ago
Luca Abeni a9e02947f6 Fix udp.c compilation with recent glibc (>= 2.8) 17 years ago
Aurelien Jacobs 244ee48a82 matroskadec: unset matroska->done when seeking 17 years ago
Aurelien Jacobs 0f646a2233 matroskadec: full seeking support in index-less files 17 years ago
Aurelien Jacobs 8bc98ba92b matroskadec: on the fly index construction for index-less files 17 years ago
Aurelien Jacobs dfbbbdc0bf matroskadec: don't try to seek to negative timestamp 17 years ago