Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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