summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
...
* 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
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-12
* 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
* RTSP: Doxygen comment cleanupDiego Biurrun2011-07-03
* rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö2011-06-16
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* rtsp: use strtoul to parse rtptime and seq values.Ilya2011-05-24
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-11
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_read_complete() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* avio: make url_connect internal.Anton Khirnov2011-04-04
* avio: make url_alloc internal.Anton Khirnov2011-04-04
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03