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-10-28Use ISO C printf conversion specifiers where appropriateDiego Biurrun
2016-10-28Adjust printf conversion specifiers to match variable signednessDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-02-28rtpenc: Don't set max_frames_per_packet based on the packet frame size or fra...Martin Storsjö
2015-02-28rtpenc: Skip redundant initializationMartin Storsjö
2015-02-28rtpenc: Always do the default initialization regardless of codecsMartin Storsjö
2015-02-28rtpenc_xiph: Don't exclude headers from max_payload_sizeMartin Storsjö
2015-02-28rtpenc: Write conditional statements on separate linesMartin Storsjö
2015-02-28rtpenc_aac: Set a default value for max_frames_per_packet at initMartin Storsjö
2015-02-24rtpenc: Merge the h264 and hevc packetizersMartin Storsjö
2014-12-19rtp: Initial H.261 supportThomas Volkert
2014-12-19rtpenc: Avoid brittle switch fallthroughsMartin Storsjö
2014-12-18rtpenc: Set the AVFMT_TS_NONSTRICT flagMartin Storsjö
2014-12-18rtpenc: Set the timestamp properly when sending mpegts data, tooMartin Storsjö
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ö