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
2014-09-25rtpenc: HEVC/H.265 supportThomas Volkert
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-06-18rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov
2013-11-01rtpenc: Add a rtpflag option for sending BYE packets when finishingMartin Storsjö
2013-11-01rtpenc: Remove some superfluous parenthesesMartin Storsjö
2013-07-31rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-01-22rtpenc: Start the sequence numbers from a random offsetMartin Storsjö
2012-12-16rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-10-09rtp: Support packetization/depacketization of opusMartin Storsjö
2012-10-09rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö
2012-09-26rtpenc: Add support for packetizing speexDmitry Samonenko
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-09rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-21rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje
2012-06-18rtpenc: Support packetizing iLBCMartin Storsjö
2012-06-17rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö
2012-05-26rtpenc: Expose the ssrc as an avoptionMartin Storsjö
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-20libavformat: Set the default for the max_delay option to -1Martin Storsjö
2012-03-19rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö
2012-03-08rtpenc: Fix the AVRational used for av_rescale_q_rndMartin Storsjö
2012-03-05rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles
2012-03-01rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö
2012-02-29rtpenc: Fix setting the max packet sizeMartin Storsjö
2012-02-23rtpenc: Expose the max packet size via an avoptionMartin Storsjö
2012-02-23rtpenc: Move max_packet_size to a context variableMartin Storsjö
2012-02-23rtpenc: Add an option for not sending RTCP packetsMartin Storsjö
2012-02-23rtpenc: Add an error messageMartin Storsjö
2012-02-23rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö
2012-02-23rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö
2012-02-10rtpenc: Write a log message if the max packet size is too smallMartin Storsjö
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-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-17rtpenc: Set a default video codecMartin Storsjö
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-26rtpenc: Add a payload type private optionRafaël Carré
2011-09-24rtp: factorize dynamic payload type fallbackRafaël Carré
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-10rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö
2011-06-10rtpenc: 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