summaryrefslogtreecommitdiffstats
path: root/libavformat/sdp.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: fix some misspelled wordsJames Almer2016-07-171-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * sdp: fix opus sprop-stereo fmtp syntaxMark Harris2016-03-011-1/+1
* | rtpenc: packetizer for VP9 RTP payload format (draft v2)Thomas Volkert2016-06-131-0/+4
* | rtpenc: packetizer for VC-2 HQ RTP payload format (draft v1)Thomas Volkert2016-05-031-0/+3
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-90/+91
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-87/+87
* | sdp: fix opus sprop-stereo fmtp syntaxMark Harris2016-03-011-1/+1
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | Merge commit 'a505c0d7373336a4cc5aa2022111c46bdd388b1f'Michael Niedermayer2014-12-191-2/+3
|\ \ | |/
| * rtp: Initial H.261 supportThomas Volkert2014-12-181-0/+14
* | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-141-1/+1
* | Merge commit 'e5cfc8fdad901c9487fe896421972852f38bcf5'Michael Niedermayer2014-10-151-2/+106
|\ \ | |/
| * sdp: Provide out of bound parameter sets for HEVC if extradata is setMartin Storsjö2014-10-151-2/+106
* | Merge commit 'b76249443864c88ffb2d41ab8d1de7432e985dc7'Michael Niedermayer2014-10-071-30/+12
|\ \ | |/
| * sdp: Simplify parsing/conversion of H264 extradataMartin Storsjö2014-10-061-30/+12
* | sdp: add support for H.261Thomas Volkert2014-10-041-0/+13
* | Merge commit 'a05f5052fef3b3743fab7846da12861d8a8098ec'Michael Niedermayer2014-09-291-1/+11
|\ \ | |/
| * sdp: Make opus declaration conform to the specTimothy B. Terriberry2014-09-291-1/+11
* | Merge commit 'ddf5fb71ee9c8b2d9a23c0f661a84896cd7050fc'Michael Niedermayer2014-09-251-0/+6
|\ \ | |/
| * rtpenc: HEVC/H.265 supportThomas Volkert2014-09-241-0/+6
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-4/+4
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-4/+4
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-051-1/+1
|\ \ | |/
| * sdp: Check that fmt->oformat is non-null before accessing itMartin Storsjö2014-01-051-1/+1
* | Merge commit '6451c8853a07ff2e28bda950fb5e83fcf88c5cf4'Michael Niedermayer2013-12-141-8/+7
|\ \ | |/
| * sdp: Check theora colorspace before producing the configuration stringMartin Storsjö2013-12-141-7/+7
* | avformat/sdp: fix memleak on errorMichael Niedermayer2013-12-131-0/+1
* | Merge commit '094a7405e5d8463d7d167d893e04934ec1a84ecd'Michael Niedermayer2013-01-151-1/+14
|\ \ | |/
| * sdp: Include SRTP crypto params if using the srtp protocolMartin Storsjö2013-01-151-1/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-151-8/+13
|\ \ | |/
| * rtp: set the payload type as stream idLuca Barbato2012-11-141-8/+13
* | sdp: output speex optional vbr parameterDmitry Samonenko2012-10-131-0/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-091-0/+4
|\ \ | |/
| * rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-091-0/+4
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-271-1/+1
|\ \ | |/
| * rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-261-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-241-0/+5
|\ \ | |/
| * rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-231-0/+5
* | Add initial support for speex RTP packetization (RFC 5574)Dmitry Samonenko2012-09-231-0/+4
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-1/+13
|\ \ | |/
| * sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-281-2/+2
| * sdp: Include profile-level-id for H264Martin Storsjö2012-08-281-0/+12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-19/+19
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-19/+19
OpenPOWER on IntegriCloud