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-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
2010-06-25RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann
2010-06-25RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann
2010-06-25RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann
2010-06-25RTSP: Remove skip_spaces in favor of strspnJosh Allmann
2010-06-22Make the http protocol open the connection immediately in http_open againMartin Storsjö
2010-06-21RTSP: Use the same authentication for the HTTP POST session as for the GETMartin Storsjö
2010-06-20RTSP: Add the auth credentials to the HTTP tunnel URL, tooMartin Storsjö
2010-06-20RTSP: Set the connection handles to null after closing themMartin Storsjö
2010-06-20RTSP: Don't store the connection handles in local variablesJosh Allmann
2010-06-18RTSP: Clean up rtsp_hd on failureMartin Storsjö
2010-06-14Cosmetics: Change connexion to connection in code commentsMartin Storsjö
2010-06-14RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann
2010-06-14ReindentJosh Allmann
2010-06-08Add RTSP tunneling over HTTPJosh Allmann
2010-06-05Cosmetics: Reindent/align/wrapMartin Storsjö
2010-06-05RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann
2010-06-05Remove unused local variablesMartin Storsjö
2010-06-05RTSP: Add a second URLContext for outgoing messagesJosh Allmann
2010-05-19Fix a crash when opening WMS RTSP streamsMartin Storsjö
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-20Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö
2010-04-20Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö
2010-04-16AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla
2010-04-15Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje
2010-04-05Zero-initialize the reply structMartin Storsjö
2010-04-03Remove a redundant assignment, found by clangMartin Storsjö
2010-04-03ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.Sam Gerstein
2010-04-02Merge Vorbis / Theora depayloaders.Josh Allmann
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-29Some spelling fixes.Reimar Döffinger
2010-03-29Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein
2010-03-26Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö
2010-03-26Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö
2010-03-26Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö