summaryrefslogtreecommitdiffstats
path: root/libavformat/rtp.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-14/+14
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-14/+14
* | rtp: Make ff_rtp_codec_id() case insensitiveWei-Cheng Pan2013-08-051-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-011-1/+1
|\ \ | |/
| * Use proper "" quotes for local header #includesDiego Biurrun2013-02-011-1/+1
* | Merge commit '4a4a7e138c92901e04db46a6b05cc6948023e5f5'Michael Niedermayer2013-01-241-1/+1
|\ \ | |/
| * rtp: Make sure the output format pointer is setMartin Storsjö2013-01-241-1/+1
* | Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c'Michael Niedermayer2013-01-241-1/+1
|\ \ | |/
| * rtp: Make sure priv_data is set before reading itMartin Storsjö2013-01-231-1/+1
* | Merge commit 'c44784c9bb9d0ddf5d39d0dfa640816a57b8f457'Michael Niedermayer2013-01-121-31/+25
|\ \ | |/
| * rtp: Rename a static variable to normal naming conventionsMartin Storsjö2013-01-121-24/+24
| * rtp: Cosmetic cleanupMartin Storsjö2013-01-121-10/+4
* | Merge commit 'a925f723a915bc0255e2673f8817af5212131763'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * rtp: Don't read priv_data unless it is allocatedMartin Storsjö2012-12-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-151-2/+6
|\ \ | |/
| * rtp: set the payload type as stream idLuca Barbato2012-11-141-2/+6
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-33/+33
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-33/+33
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-241-3/+11
|\ \ | |/
| * rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino2012-07-241-3/+11
| * G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-1/+3
|\ \ | |/
| * rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-231-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-181-1/+2
|\ \ | |/
| * rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-171-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-3/+3
|\ \ | |/
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-3/+3
* | Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-9/+15
|\ \ | |/
| * rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-261-14/+11
| * rtpenc: Add a payload type private optionRafaël Carré2011-09-261-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-0/+5
|\ \ | |/
| * rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-231-0/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-151-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-29/+29
* Remove the inclusion of unneeded headersLuca Abeni2010-01-111-4/+0
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni2009-04-071-0/+2
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-171-1/+1
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-161-1/+1
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-271-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-241-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Add a comment about missing entriesLuca Abeni2008-03-311-0/+5
* Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni2008-03-311-1/+1
* Remove useless entries from AVRtpPayloadTypesLuca Abeni2008-03-311-104/+0
* Support mp3 audio in the RTP muxerLuca Abeni2008-03-311-0/+1
OpenPOWER on IntegriCloud