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-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-24rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17rtp: Fix ff_rtp_get_payload_typeMartin Storsjö
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-09-29Add the G723.1 demuxer and decoderMohamed Naufal Basheer
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-26rtp: Simplify ff_rtp_get_payload_typeRafaël Carré
2011-09-26rtpenc: Add a payload type private optionRafaël Carré
2011-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24rtp: factorize dynamic payload type fallbackRafaël Carré
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-15Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-11Remove the inclusion of unneeded headersLuca Abeni
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni
2009-02-17Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni
2009-02-16Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca 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-06-24Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-31Add a comment about missing entriesLuca Abeni
2008-03-31Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni
2008-03-31Remove useless entries from AVRtpPayloadTypesLuca Abeni
2008-03-31Support mp3 audio in the RTP muxerLuca Abeni
2008-01-06Make AVRtpPayloadTypes static and constantDiego Pettenò
2008-01-04Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni
2008-01-04Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni
2007-12-02Fix some spelling mistakes.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-16Add MPEG2 support to the RTP muxerLuca Abeni
2007-11-16Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni
2007-11-05Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni
2007-11-05Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni
2007-10-02Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni
2007-09-24Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni
2007-09-14Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni
2007-09-10Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni
2007-09-10Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni
2007-08-24Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje