| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -7/+7 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -7/+14 |
* | avformat: Use ff_check_interrupt | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | http: Change the chunksize AVOption into chunked_post | Martin Storsjö | 2011-11-10 | 1 | -1/+1 |
* | rtsp: Set http custom headers via the AVOption | Martin Storsjö | 2011-11-10 | 1 | -2/+2 |
* | rtsp: Discard the dynamic handler, if it has an alloc function which failed | Martin Storsjö | 2011-11-07 | 1 | -1/+4 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -6/+5 |
* | rtsp: Disable chunked http post through AVOptions | Martin Storsjö | 2011-11-05 | 1 | -1/+2 |
* | rtsp: add allowed_media_types option | John Brooks | 2011-11-02 | 1 | -1/+11 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | rtsp: Expose the flag options via private AVOptions for sdp and rtp, too | Martin Storsjö | 2011-10-17 | 1 | -2/+29 |
* | rtsp: Make the rtsp flags avoptions set via a define | Martin Storsjö | 2011-10-17 | 1 | -2/+6 |
* | rtsp: Remove the separate filter_source variable | Martin Storsjö | 2011-10-17 | 1 | -4/+2 |
* | rtsp: Accept options via private avoptions instead of URL options | Martin Storsjö | 2011-10-17 | 1 | -1/+28 |
* | rtsp: Simplify AVOption definitions | Martin Storsjö | 2011-10-17 | 1 | -1/+3 |
* | rtsp: Merge the AVOption lists | Martin Storsjö | 2011-10-17 | 1 | -0/+7 |
* | rtsp: Request that dynamic rate is disabled | Martin Storsjö | 2011-10-12 | 1 | -0/+2 |
* | rtsp: Parse the x-Accept-Dynamic-Rate header | Martin Storsjö | 2011-10-12 | 1 | -0/+3 |
* | rtpdec: Add ff_ prefix to all nonstatic symbols | Martin Storsjö | 2011-10-12 | 1 | -13/+13 |
* | rtsp: remove disabled code | Diego Biurrun | 2011-07-18 | 1 | -8/+0 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -14/+14 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | RTSP: Doxygen comment cleanup | Diego Biurrun | 2011-07-03 | 1 | -13/+5 |
* | rtsp: Don't pass string pointer as format string to ff_url_join | Martin Storsjö | 2011-06-16 | 1 | -2/+2 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -2/+3 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -3/+0 |
* | rtsp: use strtoul to parse rtptime and seq values. | Ilya | 2011-05-24 | 1 | -2/+2 |
* | rtsp: Only do keepalive using GET_PARAMETER if the server supports it | Martin Storsjö | 2011-05-11 | 1 | -0/+4 |
* | rtp: Rename the open/close functions to alloc/free | Martin Storsjö | 2011-04-24 | 1 | -3/+3 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -8/+8 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -8/+8 |
* | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 1 | -4/+4 |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -5/+5 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+2 |
* | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 1 | -4/+4 |
* | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+2 |
* | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 1 | -6/+6 |
* | avio: make url_connect internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+2 |
* | avio: make url_alloc internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+3 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | rtsp: Specify unicast for TCP interleaved streams, too | Martin Storsjö | 2011-03-21 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 1 | -1/+1 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -1/+1 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -2/+2 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -1/+2 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | Replace remaining uses of parse_date with av_parse_time. | Anton Khirnov | 2011-02-16 | 1 | -2/+3 |
* | rtsp: udp_read_packet returning 0 doesn't mean success | Martin Storsjö | 2011-02-17 | 1 | -1/+1 |