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-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ö
2010-03-26Actually parse the auth headers in RTSPMartin Storsjö
2010-03-26Make RTSP use the generic http authentication codeMartin Storsjö
2010-03-26Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö
2010-03-25ReindentMartin Storsjö
2010-03-25Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö
2010-03-25Issue a warning if the received CSeq isn't the expected oneLuca Barbato
2010-03-24Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö
2010-03-23Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö
2010-03-23Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö
2010-03-23Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö
2010-03-22ReindentMartin Storsjö
2010-03-22Add support for TCP as lower transport in the RTSP muxerMartin Storsjö
2010-03-22Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö
2010-03-15Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö