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-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ö
2010-03-15ReindentMartin Storsjö
2010-03-15RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-11Cosmetics, break a long line, fix brace placementMartin Storsjö
2010-03-11RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö
2010-03-10Include os_support.h which has a fallback declaration of socklen_tDave Yeo
2010-03-09Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö
2010-03-09RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-07Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad
2010-03-06Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-02-28Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö
2010-02-23Cosmetics: reindentMartin Storsjö
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-23Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö
2010-02-22Cosmetics: reindentMartin Storsjö
2010-02-22Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö
2010-02-22Cosmetics: reindent after applying patchesMartin Storsjö