summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-05rtp: Make ff_rtp_codec_id() case insensitiveWei-Cheng Pan1-1/+2
2013-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-6/+6
2013-02-01Use proper "" quotes for local header #includesDiego Biurrun3-3/+3
2013-01-24Merge commit '4a4a7e138c92901e04db46a6b05cc6948023e5f5'Michael Niedermayer2-2/+2
2013-01-24Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c'Michael Niedermayer2-1/+2
2013-01-24rtp: Make sure the output format pointer is setMartin Storsjö1-1/+1
2013-01-23rtp: Make sure priv_data is set before reading itMartin Storsjö1-1/+1
2013-01-12Merge commit 'c44784c9bb9d0ddf5d39d0dfa640816a57b8f457'Michael Niedermayer1-31/+25
2013-01-11rtp: Rename a static variable to normal naming conventionsMartin Storsjö1-24/+24
2013-01-11rtp: Cosmetic cleanupMartin Storsjö1-10/+4
2012-12-21Merge commit 'a925f723a915bc0255e2673f8817af5212131763'Michael Niedermayer3-5/+5
2012-12-20rtp: Don't read priv_data unless it is allocatedMartin Storsjö1-1/+1
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-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-15/+52
2012-07-23rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino1-3/+11
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer10-1/+2462
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö7-4/+126
2011-10-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-71/+398
2011-10-17rtp: Fix ff_rtp_get_payload_typeMartin Storsjö1-1/+2
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-3039/+3709
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov7-34/+35
2011-09-29Add the G723.1 demuxer and decoderMohamed Naufal Basheer9-2/+1172
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-522/+610
2011-09-26rtp: Simplify ff_rtp_get_payload_typeRafaël Carré1-14/+11
2011-09-26rtpenc: Add a payload type private optionRafaël Carré4-5/+18
2011-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-66/+78
2011-09-23rtp: factorize dynamic payload type fallbackRafaël Carré3-6/+5
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-09-15Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö4-1/+26
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-01-11Remove the inclusion of unneeded headersLuca Abeni1-4/+0
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-07Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni1-0/+2
2009-02-17Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni3-3/+3
2009-02-16Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni4-4/+4
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-06-24Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni1-2/+2
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-03-31Add a comment about missing entriesLuca Abeni1-0/+5
2008-03-31Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni1-1/+1
2008-03-31Remove useless entries from AVRtpPayloadTypesLuca Abeni1-104/+0
2008-03-31Support mp3 audio in the RTP muxerLuca Abeni1-0/+1
2008-01-06Make AVRtpPayloadTypes static and constantDiego Pettenò2-12/+9
2008-01-04Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni3-330/+357
[next]