summaryrefslogtreecommitdiff
path: root/libavformat/rtp.h
Commit message (Expand)AuthorAgeFilesLines
* lavf/sdp: add const qualifiers where appropriateAnton Khirnov2021-12-171-2/+2
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-2/+4
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-4/+4
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-4/+4
* | Merge commit '2e814d0329aded98c811d0502839618f08642685'Michael Niedermayer2013-08-011-0/+3
|\ \ | |/
| * rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö2013-07-311-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-151-2/+7
|\ \ | |/
| * rtp: set the payload type as stream idLuca Barbato2012-11-141-2/+7
* | Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'Michael Niedermayer2012-10-191-2/+13
|\ \ | |/
| * rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö2012-10-181-2/+13
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-1/+1
|\ \ | |/
| * misc typo and wording fixesDiego Biurrun2012-07-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-0/+2
|\ \ | |/
| * rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-161-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-5/+5
|\ \ | |/
| * rtpenc: Add a payload type private optionRafaël Carré2011-09-261-2/+4
| * rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-261-3/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-251-0/+9
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-091-0/+6
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Document ff_rtp_codec_id()Luca Abeni2009-02-281-0/+9
* Fix typo in a commentLuca Abeni2009-02-281-1/+1
* Document ff_rtp_enc_name()Luca Abeni2009-02-281-0/+10
* Document ff_rtp_get_codec_info()Luca Abeni2009-02-281-0/+12
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-171-1/+1
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-171-0/+4
* Document ff_rtp_get_payload_type()Luca Abeni2009-02-161-1/+8
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-161-1/+1
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-061-2/+0
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-161/+0
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-061-1/+3
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-051-0/+1
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-271-0/+105
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-131-3/+3
* Remove useless typedefLuca Abeni2008-12-131-29/+28
* Remove unused typesLuca Abeni2008-12-131-25/+0
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-041-0/+5
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Revert r14497Michael Niedermayer2008-08-011-1/+0
* Add missing header #includes.Diego Biurrun2008-08-011-0/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-061-11/+0
* Remove prototype for non-existent functionLuca Abeni2007-10-261-1/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3