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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17Replace 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-12rtsp/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ö
2011-02-01Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28rtsp: make ff_sdp_parse return value forwardedLuca Barbato
2011-01-28os: replace select with pollLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò
2011-01-25rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-25rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo
2011-01-25rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo
2011-01-25rtsp: Make make_setup_request a nonstatic functionMartin Storsjo
2011-01-09rtsp: Properly fail if unable to open an input RTP portMartin Storsjö
2011-01-06rtsp: Allow requesting of filtering of source packetsMartin Storsjö
2011-01-06rtsp: Parse RTP-Info headersMartin Storsjö
2011-01-02rtsp: Store the Content-Base header value straight to the targetMartin Storsjö
2011-01-02rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö
2011-01-02rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö
2011-01-02rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö
2011-01-02rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö
2010-12-27rtsp: Check if the rtp stream actually has an RTPDemuxContextMartin Storsjö
2010-12-23rtsp: Require the transport reply from the server to match the requestMartin Storsjö
2010-12-16rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö
2010-12-07rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö
2010-12-07rtsp: Parse RealRTSP sample rate declarations from the SDPMartin Storsjö
2010-12-05rtsp: Look for RTP payload handlers for static payload types, tooMartin Storsjö
2010-12-05rtsp: Factorize code for initializing the rtp payload handlerMartin Storsjö
2010-11-29rtsp: Do a forgotten reindentingMartin Storsjö
2010-11-15rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö
2010-10-29rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö
2010-10-29rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö
2010-10-27rtsp: Add stub declarations of the setup_in/output_streams functionsMartin Storsjö
2010-10-23drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs
2010-10-23use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port()Aurelien Jacobs
2010-10-21rtsp: Move the rtsp_probe function to the demuxer code blockMartin Storsjö
2010-10-21rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö
2010-10-21rtsp: Reorder functionsMartin Storsjö
2010-10-19Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö
2010-10-08rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö