| Commit message (Expand) | Author | Age | Files | Lines |
* | http: Add support for reusing the http socket for subsequent requests | Samuel Pitoiset | 2012-05-28 | 2 | -5/+30 |
* | http: Add support for using persistent connections | Samuel Pitoiset | 2012-05-28 | 1 | -3/+13 |
* | rtsp: Check for dynamic payload handlers if no static payload mapping was found | Martin Storsjö | 2012-05-26 | 1 | -6/+8 |
* | rtpenc_chain: Return an error code instead of just a plain pointer | Martin Storsjö | 2012-05-26 | 5 | -18/+29 |
* | rtpenc_chain: Free the URLContext on failure | Martin Storsjö | 2012-05-26 | 1 | -7/+11 |
* | rtpenc: Expose the ssrc as an avoption | Martin Storsjö | 2012-05-26 | 2 | -2/+4 |
* | cosmetics: Fix indentation | Martin Storsjö | 2012-05-26 | 1 | -1/+1 |
* | rtmp: fix url parsing | Luca Barbato | 2012-05-25 | 1 | -1/+2 |
* | movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio. | Alex Converse | 2012-05-25 | 1 | -20/+1 |
* | rtmp: Pass the proper return code in rtmp_handshake | Samuel Pitoiset | 2012-05-24 | 1 | -6/+7 |
* | rtmp: Check return codes of net IO operations | Samuel Pitoiset | 2012-05-24 | 2 | -32/+68 |
* | rtmp: Return a proper error code instead of -1 | Samuel Pitoiset | 2012-05-24 | 1 | -4/+4 |
* | rtmp: Check malloc calls | Samuel Pitoiset | 2012-05-24 | 1 | -20/+58 |
* | rtmp: Check ff_rtmp_packet_create calls | Samuel Pitoiset | 2012-05-24 | 2 | -55/+140 |
* | flvdec: Make sure sample_rate is set to the updated value | Martin Storsjö | 2012-05-23 | 1 | -2/+2 |
* | os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2 | Dave Yeo | 2012-05-23 | 1 | -0/+6 |
* | http: Add support for reading http POST reply headers | Samuel Pitoiset | 2012-05-22 | 1 | -1/+15 |
* | http: Add http_shutdown() for ending writing of posts | Samuel Pitoiset | 2012-05-22 | 1 | -2/+19 |
* | tcp: Allow signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 2 | -0/+23 |
* | avio: Add a function for signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 2 | -0/+20 |
* | Remove libnut wrapper | Diego Biurrun | 2012-05-21 | 3 | -314/+0 |
* | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 10 | -10/+22 |
* | http: Factorize the code by adding http_read_header() | Samuel Pitoiset | 2012-05-20 | 1 | -38/+40 |
* | lavf: change some (de)muxer names to lowercase | Mans Rullgard | 2012-05-19 | 5 | -5/+5 |
* | lavf: make output format matching case insensitive | Mans Rullgard | 2012-05-19 | 1 | -1/+1 |
* | mov: enable parsing for VC-1. | Anton Khirnov | 2012-05-18 | 1 | -0/+3 |
* | rtmp: Don't assume path points to a string of nonzero length | Martin Storsjö | 2012-05-17 | 1 | -2/+3 |
* | lavf: add mdec to is_intra_only() list | Mans Rullgard | 2012-05-15 | 1 | -0/+1 |
* | mtv: do not byteswap raw video in demuxer | Mans Rullgard | 2012-05-14 | 1 | -15/+1 |
* | gxfenc: remove disabled half-implemented MJPEG tag | Diego Biurrun | 2012-05-14 | 1 | -11/+0 |
* | rtmp: Implement check bandwidth notification. | Samuel Pitoiset | 2012-05-10 | 1 | -0/+21 |
* | rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla... | Samuel Pitoiset | 2012-05-10 | 1 | -0/+8 |
* | rtmp: Support 'rtmp_flashver', an option which overrides the version of the F... | Samuel Pitoiset | 2012-05-10 | 1 | -7/+18 |
* | rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s... | Samuel Pitoiset | 2012-05-10 | 1 | -6/+12 |
* | sctp: be consistent with socket option level | Sean McGovern | 2012-05-10 | 1 | -1/+1 |
* | mov: make one comment slightly more specific | Diego Biurrun | 2012-05-09 | 1 | -1/+1 |
* | sctp: Initial tcp-alike sctp support with streams | Luca Barbato | 2012-05-08 | 3 | -0/+330 |
* | options_table: Add some missing #includes to fix "make checkheaders". | Alex Converse | 2012-05-08 | 1 | -0/+5 |
* | rtsp: Add content-type message header parsing | Jordi Ortiz | 2012-05-08 | 2 | -0/+8 |
* | rtmp: Support 'rtmp_live', an option which specifies if the media is a live s... | Samuel Pitoiset | 2012-05-08 | 1 | -1/+7 |
* | dv: Split profile handling code into a separate file. | Diego Biurrun | 2012-05-07 | 2 | -0/+2 |
* | flvenc: use AVFormatContext, not AVCodecContext for logging. | Anton Khirnov | 2012-05-07 | 1 | -10/+11 |
* | mov: Remove write-only variable in mov_read_chan(). | Diego Biurrun | 2012-05-07 | 1 | -2/+2 |
* | lavf: add missing '*' in a doxy. | Anton Khirnov | 2012-05-07 | 1 | -1/+1 |
* | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -3/+11 |
* | Mark a number of variables only used in av_dlog() calls as av_unused. | Diego Biurrun | 2012-05-06 | 2 | -4/+7 |
* | mpegmux: add stuffing to avoid incomplete PCM frames | Janne Grunau | 2012-05-06 | 1 | -0/+6 |
* | rtsp: avoid const warnings from strtol() call | Mans Rullgard | 2012-05-06 | 1 | -5/+6 |
* | rtpdec_h264: Add missing newlines to av_log calls | Martin Storsjö | 2012-05-05 | 1 | -4/+4 |
* | rtpdec_h264: Free old extradata before clearing the pointer | Martin Storsjö | 2012-05-05 | 1 | -1/+1 |