| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: Merge the AVOption lists | Martin Storsjö | 2011-10-17 | 1 | -7/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | lavf,lavd: remove all usage of AVFormatParameters from demuxers. | Anton Khirnov | 2011-08-15 | 1 | -5/+0 |
* | rtsp: remove disabled code | Diego Biurrun | 2011-07-18 | 1 | -6/+0 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. | Diego Biurrun | 2011-06-07 | 1 | -7/+0 |
* | rtspdec: add initial_pause private option. | Anton Khirnov | 2011-05-27 | 1 | -1/+20 |
* | rtsp: Only do keepalive using GET_PARAMETER if the server supports it | Martin Storsjö | 2011-05-11 | 1 | -1/+3 |
* | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+3 |
* | rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers | Martin Storsjö | 2011-03-30 | 1 | -1/+1 |
* | Do not use format string "%0.3f" for RTSP Range field. | Carl Eugen Hoyos | 2011-03-22 | 1 | -2/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | 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 | -1/+1 |
* | rtsp/rdt: Assign the RTSPStream index to AVStream->id | Martin Storsjö | 2011-02-11 | 1 | -1/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -2/+2 |
* | rtsp: make ff_sdp_parse return value forwarded | Luca Barbato | 2011-01-28 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | rtspdec: Retry with TCP if UDP failed | Martin Storsjö | 2011-01-24 | 1 | -1/+40 |
* | rtspdec: Move rtsp_read_pause up, next to rtsp_read_play | Martin Storsjo | 2011-01-24 | 1 | -18/+18 |
* | Reindent | Martin Storsjö | 2011-01-05 | 1 | -3/+3 |
* | rtsp: Simplify code | Martin Storsjö | 2011-01-05 | 1 | -7/+4 |
* | rtsp: Move resetting of rtpdec parameters to before sending the PLAY request | Martin Storsjö | 2011-01-05 | 1 | -5/+13 |
* | rtsp: Store the Content-Base header value straight to the target | Martin Storsjö | 2011-01-02 | 1 | -3/+0 |
* | rtsp: Add a method parameter to ff_rtsp_read_reply | Martin Storsjö | 2011-01-02 | 1 | -1/+1 |
* | rtpdec: Emit timestamps for packets before the first RTCP packet, too | Martin Storsjö | 2011-01-01 | 1 | -0/+2 |
* | rtsp: Parse and use the Content-Base reply header, if present | Martin Storsjö | 2010-11-15 | 1 | -0/+3 |
* | rtsp: Set the real_setup pointer properly, avoid out of bounds memory accesses | Yuriy Kaminskiy | 2010-11-06 | 1 | -1/+1 |
* | rtsp: Split out the RTSP demuxer functions to a separate, new file | Martin Storsjö | 2010-10-29 | 1 | -0/+364 |