5680 Commits (0cb17649d81a1713eac997bc3b6a27c22a409439)

Author SHA1 Message Date
Mike Scheutzow 49f6fd8f3f move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Mike Scheutzow 6b18a3f5ba output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Niobos 906c16a11a fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be 15 years ago
Niobos 080cabffca fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be 15 years ago
Luca Abeni fad9a42ad4 The RTP muxer does not need rtp_asf.c 15 years ago
Luca Abeni 3f60d2d327 Remove the inclusion of unneeded headers 15 years ago
Ronald S. Bultje 9d50d39629 Fix issue1658 (trailing space in rtpmap descriptor). 15 years ago
Tomas Härdin 094a63f1f6 Check there is a stream before writing header. 15 years ago
Ronald S. Bultje 2edabfdfdb Reindent after r21166. 15 years ago
Tomas Härdin 08f7a8ac32 Use chunked encoding for HTTP uploads. Patch by Tomas Härdin 15 years ago
Martin Storsjö 51a269cd97 Make sure the destination address is written as an IP address in the SDP 15 years ago
Sergiy 56e29bf2c9 Correct timestamps inside FLV data received by RTMP. 15 years ago
Art Clarke e2ee11e868 Use old-style RTMP handshake for old servers. 15 years ago
Carl Eugen Hoyos 0941ee0fa6 Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. 15 years ago
Luca Abeni 4bf0faaafe Remove the inclusion of unneeded headers 15 years ago
Martin Storsjö 5d629b72cb Provide a fallback for getnameinfo() also. Patch by Martin Storsjö 15 years ago
Martin Storsjö 34a65f1fdd Implement a fallback for struct sockaddr_storage if not available. 15 years ago
Martin Storsjö fdcdd5396e Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö 15 years ago
Martin Storsjö f1888474fa Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>. 15 years ago
Martin Storsjö fa053ca725 Provide fallback implementations of getaddrinfo() and freeaddrinfo(). 15 years ago
Ronald S. Bultje 7e43f74a37 Use getaddrinfo(), if available, in resolve_host(). Patch by Martin 15 years ago
David Conrad 2d4970d88d oggdec: Set dts when known 15 years ago
David Conrad 18ca491bf1 mkvdec: Avoid divide-by-zero crash on invalid real audio tracks 15 years ago
David Conrad 24ca518bd1 Add support for dirac in ogg 15 years ago
Carl Eugen Hoyos e6a9dd6a7d Use enum CodecID where appropriate. 15 years ago
Peter Ross e6565055b9 Deluxe Paint Animation demuxer 15 years ago
Peter Ross add5badbc1 do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] 15 years ago
Peter Ross 8600106ac2 update my email address 15 years ago
Ronald S. Bultje f9664ca026 Use the correct ByteIOContext in extradata parsing.Fixes half of issue 15 years ago
Art Clarke f2e77e4b1e Improve avformat_version() doxy. 15 years ago
Martin Storsjö b827f4eb47 Currently, the replacement which is used if inet_aton isn't available, 15 years ago
Ronald S. Bultje 84f0aba18d handler can be NULL if we did not support this dynamic format (codec). 15 years ago
Ronald S. Bultje 8f3c87f3e2 Add correct log context to av_log() calls in parse_rtpmap(). 15 years ago
Ronald S. Bultje c896580087 Re-indent to more closely follow general coding standards used in other 15 years ago
Martin Storsjö 9ea7f03aa0 Always set the destination address even if no port was found. 15 years ago
Martin Storsjö c47b0738b5 Check the URL used for the SDP destination. 15 years ago
Daniel Verkamp 9df9b810c5 Handle more ADPCM codecs in av_get_bits_per_sample(). 15 years ago
Ben Littler 418a287cae add another mjpeg fourcc to riff.c list 15 years ago
Baptiste Coudurier 7b1312fa55 cosmetics, remove useless parentheses, add space 15 years ago
Baptiste Coudurier a510991cff simplify error handling in mov_read_default 15 years ago
Baptiste Coudurier cb41b2b6e0 remove no more needed MOVAtom.offset field 15 years ago
Baptiste Coudurier 7ead7e2181 remove useless code skipping data at end of hdlr atom, already done in mov_read_default 15 years ago
Ronald S. Bultje 0e59034ed8 Remove forward declarations. 15 years ago
Mike Melanson 2cf9c7ef9c Add support for these widely-used iTunes metadata fields: Album Artist, 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Stefano Sabatini aa13b573b4 Use av_match_ext() in place of the deprecated match_ext() function. 15 years ago
Stefano Sabatini 8eb631fa50 Deprecate match_ext() in favor of av_match_ext(), and mark it for 15 years ago
Stefano Sabatini 0f52ef1a00 Use av_guess_format() in place of the deprecated guess_format(). 15 years ago
Stefano Sabatini 94b1f33893 Reindent. 15 years ago
Stefano Sabatini a1f547b94a Deprecate guess_format() in favor of av_guess_format(). 15 years ago