summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow2010-01-13
* output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow2010-01-13
* fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos2010-01-13
* fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos2010-01-13
* The RTP muxer does not need rtp_asf.cLuca Abeni2010-01-13
* Remove the inclusion of unneeded headersLuca Abeni2010-01-13
* Fix issue1658 (trailing space in rtpmap descriptor).Ronald S. Bultje2010-01-13
* Check there is a stream before writing header.Tomas Härdin2010-01-13
* Reindent after r21166.Ronald S. Bultje2010-01-12
* Use chunked encoding for HTTP uploads. Patch by Tomas HärdinTomas Härdin2010-01-12
* Make sure the destination address is written as an IP address in the SDPMartin Storsjö2010-01-12
* Correct timestamps inside FLV data received by RTMP.Sergiy2010-01-12
* Use old-style RTMP handshake for old servers.Art Clarke2010-01-12
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-12
* Remove the inclusion of unneeded headersLuca Abeni2010-01-11
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-11
* Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö2010-01-11
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-11
* Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-11
* Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2010-01-11
* Use getaddrinfo(), if available, in resolve_host(). Patch by MartinRonald S. Bultje2010-01-11
* oggdec: Set dts when knownDavid Conrad2010-01-11
* mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad2010-01-11
* Add support for dirac in oggDavid Conrad2010-01-11
* Use enum CodecID where appropriate.Carl Eugen Hoyos2010-01-10
* Deluxe Paint Animation demuxerPeter Ross2010-01-10
* do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross2010-01-10
* update my email addressPeter Ross2010-01-09
* Use the correct ByteIOContext in extradata parsing.Fixes half of issueRonald S. Bultje2010-01-08
* Improve avformat_version() doxy.Art Clarke2010-01-08
* Currently, the replacement which is used if inet_aton isn't available,Martin Storsjö2010-01-08
* handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje2010-01-07
* Add correct log context to av_log() calls in parse_rtpmap().Ronald S. Bultje2010-01-07
* Re-indent to more closely follow general coding standards used in otherRonald S. Bultje2010-01-07
* Always set the destination address even if no port was found.Martin Storsjö2010-01-07
* Check the URL used for the SDP destination.Martin Storsjö2010-01-07
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-06
* add another mjpeg fourcc to riff.c listBen Littler2010-01-05
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-04
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-04
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-04
* remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier2010-01-04
* Remove forward declarations.Ronald S. Bultje2010-01-04
* Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson2010-01-04
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini2010-01-01
* Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini2010-01-01
* Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini2010-01-01
* Reindent.Stefano Sabatini2010-01-01
* Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini2010-01-01