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
2015-09-15rtpdec: Increase the max size of the jitter buffer to 500 packetsMartin Storsjö
2015-02-25rtpdec: Rename the free method to closeMartin Storsjö
2015-02-25rtpdec: Free depacketizers if the init function failedMartin Storsjö
2015-02-25rtpdec: Don't free the payload context in the .free functionMartin Storsjö
2015-02-25rtpdec: Remove the now unused .alloc fieldMartin Storsjö
2015-02-25rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö
2015-02-24rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö
2015-02-24rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö
2015-02-24rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö
2014-07-09rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov
2013-10-28lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov
2013-07-31rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö
2013-04-09rtpdec: Increase max rtp packet size to 8192Andrew Van Til
2013-01-20rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö
2013-01-15rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö
2013-01-14rtpdec: Make variables that should wrap unsignedMartin Storsjö
2013-01-12rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö
2013-01-08rtpdec: Support sending RTCP feedback packetsMartin Storsjö
2013-01-08rtpdec: Store the dynamic payload handler in the rtpdec contextMartin Storsjö
2013-01-03rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö
2013-01-03rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-12-12rtpdec: Cosmetic cleanup of the headerMartin Storsjö
2012-12-12rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö
2012-12-12rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö
2012-12-12rtpdec: Improve some commentsMartin Storsjö
2012-12-12rtpdec: Remove unused context variablesMartin Storsjö
2012-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-17rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-30rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö
2011-11-18rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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