]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtp.h
Allow building completely independent of FRSH
[frescor/ffmpeg.git] / libavformat / rtp.h
2009-02-28 lucabeDocument ff_rtp_codec_id()
2009-02-28 lucabeFix typo in a comment
2009-02-28 lucabeDocument ff_rtp_enc_name()
2009-02-28 lucabeDocument ff_rtp_get_codec_info()
2009-02-17 lucabeRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-17 lucabeMove to rtp.h the prototypes of all the functions defin...
2009-02-16 lucabeDocument ff_rtp_get_payload_type()
2009-02-16 lucabeRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-06 lucabeMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used...
2009-02-06 lucabeSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 rbultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-02-05 lucabeIntroduce a new num_frames field in RTPDemuxContext...
2009-01-27 lucabeMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-12-13 lucabeRename rtp_payload_data_t to avoid clashes with the...
2008-12-13 lucabeRemove useless typedef
2008-12-13 lucabeRemove unused types
2008-10-04 rbultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-01 michaelRevert r14497
2008-08-01 diegoAdd missing header #includes.
2008-05-09 diegoUse full path for #includes from another directory.
2008-01-06 lucabeMake AVRtpPayloadTypes static and constant
2007-10-26 lucabeRemove prototype for non-existent function
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-10 aurelrtp and rtsp demuxer declarations are not part of publi...
2007-09-10 aurel*_protocol are not part of public API
2007-06-16 mruinclude all prerequisites in header files
2007-03-05 takisDoxygenize the unaltered comments for the AUHeaders...
2007-03-05 takisDoxygenize the unaltered comments for the rtp_payload_d...
2007-03-05 takisDoxygenize the unaltered comments for the RTP_MAX_SDES...
2007-03-05 takisDoxygenize the existing comments without altering the...
2007-03-04 takisMove rtp_check_and_send_back_rr()'s unaltered comments...
2007-03-04 takisMove rtp_get_payload_type()'s unaltered comments to...
2007-02-22 diegocosmetics: fix usefuLL --> usefuL typo
2007-01-29 lu_zeroMissing prototype added
2006-10-27 gpoiriermake ffmpeg able to send back a RTCP receiver report.
2006-10-26 gpoirierAdd support for H264 over RTP
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-06-28 michaelRTCP_* conflict with live.com and they seem not to...
2005-05-26 michaelRTP/RTSP and MPEG4-AAC audio
2003-10-29 bellardadded MPEG2TS support in RTP, SDP and RTSP - replaced...
2002-11-25 bellardrenamed libav to libavformat