summaryrefslogtreecommitdiff
path: root/libavformat/rtspdec.c
Commit message (Expand)AuthorAge
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-17
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* rtsp: remove disabled codeDiego Biurrun2011-07-18
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-27
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-11
* avio: make url_read_complete() internal.Anton Khirnov2011-04-04
* rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö2011-03-30
* Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-11
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-24
* rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo2011-01-24
* ReindentMartin Storsjö2011-01-05
* rtsp: Simplify codeMartin Storsjö2011-01-05
* rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö2011-01-05
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-02
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-02
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-01
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-15
* rtsp: Set the real_setup pointer properly, avoid out of bounds memory accessesYuriy Kaminskiy2010-11-06
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-29