summaryrefslogtreecommitdiff
path: root/libavformat/rtp.h
Commit message (Expand)AuthorAge
* lavf/sdp: add const qualifiers where appropriateAnton Khirnov2021-12-17
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit '2e814d0329aded98c811d0502839618f08642685'Michael Niedermayer2013-08-01
|\|
| * rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö2013-07-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-15
|\|
| * rtp: set the payload type as stream idLuca Barbato2012-11-14
* | Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'Michael Niedermayer2012-10-19
|\|
| * rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö2012-10-18
* | 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-04
|\|
| * misc typo and wording fixesDiego Biurrun2012-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-17
|\|
| * rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * rtpenc: Add a payload type private optionRafaël Carré2011-09-26
| * rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-09
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Document ff_rtp_codec_id()Luca Abeni2009-02-28
* Fix typo in a commentLuca Abeni2009-02-28
* Document ff_rtp_enc_name()Luca Abeni2009-02-28
* Document ff_rtp_get_codec_info()Luca Abeni2009-02-28
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-17
* Document ff_rtp_get_payload_type()Luca Abeni2009-02-16
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-06
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-06
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-05
* 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
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-13
* Remove useless typedefLuca Abeni2008-12-13
* Remove unused typesLuca Abeni2008-12-13
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Revert r14497Michael Niedermayer2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-06
* Remove prototype for non-existent functionLuca Abeni2007-10-26
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17