OSDN Git Service

v210dec: switch to PIX_FMT_422P10
[coroid/libav_saccubus.git] / libavformat / rtp.c
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-15 Martin StorsjöHandle G.722 in RTP, and all the exceptions mandated...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-11 Luca AbeniRemove the inclusion of unneeded headers
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Luca AbeniDo not return payload type 34 for H.263 (it is deprecated)
2009-02-17 Luca AbeniRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
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-06-24 Luca AbeniDo not set sample_rate = 90000 for mp2 and mp3 audio...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-31 Luca AbeniAdd a comment about missing entries
2008-03-31 Luca AbeniUse the correct size for the enc_name field (removing...
2008-03-31 Luca AbeniRemove useless entries from AVRtpPayloadTypes
2008-03-31 Luca AbeniSupport mp3 audio in the RTP muxer
2008-01-06 Diego PettenòMake AVRtpPayloadTypes static and constant
2008-01-04 Luca AbeniSplit the RTP muxer out of rtp.c, to simplify the RTSP...
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...
2007-12-02 Diego BiurrunFix some spelling mistakes.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 Luca AbeniAdd MPEG2 support to the RTP muxer
2007-11-16 Luca AbeniRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
2007-11-05 Luca AbeniDo not send too many RTCP packets (according to RFC...
2007-11-05 Luca AbeniUse a symbolic name for the payload size of an RTCP...
2007-10-02 Luca AbeniAllow to set the maximum number of frames per RTP packe...
2007-09-24 Luca AbeniFix a warning by removing an useless assignment (buf_pt...
2007-09-14 Luca AbeniSupport for AAC streaming over RTP. Fragmentation is...
2007-09-10 Luca AbeniFix timestamps in RTP packets (now, MPEG1 video with...
2007-09-10 Luca AbeniProperly set RTP and NTP timestamps in RTCP SR packets
2007-08-24 Luca AbeniMove the RTP packetization code for MPEG12 video in...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-06-27 Vitor Sessakremove empty write trailer functions
2007-06-13 Ronald S. Bultjeremove decode_be32/64 and replace them by AV_RB32/64
2007-06-12 Diego Biurrunmisc spelling fixes
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-04 Stefan Huehnerchanges some function declarations from () to (void...
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-04 Ramiro Pollamove networking #includes into separate file
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-07 Ryan Martelladd support for rtp/h264 streaming
2006-11-03 Ryan Martelladd valid statistics for the RTCP receiver report.
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-29 Ryan Martellfix more dynamic protocol stuff, needed by the forthcom...
2006-10-28 Ryan Martellmove up (in the file) AAC audio handling moved from...
2006-10-27 Thijsmake ffmpeg able to send back a RTCP receiver report.
2006-10-27 Ryan Martellindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-26 Ryan MartellAdd support for H264 over RTP
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-20 Benjamin LarssonAdded codec id for QCELP.
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-15 Luca AbeniFix typo
2006-05-27 Michael Niedermayersuggest solution for 2 fixmies
2006-03-30 D Richard Felker IIIfix constraint violation: libavformat is not allowed...
2006-03-01 François Revolfix debug code: do not try to take st->codec if st...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-23 Michael Niedermayermpeg1video m bit fix by (Luca Abeni: lucabe72, email it)
2005-07-23 Luca AbeniMPEG4 streaming over RTP patch by (Luca Abeni: lucabe72...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-30 Michael Niedermayertrivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo...
2005-05-26 Romain DegezRTP/RTSP and MPEG4-AAC audio
2005-04-30 Michael Niedermayerswitch to native time bases
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-10 Fabrice Bellarduse parsers
2003-10-29 Fabrice Bellardadded MPEG2TS support in RTP, SDP and RTSP - replaced...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-07-15 Fabrice Bellardfixed NTP generation for mpeg
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat