aboutsummaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
AgeCommit message (Expand)Author
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ö
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-07-18rtsp: remove disabled codeDiego Biurrun
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-03Do not include mathematics.h in avutil.hMans Rullgard
2011-07-03RTSP: Doxygen comment cleanupDiego Biurrun
2011-06-16rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-05-24rtsp: use strtoul to parse rtptime and seq values.Ilya
2011-05-11rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov
2011-04-03avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-03-21rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-16Replace remaining uses of parse_date with av_parse_time.Anton Khirnov
2011-02-17rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö
2011-02-11rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö
2011-02-04Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-04libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö
2011-02-03Free AVStream->info in chained muxersMartin Storsjö
2011-02-03rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö