| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -4/+4 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -4/+4 |
* | | Merge commit '2e814d0329aded98c811d0502839618f08642685' | Michael Niedermayer | 2013-08-01 | 1 | -0/+3 |
|\| |
|
| * | rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps | Martin Storsjö | 2013-07-31 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-15 | 1 | -2/+7 |
|\| |
|
| * | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -2/+7 |
* | | Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2' | Michael Niedermayer | 2012-10-19 | 1 | -2/+13 |
|\| |
|
| * | rtp: Update the check for distinguishing between RTP and RTCP | Martin Storsjö | 2012-10-18 | 1 | -2/+13 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -1/+1 |
|\| |
|
| * | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-17 | 1 | -0/+2 |
|\| |
|
| * | rtp: Factorize the check for distinguishing RTCP packets from RTP | Martin Storsjö | 2012-02-16 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\| |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -5/+5 |
|\| |
|
| * | rtpenc: Add a payload type private option | Rafaël Carré | 2011-09-26 | 1 | -2/+4 |
| * | rtp: Correct ff_rtp_get_payload_type documentation | Rafaël Carré | 2011-09-26 | 1 | -3/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann | 2010-08-25 | 1 | -0/+9 |
* | rtpenc_xiph: Set the ident value via a define | Martin Storsjö | 2010-08-09 | 1 | -0/+6 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Document ff_rtp_codec_id() | Luca Abeni | 2009-02-28 | 1 | -0/+9 |
* | Fix typo in a comment | Luca Abeni | 2009-02-28 | 1 | -1/+1 |
* | Document ff_rtp_enc_name() | Luca Abeni | 2009-02-28 | 1 | -0/+10 |
* | Document ff_rtp_get_codec_info() | Luca Abeni | 2009-02-28 | 1 | -0/+12 |
* | Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not | Luca Abeni | 2009-02-17 | 1 | -1/+1 |
* | Move to rtp.h the prototypes of all the functions defined in rtp.c | Luca Abeni | 2009-02-17 | 1 | -0/+4 |
* | Document ff_rtp_get_payload_type() | Luca Abeni | 2009-02-16 | 1 | -1/+8 |
* | Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not | Luca Abeni | 2009-02-16 | 1 | -1/+1 |
* | Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore | Luca Abeni | 2009-02-06 | 1 | -2/+0 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -161/+0 |
* | Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument | Ronald S. Bultje | 2009-02-06 | 1 | -1/+3 |
* | Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c | Luca Abeni | 2009-02-05 | 1 | -0/+1 |
* | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni | 2009-01-27 | 1 | -0/+105 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Rename rtp_payload_data_t to avoid clashes with the POSIX namespace | Luca Abeni | 2008-12-13 | 1 | -3/+3 |
* | Remove useless typedef | Luca Abeni | 2008-12-13 | 1 | -29/+28 |
* | Remove unused types | Luca Abeni | 2008-12-13 | 1 | -25/+0 |
* | Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque | Ronald S. Bultje | 2008-10-04 | 1 | -0/+5 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Revert r14497 | Michael Niedermayer | 2008-08-01 | 1 | -1/+0 |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 1 | -0/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Make AVRtpPayloadTypes static and constant | Diego Pettenò | 2008-01-06 | 1 | -11/+0 |
* | Remove prototype for non-existent function | Luca Abeni | 2007-10-26 | 1 | -1/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | rtp and rtsp demuxer declarations are not part of public API | Aurelien Jacobs | 2007-09-10 | 1 | -3/+0 |
* | *_protocol are not part of public API | Aurelien Jacobs | 2007-09-10 | 1 | -2/+0 |