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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-02rtpenc: Add support for G726 audioMartin Storsjö
2011-12-02rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö
2011-12-02rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17rtpenc: Set a default video codecMartin Storsjö
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08-22rtpenc: use avcodec_get_name to report unsupported codecs.Nicolas George
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-05-20rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-07avio: deprecate url_fget_max_packet_sizeAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-12-05RTP/VP8: Update the warning about the VP8 payloadMartin Storsjö
2010-09-15Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann
2010-08-16Add RTP packetization of VP8Josh Allmann
2010-08-07Add RTP packetization of Theora and VorbisJosh Allmann
2010-07-06rtpenc: remove unnecessary #include unistd.hMåns Rullgård
2010-06-17Simplify (no need to check for st->codec->extradata) and correctLuca Abeni
2010-06-16If the video stream is H.264 with MP4 syntax, store the NAL lenght size inLuca Abeni
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-28Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö
2010-03-15Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö
2010-03-11Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö
2010-02-10Fix syncronisation for streams with a high encoding delay.Timo Teräs
2010-01-13Remove the inclusion of unneeded headersLuca Abeni
2009-12-30Remove outdated comments.Luca Abeni
2009-12-28Remove a useless local variable.Luca Abeni
2009-12-28Remove outdated commentLuca Abeni
2009-12-28Remove an unneeded local variable.Luca Abeni
2009-12-28Use different dynamic payload types for audio and video.Luca Abeni
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini