index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtp.h
Age
Commit message (
Expand
)
Author
2010-08-25
rtp: Replace hardcoded RTCP packet types with defines
Josh Allmann
2010-08-09
rtpenc_xiph: Set the ident value via a define
Martin Storsjö
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-02-28
Document ff_rtp_codec_id()
Luca Abeni
2009-02-28
Fix typo in a comment
Luca Abeni
2009-02-28
Document ff_rtp_enc_name()
Luca Abeni
2009-02-28
Document ff_rtp_get_codec_info()
Luca Abeni
2009-02-17
Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not
Luca Abeni
2009-02-17
Move to rtp.h the prototypes of all the functions defined in rtp.c
Luca Abeni
2009-02-16
Document ff_rtp_get_payload_type()
Luca Abeni
2009-02-16
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not
Luca Abeni
2009-02-06
Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore
Luca Abeni
2009-02-06
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
Luca Abeni
2009-02-06
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument
Ronald S. Bultje
2009-02-05
Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c
Luca Abeni
2009-01-27
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
Luca Abeni
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-12-13
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
Luca Abeni
2008-12-13
Remove useless typedef
Luca Abeni
2008-12-13
Remove unused types
Luca Abeni
2008-10-04
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque
Ronald S. Bultje
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-01
Revert r14497
Michael Niedermayer
2008-08-01
Add missing header #includes.
Diego Biurrun
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-01-06
Make AVRtpPayloadTypes static and constant
Diego Pettenò
2007-10-26
Remove prototype for non-existent function
Luca Abeni
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-09-10
rtp and rtsp demuxer declarations are not part of public API
Aurelien Jacobs
2007-09-10
*_protocol are not part of public API
Aurelien Jacobs
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-03-05
Doxygenize the unaltered comments for the AUHeaders structure.
Panagiotis Issaris
2007-03-05
Doxygenize the unaltered comments for the rtp_payload_data_s struct.
Panagiotis Issaris
2007-03-05
Doxygenize the unaltered comments for the RTP_MAX_SDES definition.
Panagiotis Issaris
2007-03-05
Doxygenize the existing comments without altering the actual contents of the
Panagiotis Issaris
2007-03-04
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
Move rtp_get_payload_type()'s unaltered comments to the header file.
Panagiotis Issaris
2007-02-22
cosmetics: fix usefuLL --> usefuL typo
Diego Biurrun
2007-01-29
Missing prototype added
Luca Barbato
2006-10-27
make ffmpeg able to send back a RTCP receiver report.
Thijs
2006-10-26
Add support for H264 over RTP
Ryan Martell
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-06-28
RTCP_* conflict with live.com and they seem not to be used anywhere so commen...
Michael Niedermayer
2005-05-26
RTP/RTSP and MPEG4-AAC audio
Romain Degez
2003-10-29
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...
Fabrice Bellard
2002-11-25
renamed libav to libavformat
Fabrice Bellard