106 Commits (75b90ef722b7cdfc70118ab987e298d087aae693)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Martin Storsjö 4f6cd883f0 rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 10 years ago
Martin Storsjö d4c7fc02f9 rtpenc: Skip redundant initialization 10 years ago
Martin Storsjö f8c01257f9 rtpenc: Always do the default initialization regardless of codecs 10 years ago
Martin Storsjö 11edeaea32 rtpenc_xiph: Don't exclude headers from max_payload_size 10 years ago
Martin Storsjö 1fc64e2e07 rtpenc: Write conditional statements on separate lines 10 years ago
Martin Storsjö 0662440b99 rtpenc_aac: Set a default value for max_frames_per_packet at init 10 years ago
Martin Storsjö c82bf15dca rtpenc: Merge the h264 and hevc packetizers 10 years ago
Thomas Volkert a505c0d737 rtp: Initial H.261 support 10 years ago
Martin Storsjö adc214e679 rtpenc: Avoid brittle switch fallthroughs 10 years ago
Martin Storsjö 42181740a3 rtpenc: Set the AVFMT_TS_NONSTRICT flag 10 years ago
Martin Storsjö 01f251c44d rtpenc: Set the timestamp properly when sending mpegts data, too 10 years ago
Thomas Volkert ddf5fb71ee rtpenc: HEVC/H.265 support 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Anton Khirnov cfbdd7ffbd rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebase 11 years ago
Martin Storsjö 9ceed7af37 rtpenc: Add a rtpflag option for sending BYE packets when finishing 11 years ago
Martin Storsjö b264453de9 rtpenc: Remove some superfluous parentheses 11 years ago
Martin Storsjö 2e814d0329 rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Martin Storsjö ab587f39b2 rtpenc: Start the sequence numbers from a random offset 12 years ago
Martin Storsjö 3b2e8d1d21 rtpenc: Allow including a SDES/CNAME block in RTCP SR packets 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Martin Storsjö c136a813d7 rtp: Support packetization/depacketization of opus 12 years ago
Martin Storsjö c9b10cc4db rtpenc_vp8: Update the packetizer to the latest spec version 12 years ago
Dmitry Samonenko 490ae95aa8 rtpenc: Add support for packetizing speex 12 years ago
Samuel Pitoiset cee1950bbb rtp: Packetization of JPEG (RFC 2435) 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö bfb82fcddf rtpenc: Remove an av_abort() that depends on user-supplied data 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Ronald S. Bultje 5354a904fe rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. 13 years ago
Martin Storsjö 579fd87b46 rtpenc: Support packetizing iLBC 13 years ago
Martin Storsjö e9ef88fbd2 rtpenc: Fix memory leaks in the muxer open function 13 years ago
Martin Storsjö 2dcb21a95d rtpenc: Expose the ssrc as an avoption 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Martin Storsjö 4fa57d524f libavformat: Set the default for the max_delay option to -1 13 years ago
Martin Storsjö 316e724f18 rtpenc: Use AVFormatContext.packet_size instead of a private option 13 years ago
Martin Storsjö 94f1b11a6f rtpenc: Fix the AVRational used for av_rescale_q_rnd 13 years ago
Justin Ruggles 14aecc50fa rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet 13 years ago
Martin Storsjö 984b914c55 rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 13 years ago
Martin Storsjö 07ec1f2140 rtpenc: Fix setting the max packet size 13 years ago
Martin Storsjö ba605cef79 rtpenc: Expose the max packet size via an avoption 13 years ago
Martin Storsjö f553462041 rtpenc: Move max_packet_size to a context variable 13 years ago
Martin Storsjö 7337484ed2 rtpenc: Add an option for not sending RTCP packets 13 years ago
Martin Storsjö ada4e362b9 rtpenc: Add an error message 13 years ago
Martin Storsjö c4584f3c1f rtpenc: Allow packetizing H263 according to the old RFC 2190 13 years ago
Martin Storsjö c2ff63e3ac rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS 13 years ago
Martin Storsjö ba83ac4c27 rtpenc: Write a log message if the max packet size is too small 13 years ago
Martin Storsjö 04403ec2e4 rtpenc: Add support for G726 audio 13 years ago