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
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ö
2010-10-08rtsp: Make rtsp_rtp_mux_open reusableMartin Storsjö
2010-10-08rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö
2010-10-05rtsp/sdp: Move code into correct ifdefsMartin Storsjö
2010-10-05Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun
2010-10-05Add some #endif comments to ease understanding.Diego Biurrun
2010-10-03rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö
2010-10-03rtsp: Show the received SDPMartin Storsjö
2010-10-01rtsp: Return a queued packet if it has been in the queue for longer than max_...Martin Storsjö
2010-10-01rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö
2010-10-01Reindent/rewrapMartin Storsjö
2010-10-01rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö
2010-10-01rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö
2010-10-01rtsp: Use a dynamically allocated receive bufferMartin Storsjö
2010-09-15rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö
2010-09-03Reindent after r25032.Ronald S. Bultje
2010-09-03Send NAT punching messages to the address specified in the Transport:John Wimer
2010-09-03rtsp: 10l, try to update the correct rtp streamMartin Storsjö
2010-08-29rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann
2010-08-29rtsp: Check the RTCP file handle for new packets, tooJosh Allmann
2010-08-25Handle IPv6 in the RTSP codeMartin Storsjö
2010-08-25Handle IPv6 in the SDP demuxerMartin Storsjö
2010-08-25rtsp: Return EOF if the TCP control channel is closedMartin Storsjö
2010-08-12Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje
2010-08-10get rid of MAX_STREAMS limit in RTSPAurelien Jacobs
2010-08-07Fix spelling in comment(s)Reinhard Tartler
2010-08-07Add RTP packetization of Theora and VorbisJosh Allmann
2010-08-06Preserve status reasonLuca Barbato
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-28rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö
2010-07-21Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger
2010-07-12Report when a method gets an error status codeLuca Barbato
2010-06-27Make ff_url_split() publicMåns Rullgård