OSDN Git Service

avconv: rewrite -qscale and -aq handling.
[coroid/libav_saccubus.git] / libavformat / sdp.c
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