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-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ö
2010-01-08handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje
2010-01-08Add correct log context to av_log() calls in parse_rtpmap().Ronald S. Bultje
2010-01-08Re-indent to more closely follow general coding standards used in otherRonald S. Bultje
2010-01-07Always set the destination address even if no port was found.Martin Storsjö
2010-01-07Check the URL used for the SDP destination.Martin Storsjö
2010-01-07Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp
2010-01-05add another mjpeg fourcc to riff.c listBen Littler
2010-01-05cosmetics, remove useless parentheses, add spaceBaptiste Coudurier
2010-01-05simplify error handling in mov_read_defaultBaptiste Coudurier
2010-01-05remove no more needed MOVAtom.offset fieldBaptiste Coudurier
2010-01-05remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier
2010-01-04Remove forward declarations.Ronald S. Bultje
2010-01-04Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2010-01-02Use av_match_ext() in place of the deprecated match_ext() function.Stefano Sabatini
2010-01-02Deprecate match_ext() in favor of av_match_ext(), and mark it forStefano Sabatini
2010-01-01Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini
2010-01-01Reindent.Stefano Sabatini
2010-01-01Deprecate guess_format() in favor of av_guess_format().Stefano Sabatini
2010-01-01Fix typo.Stefano Sabatini
2010-01-01Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini
2009-12-31Document guess_format().Stefano Sabatini
2009-12-31Deprecate and mark for deletion the function guess_stream_format(),Stefano Sabatini
2009-12-30Remove outdated comments.Luca Abeni
2009-12-30Rename internal functionLuca Barbato
2009-12-28Remove a useless local variable.Luca Abeni
2009-12-28Remove outdated commentLuca Abeni
2009-12-28Remove an unneeded local variable.Luca Abeni
2009-12-28Use different dynamic payload types for audio and video.Luca Abeni
2009-12-27Recognize 16-bit Interplay Video variantKostya Shishkov
2009-12-26Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni
2009-12-24Remove some unused variables, fixes the warnings:Diego Biurrun
2009-12-24Add support for mp3 over RTP in rtpdec.cLuca Abeni
2009-12-18It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer