166 Commits (2272ab0e84de6ef29548e0c89bb041a5c2e55a18)

Author SHA1 Message Date
Michael Niedermayer 3e34b7498f Revert "avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference" 10 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
Thomas Volkert 6821a5a4ad rtpenc: HEVC/H.265 support 10 years ago
ThomasVolkert 50a4d5cfc6 Add support for H.261 RTP payload format (RFC 4587) 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
Michael Niedermayer 0323a55cd8 avformat/rtpenc: switch to AVFMT_FLAG_BITEXACT 11 years ago
Fred Rothganger 3f3229cd10 avformat: extracting NTP timestamp from RTCP 11 years ago
Michael Niedermayer 5d8e4f6da0 avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference 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
Michael Niedermayer 9774251c45 rtpenc: do not use random values for seq when bitexact is requested. 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
Dmitry Samonenko b024c41e1e Add initial support for speex RTP packetization (RFC 5574) 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. 12 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