summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-01
* rtp: Make sure the output format pointer is setMartin Storsjö2013-01-24
* rtp: Make sure priv_data is set before reading itMartin Storsjö2013-01-23
* rtp: Rename a static variable to normal naming conventionsMartin Storsjö2013-01-12
* rtp: Cosmetic cleanupMartin Storsjö2013-01-12
* rtp: Don't read priv_data unless it is allocatedMartin Storsjö2012-12-20
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 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
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-23
* rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-17
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-26
* rtpenc: Add a payload type private optionRafaël Carré2011-09-26
* 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
* Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni2007-09-10
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06