summaryrefslogtreecommitdiffstats
path: root/libavformat/rtp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* 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
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-101-3/+0
* *_protocol are not part of public APIAurelien Jacobs2007-09-101-2/+0
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris2007-03-051-1/+1
* Doxygenize the unaltered comments for the rtp_payload_data_s struct.Panagiotis Issaris2007-03-051-1/+1
* Doxygenize the unaltered comments for the RTP_MAX_SDES definition.Panagiotis Issaris2007-03-051-1/+1
* Doxygenize the existing comments without altering the actual contents of thePanagiotis Issaris2007-03-051-1/+1
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-0/+6
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-0/+2
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-221-1/+1
* Missing prototype addedLuca Barbato2007-01-291-0/+1
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-271-1/+1
* Add support for H264 over RTPRyan Martell2006-10-261-9/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* RTCP_* conflict with live.com and they seem not to be used anywhere so commen...Michael Niedermayer2005-06-281-0/+2
OpenPOWER on IntegriCloud