summaryrefslogtreecommitdiff
path: root/libavformat/rtspdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* rtsp: Add listen modeJordi Ortiz2012-07-101-29/+544
* rtsp: Move rtsp_read_closeJordi Ortiz2012-07-101-14/+14
* rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö2012-04-081-2/+3
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-191-4/+4
* rtsp: Resend new keepalive commands if they used stale authMartin Storsjö2012-03-131-1/+6
* rtsp: Make rtsp_demuxer_class staticMartin Storsjö2012-02-151-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-181-0/+2
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-171-7/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-5/+0
* rtsp: remove disabled codeDiego Biurrun2011-07-181-6/+0
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-7/+0
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-271-1/+20
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-111-1/+3
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-2/+3
* rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö2011-03-301-1/+1
* Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos2011-03-221-2/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-1/+1
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-1/+1
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-111-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-2/+2
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-281-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-241-1/+40
* rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo2011-01-241-18/+18
* ReindentMartin Storsjö2011-01-051-3/+3
* rtsp: Simplify codeMartin Storsjö2011-01-051-7/+4
* rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö2011-01-051-5/+13
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-021-3/+0
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-021-1/+1
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-011-0/+2
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-151-0/+3
* rtsp: Set the real_setup pointer properly, avoid out of bounds memory accessesYuriy Kaminskiy2010-11-061-1/+1
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-291-0/+364