| Commit message (Expand) | Author | Age | Files | Lines |
* | sdp: Include SRTP crypto params if using the srtp protocol | Martin Storsjö | 2013-01-15 | 1 | -1/+14 |
* | lavf: Add a protocol for SRTP encryption/decryption | Martin Storsjö | 2013-01-15 | 4 | -2/+148 |
* | rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) | Martin Storsjö | 2013-01-15 | 6 | -3/+37 |
* | lavf: Add functions for SRTP decryption/encryption | Martin Storsjö | 2013-01-15 | 2 | -0/+345 |
* | nutdec: Always return a value from nut_read_timestamp() | Diego Biurrun | 2013-01-15 | 1 | -1/+1 |
* | oggparsetheora: fix comment header parsing | Giorgio Vazzana | 2013-01-14 | 1 | -1/+1 |
* | nut: support vp9 tag | Luca Barbato | 2013-01-14 | 1 | -0/+1 |
* | mkv: support vp9 tag | Tom Finegan | 2013-01-14 | 1 | -0/+1 |
* | rtpdec: Make variables that should wrap unsigned | Martin Storsjö | 2013-01-14 | 1 | -3/+3 |
* | rtpdec: Handle more received packets than expected when sending RR | Martin Storsjö | 2013-01-14 | 1 | -1/+1 |
* | rtpdec: Simplify insertion into the linked list queue | Martin Storsjö | 2013-01-14 | 1 | -10/+6 |
* | rtpdec: Remove a woefully misplaced comment | Martin Storsjö | 2013-01-14 | 1 | -1/+0 |
* | rtmpproto: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | lavf: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | 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 |