| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpdec: Send a valid "delay since SR" value in the RTCP RR packets | Martin Storsjö | 2013-01-12 | 2 | -2/+4 |
* | rtpdec: Calculate and report packet reception jitter | Martin Storsjö | 2013-01-12 | 1 | -0/+28 |
* | rtpdec: Fix the calculation of expected number of packets | Martin Storsjö | 2013-01-12 | 1 | -1/+1 |
* | rtpdec: Remove a useless todo comment | Martin Storsjö | 2013-01-12 | 1 | -1/+1 |
* | rtsp: Remove an outdated comment | Martin Storsjö | 2013-01-12 | 1 | -4/+0 |
* | rtsp: Remove references to weirdly named variables in other files | Martin Storsjö | 2013-01-12 | 1 | -3/+1 |
* | 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 |
* | matroska: Fix use after free | Dale Curtis | 2013-01-11 | 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: Add a terminating null byte at the end of the SDES/CNAME | Martin Storsjö | 2013-01-10 | 1 | -2/+3 |
* | yuv4mpeg: do not use deprecated functions | Luca Barbato | 2013-01-09 | 1 | -2/+4 |
* | oggdec: fix faulty cleanup prototype | Luca Barbato | 2013-01-09 | 1 | -1/+1 |
* | idcin: return 0 from idcin_read_packet() on success. | Justin Ruggles | 2013-01-09 | 1 | -1/+1 |
* | idcin: better error handling | Justin Ruggles | 2013-01-09 | 1 | -4/+27 |
* | idcin: check for integer overflow when calling av_get_packet() | Justin Ruggles | 2013-01-09 | 1 | -0/+4 |
* | idcin: allow seeking back to the first packet | Justin Ruggles | 2013-01-09 | 1 | -0/+21 |
* | idcin: set AV_PKT_FLAG_KEY for video packets with a palette | Justin Ruggles | 2013-01-09 | 1 | -0/+1 |
* | idcin: set start_time and packet duration instead of manually tracking pts. | Justin Ruggles | 2013-01-09 | 1 | -8/+7 |
* | idcin: set channel_layout | Justin Ruggles | 2013-01-09 | 1 | -0/+3 |
* | idcin: fix check for presence of an audio stream | Justin Ruggles | 2013-01-09 | 1 | -4/+6 |
* | idcin: validate header parameters | Justin Ruggles | 2013-01-09 | 1 | -0/+19 |
* | au: remove unnecessary casts | Justin Ruggles | 2013-01-09 | 1 | -2/+2 |
* | au: return AVERROR codes instead of -1 | Justin Ruggles | 2013-01-09 | 1 | -5/+6 |
* | au: cosmetics: pretty-print and remove pointless comments | Justin Ruggles | 2013-01-09 | 1 | -50/+46 |
* | au: use ff_raw_write_packet() | Justin Ruggles | 2013-01-09 | 2 | -9/+4 |
* | au: set stream start time and packet durations | Justin Ruggles | 2013-01-09 | 1 | -0/+3 |
* | au: use %u when printing id and channels since they are unsigned | Justin Ruggles | 2013-01-09 | 1 | -2/+2 |
* | au: validate sample rate | Justin Ruggles | 2013-01-09 | 1 | -0/+5 |
* | au: move skipping of unused data to before parameter validation | Justin Ruggles | 2013-01-09 | 1 | -5/+5 |
* | au: do not arbitrarily limit channel count | Justin Ruggles | 2013-01-09 | 1 | -3/+3 |
* | au: do not set pkt->size directly | Justin Ruggles | 2013-01-09 | 1 | -3/+0 |
* | au: set block_align and use it in au_read_packet() | Justin Ruggles | 2013-01-09 | 1 | -3/+3 |
* | au: set bit rate | Justin Ruggles | 2013-01-09 | 1 | -0/+1 |
* | au: validate bits-per-sample separately from codec tag | Justin Ruggles | 2013-01-09 | 1 | -1/+8 |
* | rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT | Martin Storsjö | 2013-01-09 | 1 | -0/+5 |
* | oggenc: add a page_duration option and deprecate the pagesize option | Justin Ruggles | 2013-01-08 | 1 | -7/+42 |
* | rtpdec_vp8: Request a keyframe if RTP packets are lost | Martin Storsjö | 2013-01-08 | 1 | -1/+27 |
* | rtpdec: Support sending RTCP feedback packets | Martin Storsjö | 2013-01-08 | 5 | -1/+113 |
* | rtpdec: Store the dynamic payload handler in the rtpdec context | Martin Storsjö | 2013-01-08 | 2 | -9/+10 |
* | 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 |
* | hlsenc: Make the start_number option set the right variable | Kanglin | 2013-01-08 | 1 | -1/+1 |
* | rtsp: Respect max_delay for the reordering queue when using custom IO | Martin Storsjö | 2013-01-08 | 1 | -1/+5 |
* | rtsp: Recheck the reordering queue if getting a new packet | Martin Storsjö | 2013-01-08 | 1 | -2/+6 |
* | xwma: Remove unused variable | Benjamin Larsson | 2013-01-07 | 1 | -1/+1 |
* | asfdec: Fix printf format string length modifier | Diego Biurrun | 2013-01-07 | 1 | -1/+1 |
* | oggdec: make sure the private parse data is cleaned up | Luca Barbato | 2013-01-06 | 3 | -0/+16 |