5594 Commits (e9ca315dd188c38621c9439ef813d1cdf846ce1d)

Author SHA1 Message Date
Carl Eugen Hoyos a0ae3e41f3 Support decoding Avid 1:1x codec, (partially) fixes issue1684. 15 years ago
Peter Ross 574b183d64 Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) 15 years ago
Peter Ross 83ab7f1883 Adobe Filmstrip muxer and demuxer 15 years ago
Andrew Wason ff5ab5c8c9 set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com 15 years ago
Baptiste Coudurier 49544546b0 do not skip mdat data if it's the last atom, avoids one seek 15 years ago
Baptiste Coudurier 08c8e66a99 restore old buffer content when seek failed in http protocol, fix issue #1631 15 years ago
Baptiste Coudurier a1f42882e1 revert wrongly commited hunk in r21205 15 years ago
Baptiste Coudurier 10061cd648 remove useless type declarations 15 years ago
Baptiste Coudurier dcc2220ab5 remove useless declarations from mpegts.h 15 years ago
Baptiste Coudurier 33931016e5 use codec rc_max_rate if set and warn if bit rate is not set 15 years ago
Baptiste Coudurier 01d6bd525a Do not split audio frames accross pes packets. 15 years ago
Mike Scheutzow 907d916627 print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Mike Scheutzow c054f372e0 update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Mike Scheutzow 4df3bbbc68 Insert null packets to keep pcr values correct, patch by Mike Scheutzow, 15 years ago
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