Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-03misc typo and wording fixesDiego Biurrun
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-09-26rtpenc: Add a payload type private optionRafaël Carré
2011-09-26rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann
2010-08-09rtpenc_xiph: Set the ident value via a defineMartin Storsjö
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-02-28Document ff_rtp_codec_id()Luca Abeni
2009-02-28Fix typo in a commentLuca Abeni
2009-02-28Document ff_rtp_enc_name()Luca Abeni
2009-02-28Document ff_rtp_get_codec_info()Luca Abeni
2009-02-17Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni
2009-02-17Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni
2009-02-16Document ff_rtp_get_payload_type()Luca Abeni
2009-02-16Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni
2009-02-06Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
2009-02-06Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje
2009-02-05Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni
2009-01-27Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-14Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni
2008-12-14Remove useless typedefLuca Abeni
2008-12-14Remove unused typesLuca Abeni
2008-10-04Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-02Revert r14497Michael Niedermayer
2008-08-01Add missing header #includes.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-06Make AVRtpPayloadTypes static and constantDiego Pettenò
2007-10-26Remove prototype for non-existent functionLuca Abeni
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
2007-09-10*_protocol are not part of public APIAurelien Jacobs
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-03-05Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris
2007-03-05Doxygenize the unaltered comments for the rtp_payload_data_s struct.Panagiotis Issaris
2007-03-05Doxygenize the unaltered comments for the RTP_MAX_SDES definition.Panagiotis Issaris
2007-03-05Doxygenize the existing comments without altering the actual contents of thePanagiotis Issaris
2007-03-05Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris
2007-03-05Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris
2007-02-22cosmetics: fix usefuLL --> usefuL typoDiego Biurrun
2007-01-29Missing prototype addedLuca Barbato
2006-10-27make ffmpeg able to send back a RTCP receiver report.Thijs
2006-10-26Add support for H264 over RTPRyan Martell
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun