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
2011-09-26rtpenc: Add a payload type private optionRafaël Carré
2011-09-24rtp: factorize dynamic payload type fallbackRafaël Carré
2011-06-10sdp: Reindent after the previous commitMartin Storsjö
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-08lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2010-12-20sdp: Add a framesize attribute to H.263 SDP descriptionsMartin Storsjö
2010-10-19sdp: Conditionally compile code using AF_INET6Martin Storsjö
2010-10-08sdp: Only specify the TTL for IPv4 addressesMartin Storsjö
2010-10-07ReindentMartin Storsjö
2010-10-07sdp: Don't require the explicit ?multicast optionMartin Storsjö
2010-09-15Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö
2010-08-26Make stub version of ff_sdp_write_media() match its prototypeAndreas Öman
2010-08-25ReindentMartin Storsjö
2010-08-25Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...Martin Storsjö
2010-08-2510l, add new function parameters to resolve_destination for !config_network tooMartin Storsjö
2010-08-25Reindent, rewrap linesMartin Storsjö
2010-08-25Properly handle IPv6 addresses in the SDP generationMartin Storsjö
2010-08-16Add RTP packetization of VP8Josh Allmann
2010-08-09rtpenc_xiph: Set the ident value via a defineMartin Storsjö
2010-08-07Add RTP packetization of Theora and VorbisJosh Allmann
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-11Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni
2010-05-18Make ff_sdp_write_media a lavf-internal functionMartin Storsjö
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Add a lowercase parameter to ff_data_to_hexMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-01-12Make sure the destination address is written as an IP address in the SDPMartin Storsjö
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ö
2009-12-28Use different dynamic payload types for audio and video.Luca Abeni
2009-12-26Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.Luca Abeni
2009-10-17Emit the SDP lines in the correct orderLuca Abeni
2009-04-08Add support for AMR audio in the RTP muxerMartin Storsjö
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
2009-04-07Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö
2009-02-16Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni
2009-02-09cosmetics: comment grammar/spelling fixesDiego Biurrun
2009-02-03use new metadata API in rtp muxerAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-29Rename functions in sdp.c for consistency's sake.Stefano Sabatini
2008-08-28Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje
2008-07-29Fix a typo in sdp_write_header(): change "IPV4", which is not a validStefano Sabatini
2008-07-08Print libavformat version in outgoing SDPs.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-04Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun