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
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-17rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-18rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò
2011-01-25Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò
2011-01-02rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö
2010-12-05rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö
2010-12-05rtpdec: Allow dynamic payload handlers to handle static payload types, tooMartin Storsjö
2010-10-23drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs
2010-10-23drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs
2010-10-01rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö
2010-10-01rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö
2010-08-25Add rtp_get_rtcp_file_handle functionJosh Allmann
2010-07-16Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö
2010-07-14rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö
2010-06-28rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann
2010-06-28rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann
2010-06-25RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann
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-19Make rtp protocol obey rfc3550Luca Barbato
2010-04-05Fix leaks in the AAC RTP depacketizerMartin Storsjö
2010-04-05Add void to a function prototype that takes no arguments. Fixes a potentialRonald S. Bultje
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-17Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje
2010-02-17When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-02-26Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje
2009-02-26Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje
2009-02-17Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni
2009-02-06Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni