| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -3/+3 |
* | lavf/rtpdec*: Constify all RTPDynamicProtocolHandler. | Carl Eugen Hoyos | 2018-02-14 | 1 | -2/+2 |
* | 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 '78791c086bcaf9eb084c27555b31fea8bbb7624a' | Michael Niedermayer | 2015-02-25 | 1 | -7/+6 |
|\| |
|
| * | rtpdec: Use .init instead of .alloc to set default values | Martin Storsjö | 2015-02-24 | 1 | -7/+6 |
* | | Merge commit 'ec96a89c3e507cf0fb1f2b159b28a53f2bad9a74' | Michael Niedermayer | 2015-02-24 | 1 | -2/+2 |
|\| |
|
| * | rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions | Martin Storsjö | 2015-02-24 | 1 | -2/+2 |
* | | Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8' | Michael Niedermayer | 2015-02-24 | 1 | -7/+0 |
|\| |
|
| * | rtpdec: Get rid of all trivial .alloc/.free functions | Martin Storsjö | 2015-02-24 | 1 | -7/+0 |
* | | Merge commit 'fe414059ec1fe8237574bed34cdaa8ac3893917b' | Michael Niedermayer | 2015-02-24 | 1 | -1/+2 |
|\| |
|
| * | rtpdec_amr: Use the common indentation style | Martin Storsjö | 2015-02-24 | 1 | -1/+2 |
* | | Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c' | Michael Niedermayer | 2014-07-09 | 1 | -4/+5 |
|\| |
|
| * | rtpdec: pass an AVFormatContext to ff_parse_fmtp() | Anton Khirnov | 2014-07-09 | 1 | -4/+5 |
* | | Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59' | Michael Niedermayer | 2012-12-21 | 1 | -7/+4 |
|\| |
|
| * | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -7/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-13 | 1 | -0/+2 |
|\| |
|
| * | rtpdec_amr: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-08 | 1 | -0/+3 |
|\| |
|
| * | rtsp: Don't expose the MS-RTSP RTX data stream to the caller | Martin Storsjö | 2012-04-08 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -4/+4 |
|\| |
|
| * | rtp: Rename the open/close functions to alloc/free | Martin Storsjö | 2011-04-24 | 1 | -4/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file | Martin Storsjö | 2010-07-30 | 1 | -1/+1 |
* | Reindent | Josh Allmann | 2010-06-28 | 1 | -17/+17 |
* | rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer | Josh Allmann | 2010-06-28 | 1 | -29/+51 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Interpret valueless attributes in AMR ftmp lines as being 1 | Martin Storsjö | 2010-03-22 | 1 | -0/+9 |
* | Prefix non-static RTSP functions with ff_. | Ronald S. Bultje | 2010-02-23 | 1 | -1/+1 |
* | RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. | Ronald S. Bultje | 2010-02-10 | 1 | -0/+177 |