summaryrefslogtreecommitdiff
path: root/libavformat/rtp.h
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö2013-07-31
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö2012-10-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* misc typo and wording fixesDiego Biurrun2012-07-03
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-16
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* 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
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
* *_protocol are not part of public APIAurelien Jacobs2007-09-10
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris2007-03-05
* Doxygenize the unaltered comments for the rtp_payload_data_s struct.Panagiotis Issaris2007-03-05
* Doxygenize the unaltered comments for the RTP_MAX_SDES definition.Panagiotis Issaris2007-03-05
* Doxygenize the existing comments without altering the actual contents of thePanagiotis Issaris2007-03-05
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-22
* Missing prototype addedLuca Barbato2007-01-29