| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpdec: Initialize some variables to silence compiler warnings | Martin Storsjö | 2013-03-02 | 1 | -1/+1 |
* | rtpdec_vp8: Don't trim too much data from broken frames | Martin Storsjö | 2013-01-10 | 1 | -4/+2 |
* | rtpdec_vp8: Simplify code by using an existing helper function | Martin Storsjö | 2013-01-10 | 1 | -5/+2 |
* | rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT | Martin Storsjö | 2013-01-09 | 1 | -0/+5 |
* | rtpdec_vp8: Request a keyframe if RTP packets are lost | Martin Storsjö | 2013-01-08 | 1 | -1/+27 |
* | rtpdec_vp8: Avoid a warning about a possibly unused variable | Martin Storsjö | 2013-01-08 | 1 | -1/+1 |
* | rtpdec_vp8: Make sure the previous packet is returned | Martin Storsjö | 2013-01-08 | 1 | -4/+5 |
* | rtpdec_vp8: Set the timestamp when returning a deferred packet | Martin Storsjö | 2013-01-08 | 1 | -0/+1 |
* | rtpdec_vp8: Don't return known-broken packets | Martin Storsjö | 2012-12-21 | 1 | -21/+149 |
* | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -7/+4 |
* | rtpdec_vp8: Cosmetics: Fix bad alignment/indentation | Martin Storsjö | 2012-12-16 | 1 | -2/+2 |
* | rtpdec_vp8: Don't parse fields that aren't used | Martin Storsjö | 2012-11-02 | 1 | -19/+6 |
* | rtpdec: factorize identical code used in several handlers | Anton Khirnov | 2012-11-02 | 1 | -10/+3 |
* | rtpdec_vp8: Make the depacketizer implement the latest spec draft | Martin Storsjö | 2012-10-08 | 1 | -53/+64 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun | 2011-07-15 | 1 | -1/+1 |
* | rtp: Rename the open/close functions to alloc/free | Martin Storsjö | 2011-04-24 | 1 | -2/+2 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | RTP/VP8: Update the warning about the VP8 payload | Martin Storsjö | 2010-12-05 | 1 | -1/+2 |
* | Add RTP depacketization of VP8 | Josh Allmann | 2010-08-16 | 1 | -0/+153 |