| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: Check the return value from getsockopt | Martin Storsjö | 2012-06-19 | 1 | -1/+2 |
* | network: Use av_strerror for getting error messages | Martin Storsjö | 2012-06-19 | 2 | -14/+23 |
* | udp: Properly print error from getnameinfo | Martin Storsjö | 2012-06-19 | 1 | -2/+3 |
* | mmst: Use AVUNERROR() to convert error codes to the right range for strerror | Martin Storsjö | 2012-06-19 | 1 | -5/+5 |
* | network: Pass pointers of the right type to get/setsockopt/ioctlsocket on win... | Martin Storsjö | 2012-06-19 | 2 | -1/+4 |
* | rtmp: Reduce the number of idle posts sent by sleeping 50ms | Samuel Pitoiset | 2012-06-19 | 1 | -0/+13 |
* | flvdec: remove incomplete, disabled seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -30/+0 |
* | http: replace atoll() with strtoll() | Ronald S. Bultje | 2012-06-19 | 1 | -3/+3 |
* | mpegts: remove unused/incomplete/broken seeking code | Ronald S. Bultje | 2012-06-19 | 1 | -96/+0 |
* | rtpenc: Support packetizing iLBC | Martin Storsjö | 2012-06-18 | 3 | -1/+51 |
* | rtpdec: Add a depacketizer for iLBC | Martin Storsjö | 2012-06-18 | 5 | -1/+77 |
* | Implement the iLBC storage file format | Martin Storsjö | 2012-06-18 | 4 | -2/+146 |
* | mov: Support muxing/demuxing iLBC | Martin Storsjö | 2012-06-18 | 3 | -1/+4 |
* | rtmp: Don't send every flv packet in a separate HTTP request in RTMPT | Samuel Pitoiset | 2012-06-18 | 2 | -1/+9 |
* | rtsp: Send mode=record instead of mode=receive | Martin Storsjö | 2012-06-18 | 1 | -1/+1 |
* | rtpenc: Allow requesting H264 RTP packetization mode 0 | Martin Storsjö | 2012-06-18 | 4 | -4/+17 |
* | RTMPT protocol support | Samuel Pitoiset | 2012-06-17 | 5 | -5/+272 |
* | http: Properly handle chunked transfer-encoding for replies to post data | Martin Storsjö | 2012-06-17 | 1 | -9/+6 |
* | http: Fail reading if the connection has gone away | Martin Storsjö | 2012-06-17 | 1 | -0/+3 |
* | amr: Mark an array const | Martin Storsjö | 2012-06-17 | 1 | -1/+1 |
* | amr: More space cleanup | Martin Storsjö | 2012-06-17 | 1 | -1/+1 |
* | rtpenc: Fix memory leaks in the muxer open function | Martin Storsjö | 2012-06-17 | 1 | -2/+6 |
* | amr: Cosmetic cleanup | Martin Storsjö | 2012-06-17 | 1 | -57/+40 |
* | mov_chan: Fix operator precedence by adding parentheses | Martin Storsjö | 2012-06-17 | 1 | -1/+1 |
* | tcp: Check the listen call | Jordi Ortiz | 2012-06-17 | 1 | -1/+5 |
* | flacdec: read attached pictures. | Anton Khirnov | 2012-06-16 | 1 | -0/+123 |
* | lavf: don't segfault when a NULL filename is passed to avformat_open_input() | Anton Khirnov | 2012-06-16 | 1 | -1/+1 |
* | segment: remove unnecessary <strings.h> include | Janne Grunau | 2012-06-15 | 1 | -1/+0 |
* | rtmp: Read and handle incoming packets while writing data | Samuel Pitoiset | 2012-06-14 | 3 | -3/+56 |
* | rtpdec: Don't require frames to start with a Mode A packet | Martin Storsjö | 2012-06-14 | 1 | -1/+1 |
* | rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time | Samuel Pitoiset | 2012-06-13 | 1 | -1/+1 |
* | rtmp: Set the client buffer time to 3s instead of 0.26s | Samuel Pitoiset | 2012-06-13 | 1 | -17/+29 |
* | rtmp: Handle server bandwidth packets | Samuel Pitoiset | 2012-06-13 | 1 | -1/+11 |
* | rtmp: Display a verbose message when an unknown packet type is received | Samuel Pitoiset | 2012-06-13 | 1 | -0/+3 |
* | rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r | Martin Storsjö | 2012-06-13 | 1 | -6/+19 |
* | rtmp: Fix a possible access to invalid memory location when the playpath is t... | Samuel Pitoiset | 2012-06-12 | 1 | -2/+2 |
* | rtmp: Do not send extension for flv files | Samuel Pitoiset | 2012-06-11 | 1 | -2/+6 |
* | rtmp: support connection parameters | Samuel Pitoiset | 2012-06-11 | 1 | -0/+77 |
* | mov: set AVCodecContext.width/height for h264 | Mans Rullgard | 2012-06-09 | 1 | -3/+0 |
* | mpegts: Remove disabled extension matching probe. | Alex Converse | 2012-06-07 | 1 | -8/+0 |
* | avformat: Probe codecs at score 0 on buffer exhaustion conditions. | Alex Converse | 2012-06-05 | 1 | -12/+24 |
* | avformat: Factorize codec probing. | Alex Converse | 2012-06-05 | 1 | -20/+25 |
* | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 1 | -0/+1 |
* | movenc: Write chan atom for all audio tracks in mov mode movies. | Alex Converse | 2012-06-04 | 1 | -1/+3 |
* | mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing | Jindřich Makovička | 2012-06-04 | 1 | -46/+9 |
* | avidec: make scale and rate unsigned. | Anton Khirnov | 2012-06-04 | 1 | -2/+2 |
* | librtmp: return AVERROR_UNKNOWN instead of -1. | Anton Khirnov | 2012-06-03 | 1 | -4/+4 |
* | librtmp: don't abuse a variable for two unrelated things. | Anton Khirnov | 2012-06-03 | 1 | -8/+8 |
* | librtmp: add rtmp_app and rtmp_playpath private options. | Anton Khirnov | 2012-06-03 | 1 | -15/+80 |
* | flv: support stream text data as onTextData | Luca Barbato | 2012-06-03 | 2 | -25/+153 |