]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtp.c
Net contracts are given different names in fomart net_cont$NUM
[frescor/ffmpeg.git] / libavformat / rtp.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 lucabeDo not return payload type 34 for H.263 (it is deprecated)
2009-02-17 lucabeRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-16 lucabeRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
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-06-24 lucabeDo not set sample_rate = 90000 for mp2 and mp3 audio...
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-31 lucabeAdd a comment about missing entries
2008-03-31 lucabeUse the correct size for the enc_name field (removing...
2008-03-31 lucabeRemove useless entries from AVRtpPayloadTypes
2008-03-31 lucabeSupport mp3 audio in the RTP muxer
2008-01-06 lucabeMake AVRtpPayloadTypes static and constant
2008-01-04 lucabeSplit the RTP muxer out of rtp.c, to simplify the RTSP...
2008-01-04 lucabeSplit the RTP demuxing functions out of rtp.c, to simpl...
2007-12-02 diegoFix some spelling mistakes.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 lucabeAdd MPEG2 support to the RTP muxer
2007-11-16 lucabeRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
2007-11-05 lucabeDo not send too many RTCP packets (according to the...
2007-11-05 lucabeUse a symbolic name for the payload size of an RTCP...
2007-10-02 lucabeAllow to set the maximum number of frames per RTP packe...
2007-09-24 lucabeFix a warning by removing an useless assignment (buf_pt...
2007-09-14 lucabeSupport for AAC streaming over RTP. Fragmentation is...
2007-09-10 lucabeFix timestamps in RTP packets (now, MPEG1 video with...
2007-09-10 lucabeProperly set RTP and NTP timestamps in RTCP SR packets
2007-08-24 lucabeMove the RTP packetization code for MPEG12 video in...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-06 diegoUse AV_RB* macros where appropriate.
2007-06-27 benoitremove empty write trailer functions
2007-06-13 benoitremove decode_be32/64 and replace them by AV_RB32/64
2007-06-12 diegomisc spelling fixes
2007-04-15 aureladd an enum for need_parsing
2007-04-04 gpoirierchanges some function declarations from () to (void...
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-04 mrumove networking #includes into separate file
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1
2006-11-09 bcoudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-07 gpoirieradd support for rtp/h264 streaming
2006-11-03 gpoirieradd valid statistics for the RTCP receiver report.
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-29 gpoirierfix more dynamic protocol stuff, needed by the forthcom...
2006-10-28 gpoiriermove up (in the file) AAC audio handling moved from...
2006-10-27 gpoiriermake ffmpeg able to send back a RTCP receiver report.
2006-10-27 gpoirierindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-26 gpoirierAdd support for H264 over RTP
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-08-20 bananAdded codec id for QCELP.
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-15 lucabeFix typo
2006-05-27 michaelsuggest solution for 2 fixmies
2006-03-30 rfelkerfix constraint violation: libavformat is not allowed...
2006-03-01 mmu_manfix debug code: do not try to take st->codec if st...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-23 michaelmpeg1video m bit fix by (Luca Abeni: lucabe72, email it)
2005-07-23 michaelMPEG4 streaming over RTP patch by (Luca Abeni: lucabe72...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-30 michaeltrivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo...
2005-05-26 michaelRTP/RTSP and MPEG4-AAC audio
2005-04-30 michaelswitch to native time bases
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-10 bellarduse parsers
2003-10-29 bellardadded MPEG2TS support in RTP, SDP and RTSP - replaced...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-09-08 bellardCODEC_ID_MP3LAME is obsolete
2003-07-15 bellardfixed NTP generation for mpeg
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-11-25 bellardrenamed libav to libavformat