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
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2013-08-01Merge commit '2e814d0329aded98c811d0502839618f08642685'Michael Niedermayer
2013-07-31rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö
2012-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-10-19Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'Michael Niedermayer
2012-10-19rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03misc typo and wording fixesDiego Biurrun
2012-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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