summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* rtsp: use strtoul to parse rtptime and seq values.Ilya2011-05-241-2/+2
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-111-0/+4
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-3/+3
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-8/+8
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-8/+8
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-4/+4
* avio: make url_close() internal.Anton Khirnov2011-04-041-5/+5
* avio: make url_write() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-4/+4
* avio: make url_read() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_open() internal.Anton Khirnov2011-04-041-6/+6
* avio: make url_connect internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_alloc internal.Anton Khirnov2011-04-041-2/+3
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-1/+1
* rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö2011-03-211-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-1/+1
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-1/+1
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-1/+2
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-161-2/+3
* rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö2011-02-171-1/+1
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-111-1/+1
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-041-7/+1
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-041-0/+2
* Free AVStream->info in chained muxersMartin Storsjö2011-02-031-0/+1
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-031-10/+6
* Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato2011-02-011-0/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-5/+5
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-281-1/+2
* os: replace select with pollLuca Barbato2011-01-281-25/+30
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò2011-01-251-5/+18
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-241-1/+3
* rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo2011-01-241-6/+1
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-241-22/+37
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-241-2/+2
* rtsp: Properly fail if unable to open an input RTP portMartin Storsjö2011-01-091-0/+4
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-061-3/+7
* rtsp: Parse RTP-Info headersMartin Storsjö2011-01-051-0/+59
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-021-2/+3
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-021-2/+2
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-021-6/+6
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-021-3/+3
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-011-2/+12
* rtsp: Check if the rtp stream actually has an RTPDemuxContextMartin Storsjö2010-12-271-1/+4
* rtsp: Require the transport reply from the server to match the requestMartin Storsjö2010-12-231-5/+6
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-151-1/+2
OpenPOWER on IntegriCloud