| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | sdp: fix opus sprop-stereo fmtp syntax | Mark Harris | 2016-03-01 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -87/+87 |
* | rtp: Initial H.261 support | Thomas Volkert | 2014-12-18 | 1 | -0/+14 |
* | sdp: Provide out of bound parameter sets for HEVC if extradata is set | Martin Storsjö | 2014-10-15 | 1 | -2/+106 |
* | sdp: Simplify parsing/conversion of H264 extradata | Martin Storsjö | 2014-10-06 | 1 | -30/+12 |
* | sdp: Make opus declaration conform to the spec | Timothy B. Terriberry | 2014-09-29 | 1 | -1/+11 |
* | rtpenc: HEVC/H.265 support | Thomas Volkert | 2014-09-24 | 1 | -0/+6 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -4/+4 |
* | sdp: Check that fmt->oformat is non-null before accessing it | Martin Storsjö | 2014-01-05 | 1 | -1/+1 |
* | sdp: Check theora colorspace before producing the configuration string | Martin Storsjö | 2013-12-14 | 1 | -7/+7 |
* | sdp: Include SRTP crypto params if using the srtp protocol | Martin Storsjö | 2013-01-15 | 1 | -1/+14 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -8/+13 |
* | rtp: Support packetization/depacketization of opus | Martin Storsjö | 2012-10-09 | 1 | -0/+4 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | rtpenc: Add support for packetizing speex | Dmitry Samonenko | 2012-09-26 | 1 | -0/+4 |
* | rtp: Packetization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-23 | 1 | -0/+5 |
* | sdp: Use static const char arrays instead of pointers to strings | Martin Storsjö | 2012-08-28 | 1 | -2/+2 |
* | sdp: Include profile-level-id for H264 | Martin Storsjö | 2012-08-28 | 1 | -0/+12 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -19/+19 |
* | rtpenc: Support packetizing iLBC | Martin Storsjö | 2012-06-18 | 1 | -0/+6 |
* | rtpenc: Allow requesting H264 RTP packetization mode 0 | Martin Storsjö | 2012-06-18 | 1 | -3/+8 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -4/+2 |
* | rtpenc: Allow packetizing H263 according to the old RFC 2190 | Martin Storsjö | 2012-02-23 | 1 | -0/+3 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | lavf: remove disabled FF_API_SDP_CREATE cruft | Anton Khirnov | 2012-01-27 | 1 | -6/+0 |
* | sdp: Restore the original mp4 format h264 extradata if converted | Martin Storsjö | 2011-12-11 | 1 | -0/+17 |
* | rtpenc: Add support for G726 audio | Martin Storsjö | 2011-12-01 | 1 | -0/+8 |
* | lavc: use avpriv_ prefix for ff_split_xiph_headers. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | rtpenc: Add a payload type private option | Rafaël Carré | 2011-09-26 | 1 | -1/+1 |
* | rtp: factorize dynamic payload type fallback | Rafaël Carré | 2011-09-23 | 1 | -3/+0 |
* | sdp: Reindent after the previous commit | Martin Storsjö | 2011-06-10 | 1 | -18/+18 |
* | rtpenc: MP4A-LATM payload support | Juan Carlos Rodriguez | 2011-06-10 | 1 | -0/+78 |
* | sdp: Allow passing an AVFormatContext to the SDP generation | Martin Storsjö | 2011-06-10 | 1 | -5/+6 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | lavf: rename a parameter of av_sdp_create from buff->buf | Anton Khirnov | 2011-04-08 | 1 | -6/+6 |
* | lavf: rename avf_sdp_create to av_sdp_create. | Anton Khirnov | 2011-04-08 | 1 | -2/+9 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-17 | 1 | -1/+2 |
* | sdp: Add a framesize attribute to H.263 SDP descriptions | Martin Storsjö | 2010-12-20 | 1 | -1/+8 |
* | sdp: Conditionally compile code using AF_INET6 | Martin Storsjö | 2010-10-19 | 1 | -0/+2 |
* | sdp: Only specify the TTL for IPv4 addresses | Martin Storsjö | 2010-10-08 | 1 | -1/+3 |
* | Reindent | Martin Storsjö | 2010-10-07 | 1 | -7/+7 |
* | sdp: Don't require the explicit ?multicast option | Martin Storsjö | 2010-10-07 | 1 | -10/+17 |
* | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö | 2010-09-15 | 1 | -0/+6 |
* | Make stub version of ff_sdp_write_media() match its prototype | Andreas Öman | 2010-08-25 | 1 | -2/+1 |
* | Reindent | Martin Storsjö | 2010-08-25 | 1 | -4/+4 |
* | Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4... | Martin Storsjö | 2010-08-25 | 1 | -6/+3 |
* | 10l, add new function parameters to resolve_destination for !config_network too | Martin Storsjö | 2010-08-25 | 1 | -1/+2 |