Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-17Fix indentation after r21257.Carl Eugen Hoyos
2010-01-17Support demuxing of Sony OpenMG files without metadata header.Michael Karcher
2010-01-16Support decoding of SoftLab-NSK VideoTizer.ami_stuff
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-15Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos
2010-01-15Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos
2010-01-14Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross
2010-01-14Adobe Filmstrip muxer and demuxerPeter Ross
2010-01-14set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason
2010-01-14do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier
2010-01-14restore old buffer content when seek failed in http protocol, fix issue #1631Baptiste Coudurier
2010-01-14revert wrongly commited hunk in r21205Baptiste Coudurier
2010-01-14remove useless type declarationsBaptiste Coudurier
2010-01-14remove useless declarations from mpegts.hBaptiste Coudurier
2010-01-14use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier
2010-01-14Do not split audio frames accross pes packets.Baptiste Coudurier
2010-01-14print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow
2010-01-14update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow
2010-01-13Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow
2010-01-13move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow
2010-01-13output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow
2010-01-13fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos
2010-01-13fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos
2010-01-13The RTP muxer does not need rtp_asf.cLuca Abeni
2010-01-13Remove the inclusion of unneeded headersLuca Abeni
2010-01-13Fix issue1658 (trailing space in rtpmap descriptor).Ronald S. Bultje
2010-01-13Check there is a stream before writing header.Tomas Härdin
2010-01-12Reindent after r21166.Ronald S. Bultje
2010-01-12Use chunked encoding for HTTP uploads. Patch by Tomas HärdinTomas Härdin
2010-01-12Make sure the destination address is written as an IP address in the SDPMartin Storsjö
2010-01-12Correct timestamps inside FLV data received by RTMP.Sergiy
2010-01-12Use old-style RTMP handshake for old servers.Art Clarke
2010-01-12Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos
2010-01-11Remove the inclusion of unneeded headersLuca Abeni
2010-01-11Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö
2010-01-11Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö
2010-01-11Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö
2010-01-11Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö
2010-01-11Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö
2010-01-11Use getaddrinfo(), if available, in resolve_host(). Patch by MartinRonald S. Bultje
2010-01-11oggdec: Set dts when knownDavid Conrad
2010-01-11mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad
2010-01-11Add support for dirac in oggDavid Conrad
2010-01-10Use enum CodecID where appropriate.Carl Eugen Hoyos
2010-01-10Deluxe Paint Animation demuxerPeter Ross
2010-01-10do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross
2010-01-09update my email addressPeter Ross
2010-01-08Use the correct ByteIOContext in extradata parsing.Fixes half of issueRonald S. Bultje
2010-01-08Improve avformat_version() doxy.Art Clarke
2010-01-08Currently, the replacement which is used if inet_aton isn't available,Martin Storsjö