]> git.sesse.net Git - ffmpeg/history - libavformat/sdp.c
mp3dec: read the initial/trailing padding from the LAME tag
[ffmpeg] / libavformat / sdp.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-03-01 Mark Harrissdp: fix opus sprop-stereo fmtp syntax
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2014-12-18 Thomas Volkertrtp: Initial H.261 support
2014-10-15 Martin Storsjösdp: Provide out of bound parameter sets for HEVC if...
2014-10-06 Martin Storsjösdp: Simplify parsing/conversion of H264 extradata
2014-09-29 Timothy B. Terriberrysdp: Make opus declaration conform to the spec
2014-09-24 Thomas Volkertrtpenc: HEVC/H.265 support
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-01-04 Martin Storsjösdp: Check that fmt->oformat is non-null before accessi...
2013-12-14 Martin Storsjösdp: Check theora colorspace before producing the confi...
2013-01-15 Martin Storsjösdp: Include SRTP crypto params if using the srtp protocol
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-10-09 Martin Storsjörtp: Support packetization/depacketization of opus
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-26 Dmitry Samonenkortpenc: Add support for packetizing speex
2012-09-23 Samuel Pitoisetrtp: Packetization of JPEG (RFC 2435)
2012-08-28 Martin Storsjösdp: Use static const char arrays instead of pointers...
2012-08-28 Martin Storsjösdp: Include profile-level-id for H264
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-18 Martin Storsjörtpenc: Support packetizing iLBC
2012-06-18 Martin Storsjörtpenc: Allow requesting H264 RTP packetization mode 0
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-02-23 Martin Storsjörtpenc: Allow packetizing H263 according to the old...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_SDP_CREATE cruft
2011-12-10 Martin Storsjösdp: Restore the original mp4 format h264 extradata...
2011-12-01 Martin Storsjörtpenc: Add support for G726 audio
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_split_xiph_headers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-09-26 Rafaël Carrértpenc: Add a payload type private option
2011-09-23 Rafaël Carrértp: factorize dynamic payload type fallback
2011-06-10 Martin Storsjösdp: Reindent after the previous commit
2011-06-10 Juan Carlos Rodriguezrtpenc: MP4A-LATM payload support
2011-06-10 Martin Storsjösdp: Allow passing an AVFormatContext to the SDP generation
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-08 Anton Khirnovlavf: rename a parameter of av_sdp_create from buff...
2011-04-08 Anton Khirnovlavf: rename avf_sdp_create to av_sdp_create.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2010-12-20 Martin Storsjösdp: Add a framesize attribute to H.263 SDP descriptions
2010-10-19 Martin Storsjösdp: Conditionally compile code using AF_INET6
2010-10-08 Martin Storsjösdp: Only specify the TTL for IPv4 addresses
2010-10-07 Martin StorsjöReindent
2010-10-07 Martin Storsjösdp: Don't require the explicit ?multicast option
2010-09-15 Martin StorsjöHandle G.722 in RTP, and all the exceptions mandated...
2010-08-25 Andreas ÖmanMake stub version of ff_sdp_write_media() match its...
2010-08-25 Martin StorsjöReindent
2010-08-25 Martin StorsjöSimplify resolve_destination in sdp.c further, now...
2010-08-25 Martin Storsjö10l, add new function parameters to resolve_destination...
2010-08-25 Martin StorsjöReindent, rewrap lines
2010-08-25 Martin StorsjöProperly handle IPv6 addresses in the SDP generation
2010-08-16 Josh AllmannAdd RTP packetization of VP8
2010-08-09 Martin Storsjörtpenc_xiph: Set the ident value via a define
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-11 Luca AbeniUse a bitstream filter for converting the extradata...
2010-05-18 Martin StorsjöMake ff_sdp_write_media a lavf-internal function
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-01-12 Martin StorsjöMake sure the destination address is written as an...
2010-01-07 Martin StorsjöAlways set the destination address even if no port...
2010-01-07 Martin StorsjöCheck the URL used for the SDP destination.
2009-12-27 Luca AbeniUse different dynamic payload types for audio and video.
2009-12-26 Luca AbeniUse RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
2009-10-17 Luca AbeniEmit the SDP lines in the correct order
2009-04-08 Martin StorsjöAdd support for AMR audio in the RTP muxer
2009-04-07 Martin StorsjöAdd support for H.263 video in the RTP muxer
2009-04-06 Martin StorsjöOnly insert the SPS and PPS NALs in sprop-parameter...
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-08 Diego Biurruncosmetics: comment grammar/spelling fixes
2009-02-02 Aurelien Jacobsuse new metadata API in rtp muxer
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-29 Stefano SabatiniRename functions in sdp.c for consistency's sake.
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...
2008-07-29 Stefano SabatiniFix a typo in sdp_write_header(): change "IPV4", which...
2008-07-08 Stefano SabatiniPrint libavformat version in outgoing SDPs.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-04 Diego BiurrunUse correct length modifier for pointer diff argument...
2008-03-05 Luca AbeniAdd some information about the stream bitrate, if available
2008-02-19 Reimar DöffingerMissing const, fix warnings:
2008-01-21 Luca AbeniSupport out-of-band parameter sets in SDP for H.264...
2008-01-21 Luca AbeniAdd minimal support for H.264 video in the SDP generator
2008-01-10 Luca AbeniPass a proper context to av_log()
2007-11-09 Luca AbeniAdd support for some more audio formats
2007-10-26 Luca AbeniExplicitly include rtp.h (needed for rtp_get_payload_ty...
2007-09-10 Luca AbeniTest extradata_size instead of the CODEC_FLAG_GLOBAL_HE...
2007-09-05 Luca AbeniAAC support in the SDP generator
2007-09-03 Luca AbeniFill the buffer with 0 before writing an SDP in it
2007-08-05 Luca AbeniChange avf_sdp_create() to get a pre-allocated buffer...
2007-08-05 Luca AbeniFix linking when RTP is disabled and libraries are...
2007-07-26 Luca AbeniIntroduce an SDP generator