OSDN Git Service

libx264: add 'direct-pred' private option
[coroid/ffmpeg_saccubus.git] / libavformat / rtp.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-08-25 Josh Allmannrtp: Replace hardcoded RTCP packet types with defines
2010-08-09 Martin Storsjörtpenc_xiph: Set the ident value via a define
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-02-28 Luca AbeniDocument ff_rtp_codec_id()
2009-02-28 Luca AbeniFix typo in a comment
2009-02-28 Luca AbeniDocument ff_rtp_enc_name()
2009-02-28 Luca AbeniDocument ff_rtp_get_codec_info()
2009-02-17 Luca AbeniRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-17 Luca AbeniMove to rtp.h the prototypes of all the functions defin...
2009-02-16 Luca AbeniDocument ff_rtp_get_payload_type()
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-06 Luca AbeniMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 Ronald S. BultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-02-05 Luca AbeniIntroduce a new num_frames field in RTPDemuxContext...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-13 Luca AbeniRename rtp_payload_data_t to avoid clashes with the...
2008-12-13 Luca AbeniRemove useless typedef
2008-12-13 Luca AbeniRemove unused types
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-01 Michael NiedermayerRevert r14497
2008-08-01 Diego BiurrunAdd missing header #includes.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-06 Diego PettenòMake AVRtpPayloadTypes static and constant
2007-10-26 Luca AbeniRemove prototype for non-existent function
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-10 Aurelien Jacobsrtp and rtsp demuxer declarations are not part of publi...
2007-09-10 Aurelien Jacobs*_protocol are not part of public API
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the AUHeaders...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the rtp_payload_d...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the RTP_MAX_SDES...
2007-03-05 Panagiotis IssarisDoxygenize the existing comments without altering the...
2007-03-04 Panagiotis IssarisMove rtp_check_and_send_back_rr()'s unaltered comments...
2007-03-04 Panagiotis IssarisMove rtp_get_payload_type()'s unaltered comments to...
2007-02-22 Diego Biurruncosmetics: fix usefuLL --> usefuL typo
2007-01-29 Luca BarbatoMissing prototype added
2006-10-27 Thijsmake ffmpeg able to send back a RTCP receiver report.
2006-10-26 Ryan MartellAdd support for H264 over RTP
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-28 Michael NiedermayerRTCP_* conflict with live.com and they seem not to...
2005-05-26 Romain DegezRTP/RTSP and MPEG4-AAC audio
2003-10-29 Fabrice Bellardadded MPEG2TS support in RTP, SDP and RTSP - replaced...
2002-11-25 Fabrice Bellardrenamed libav to libavformat