summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* 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
* rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-16
* rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö2011-02-17
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-11
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-04
* Free AVStream->info in chained muxersMartin Storsjö2011-02-03
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-03
* Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato2011-02-01
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-28
* os: replace select with pollLuca Barbato2011-01-28