summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.h
Commit message (Expand)AuthorAgeFilesLines
* rtpdec: Increase the max size of the jitter buffer to 500 packetsMartin Storsjö2015-09-151-1/+1
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-241-1/+1
* rtpdec: Free depacketizers if the init function failedMartin Storsjö2015-02-241-1/+1
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-1/+3
* rtpdec: Remove the now unused .alloc fieldMartin Storsjö2015-02-241-2/+0
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö2015-02-241-0/+1
* rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö2015-02-241-0/+1
* rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö2015-02-241-1/+1
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-091-2/+4
* lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-281-1/+1
* rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-311-4/+0
* rtpdec: Increase max rtp packet size to 8192Andrew Van Til2013-04-091-1/+1
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-201-6/+0
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-151-0/+6
* rtpdec: Make variables that should wrap unsignedMartin Storsjö2013-01-141-3/+3
* rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö2013-01-121-0/+1
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-081-0/+5
* rtpdec: Store the dynamic payload handler in the rtpdec contextMartin Storsjö2013-01-081-1/+1
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-031-2/+3
* rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-031-5/+3
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-1/+2
* rtpdec: Cosmetic cleanup of the headerMartin Storsjö2012-12-121-19/+26
* rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö2012-12-121-3/+3
* rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö2012-12-121-12/+10
* rtpdec: Improve some commentsMartin Storsjö2012-12-121-2/+3
* rtpdec: Remove unused context variablesMartin Storsjö2012-12-121-3/+0
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-021-0/+5
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz2012-08-171-5/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö2011-11-301-0/+1
* rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-181-0/+1
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-12/+12
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-2/+2
* avio: make URLContext internal.Anton Khirnov2011-04-081-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-251-1/+0
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-011-0/+1
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-051-0/+4
* rtpdec: Allow dynamic payload handlers to handle static payload types, tooMartin Storsjö2010-12-051-0/+3
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-3/+0
* drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-3/+0
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-011-1/+20
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-011-1/+1
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-251-0/+5
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-161-2/+0
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-141-0/+2
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-281-0/+5
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-281-0/+2
OpenPOWER on IntegriCloud