| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/sdp: add const qualifiers where appropriate | Anton Khirnov | 2021-12-17 | 1 | -2/+2 |
* | lavf: Constify AVOutputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -14/+14 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -14/+14 |
* | | rtp: Make ff_rtp_codec_id() case insensitive | Wei-Cheng Pan | 2013-08-05 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-01 | 1 | -1/+1 |
|\| |
|
| * | Use proper "" quotes for local header #includes | Diego Biurrun | 2013-02-01 | 1 | -1/+1 |
* | | Merge commit '4a4a7e138c92901e04db46a6b05cc6948023e5f5' | Michael Niedermayer | 2013-01-24 | 1 | -1/+1 |
|\| |
|
| * | rtp: Make sure the output format pointer is set | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | | Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c' | Michael Niedermayer | 2013-01-24 | 1 | -1/+1 |
|\| |
|
| * | rtp: Make sure priv_data is set before reading it | Martin Storsjö | 2013-01-23 | 1 | -1/+1 |
* | | Merge commit 'c44784c9bb9d0ddf5d39d0dfa640816a57b8f457' | Michael Niedermayer | 2013-01-12 | 1 | -31/+25 |
|\| |
|
| * | rtp: Rename a static variable to normal naming conventions | Martin Storsjö | 2013-01-12 | 1 | -24/+24 |
| * | rtp: Cosmetic cleanup | Martin Storsjö | 2013-01-12 | 1 | -10/+4 |
* | | Merge commit 'a925f723a915bc0255e2673f8817af5212131763' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\| |
|
| * | rtp: Don't read priv_data unless it is allocated | Martin Storsjö | 2012-12-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-15 | 1 | -2/+6 |
|\| |
|
| * | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -2/+6 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -33/+33 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -33/+33 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-24 | 1 | -3/+11 |
|\| |
|
| * | rtp: Only choose static payload types if the sample rate and channels are right | Adriano Pallavicino | 2012-07-24 | 1 | -3/+11 |
| * | G.723.1 demuxer and decoder | Mohamed Naufal Basheer | 2012-07-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -1/+3 |
|\| |
|
| * | rtpenc: Allow packetizing H263 according to the old RFC 2190 | Martin Storsjö | 2012-02-23 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -1/+2 |
|\| |
|
| * | rtp: Fix ff_rtp_get_payload_type | Martin Storsjö | 2011-10-17 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -3/+3 |
|\| |
|
| * | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 1 | -3/+3 |
* | | Add the G723.1 demuxer and decoder | Mohamed Naufal Basheer | 2011-09-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -9/+15 |
|\| |
|
| * | rtp: Simplify ff_rtp_get_payload_type | Rafaël Carré | 2011-09-26 | 1 | -14/+11 |
| * | rtpenc: Add a payload type private option | Rafaël Carré | 2011-09-26 | 1 | -1/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -0/+5 |
|\| |
|
| * | rtp: factorize dynamic payload type fallback | Rafaël Carré | 2011-09-23 | 1 | -0/+5 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö | 2010-09-15 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -29/+29 |
* | Remove the inclusion of unneeded headers | Luca Abeni | 2010-01-11 | 1 | -4/+0 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Do not return payload type 34 for H.263 (it is deprecated) | Luca Abeni | 2009-04-07 | 1 | -0/+2 |
* | Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not | Luca Abeni | 2009-02-17 | 1 | -1/+1 |
* | Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not | Luca Abeni | 2009-02-16 | 1 | -1/+1 |
* | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni | 2009-01-27 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP | Luca Abeni | 2008-06-24 | 1 | -2/+2 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | Add a comment about missing entries | Luca Abeni | 2008-03-31 | 1 | -0/+5 |
* | Use the correct size for the enc_name field (removing the arbitrary "50" size) | Luca Abeni | 2008-03-31 | 1 | -1/+1 |
* | Remove useless entries from AVRtpPayloadTypes | Luca Abeni | 2008-03-31 | 1 | -104/+0 |