summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
Commit message (Expand)AuthorAge
* Merge commit 'a925f723a915bc0255e2673f8817af5212131763'Michael Niedermayer2012-12-21
|\
| * rtp: Don't read priv_data unless it is allocatedMartin Storsjö2012-12-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-15
|\|
| * rtp: set the payload type as stream idLuca Barbato2012-11-14
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-24
|\|
| * rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino2012-07-24
| * G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-18
|\|
| * rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* | Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-26
| * rtpenc: Add a payload type private optionRafaël Carré2011-09-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-23
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove the inclusion of unneeded headersLuca Abeni2010-01-11
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni2009-04-07
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-24
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add a comment about missing entriesLuca Abeni2008-03-31
* Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni2008-03-31
* Remove useless entries from AVRtpPayloadTypesLuca Abeni2008-03-31
* Support mp3 audio in the RTP muxerLuca Abeni2008-03-31
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-06
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-04
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-04
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-05
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-05
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-24
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-14
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-10