summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-01Merge commit '2e814d0329aded98c811d0502839618f08642685'Michael Niedermayer2-2/+4
2013-07-31rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö2-2/+4
2012-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-26/+68
2012-11-14rtp: set the payload type as stream idLuca Barbato12-26/+66
2012-10-19Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'Michael Niedermayer9-95/+124
2012-10-18rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö1-2/+13
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-100/+185
2012-07-03misc typo and wording fixesDiego Biurrun9-12/+12
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-140/+244
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö6-5/+7
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-10Fix a bunch of common typos.Diego Biurrun51-82/+83
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-522/+610
2011-09-26rtpenc: Add a payload type private optionRafaël Carré4-5/+18
2011-09-26rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré1-3/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann5-8/+17
2010-08-09rtpenc_xiph: Set the ident value via a defineMartin Storsjö3-7/+13
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-02-28Document ff_rtp_codec_id()Luca Abeni1-0/+9
2009-02-28Fix typo in a commentLuca Abeni1-1/+1
2009-02-28Document ff_rtp_enc_name()Luca Abeni1-0/+10
2009-02-28Document ff_rtp_get_codec_info()Luca Abeni1-0/+12
2009-02-17Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni3-3/+3
2009-02-17Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2-5/+4
2009-02-16Document ff_rtp_get_payload_type()Luca Abeni1-1/+8
2009-02-16Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni4-4/+4
2009-02-06Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2-2/+1
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni15-186/+273
2009-02-06Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje4-7/+10
2009-02-05Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni3-6/+7
2009-01-27Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni12-145/+115
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-13Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni4-15/+15
2008-12-13Remove useless typedefLuca Abeni1-29/+28
2008-12-13Remove unused typesLuca Abeni1-25/+0
2008-10-04Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje4-5/+18
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-01Revert r14497Michael Niedermayer12-14/+0
2008-08-01Add missing header #includes.Diego Biurrun12-0/+14
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-01-06Make AVRtpPayloadTypes static and constantDiego Pettenò2-12/+9
2007-10-26Remove prototype for non-existent functionLuca Abeni1-1/+0
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-09-10rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs5-10/+9
2007-09-10*_protocol are not part of public APIAurelien Jacobs3-13/+7
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
[next]