| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-24 | 1 | -8/+4 |
|\ |
|
| * | 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 |
* | | Do not use format string "%0.3f" for RTSP Range field. | Carl Eugen Hoyos | 2011-03-22 | 1 | -3/+8 |
* | | 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-13 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -2/+2 |
* | | rtsp: make ff_sdp_parse return value forwarded | Luca Barbato | 2011-01-30 | 1 | -1/+1 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | rtspdec: Retry with TCP if UDP failed | Martin Storsjö | 2011-01-26 | 1 | -1/+40 |
* | | rtspdec: Move rtsp_read_pause up, next to rtsp_read_play | Martin Storsjo | 2011-01-26 | 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 |