summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* rtsp: Send mode=record instead of mode=receiveMartin Storsjö2012-06-18
* rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö2012-05-26
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-26
* rtsp: Add content-type message header parsingJordi Ortiz2012-05-08
* rtsp: avoid const warnings from strtol() callMans Rullgard2012-05-06
* rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö2012-04-08
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-20
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-20
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-19
* rtsp: Retry authentication if failed due to being staleMartin Storsjö2012-03-13
* rtsp: Fix a typoMartin Storsjö2012-03-12
* rtsp: Only set the ttl parameter if the server actually gave a valueMartin Storsjö2012-03-09
* rtsp: Handle requests from server to clientTommy Winther2012-02-27
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-23
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-16
* sdp: Ignore RTCP packets when autodetecting RTP streamsMartin Storsjö2012-02-16
* rtsp: Remove some unused variables from ff_rtsp_connect().Diego Biurrun2012-01-30
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruftAnton Khirnov2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* rtsp: Use a random offset for trying to open UDP ports for RTPDmitry Volyntsev2012-01-22
* rtsp: Allow specifying the UDP port range via AVOptionsMartin Storsjö2012-01-22
* rtsp: Remove a leftover, currently pointless checkDmitry Volyntsev2012-01-22
* rtsp: Fix compiler warning for uninitialized variableJean First2012-01-04
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-12
* rtsp: Initialize the media_type_mask in the rtp guessing demuxerMartin Storsjö2011-12-02
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö2011-11-30
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-10
* rtsp: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
* rtsp: Discard the dynamic handler, if it has an alloc function which failedMartin Storsjö2011-11-07
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* rtsp: Disable chunked http post through AVOptionsMartin Storsjö2011-11-05
* rtsp: add allowed_media_types optionJohn Brooks2011-11-02
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* rtsp: Expose the flag options via private AVOptions for sdp and rtp, tooMartin Storsjö2011-10-17
* rtsp: Make the rtsp flags avoptions set via a defineMartin Storsjö2011-10-17
* rtsp: Remove the separate filter_source variableMartin Storsjö2011-10-17
* rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö2011-10-17
* rtsp: Simplify AVOption definitionsMartin Storsjö2011-10-17
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-17
* rtsp: Request that dynamic rate is disabledMartin Storsjö2011-10-12
* rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-12