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
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-02-23
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2013-08-01
Merge commit '2e814d0329aded98c811d0502839618f08642685'
Michael Niedermayer
2013-07-31
rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps
Martin Storsjö
2012-11-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-11-14
rtp: set the payload type as stream id
Luca Barbato
2012-10-19
Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'
Michael Niedermayer
2012-10-18
rtp: Update the check for distinguishing between RTP and RTCP
Martin Storsjö
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-03
misc typo and wording fixes
Diego Biurrun
2012-02-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-16
rtp: Factorize the check for distinguishing RTCP packets from RTP
Martin Storsjö
2011-12-12
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-11
Fix a bunch of common typos.
Diego Biurrun
2011-09-27
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-26
rtpenc: Add a payload type private option
Rafaël Carré
2011-09-26
rtp: Correct ff_rtp_get_payload_type documentation
Rafaël Carré
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
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
[next]