| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -3/+3 |
* | rtpenc: Don't set max_frames_per_packet based on the packet frame size or fra... | Martin Storsjö | 2015-02-28 | 1 | -45/+16 |
* | rtpenc: Skip redundant initialization | Martin Storsjö | 2015-02-28 | 1 | -4/+0 |
* | rtpenc: Always do the default initialization regardless of codecs | Martin Storsjö | 2015-02-28 | 1 | -10/+11 |
* | rtpenc_xiph: Don't exclude headers from max_payload_size | Martin Storsjö | 2015-02-28 | 1 | -1/+0 |
* | rtpenc: Write conditional statements on separate lines | Martin Storsjö | 2015-02-28 | 1 | -1/+2 |
* | rtpenc_aac: Set a default value for max_frames_per_packet at init | Martin Storsjö | 2015-02-28 | 1 | -0/+2 |
* | rtpenc: Merge the h264 and hevc packetizers | Martin Storsjö | 2015-02-24 | 1 | -2/+2 |
* | rtp: Initial H.261 support | Thomas Volkert | 2014-12-18 | 1 | -2/+17 |
* | rtpenc: Avoid brittle switch fallthroughs | Martin Storsjö | 2014-12-18 | 1 | -0/+3 |
* | rtpenc: Set the AVFMT_TS_NONSTRICT flag | Martin Storsjö | 2014-12-18 | 1 | -0/+1 |
* | rtpenc: Set the timestamp properly when sending mpegts data, too | Martin Storsjö | 2014-12-18 | 1 | -0/+1 |
* | rtpenc: HEVC/H.265 support | Thomas Volkert | 2014-09-24 | 1 | -0/+13 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebase | Anton Khirnov | 2014-06-18 | 1 | -1/+6 |
* | rtpenc: Add a rtpflag option for sending BYE packets when finishing | Martin Storsjö | 2013-11-01 | 1 | -2/+13 |
* | rtpenc: Remove some superfluous parentheses | Martin Storsjö | 2013-11-01 | 1 | -2/+2 |
* | rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps | Martin Storsjö | 2013-07-31 | 1 | -2/+1 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | rtpenc: Start the sequence numbers from a random offset | Martin Storsjö | 2013-01-22 | 1 | -1/+9 |
* | rtpenc: Allow including a SDES/CNAME block in RTCP SR packets | Martin Storsjö | 2012-12-16 | 1 | -0/+17 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -2/+11 |
* | rtp: Support packetization/depacketization of opus | Martin Storsjö | 2012-10-09 | 1 | -0/+19 |
* | rtpenc_vp8: Update the packetizer to the latest spec version | Martin Storsjö | 2012-10-08 | 1 | -4/+0 |
* | rtpenc: Add support for packetizing speex | Dmitry Samonenko | 2012-09-26 | 1 | -0/+1 |
* | rtp: Packetization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-23 | 1 | -0/+4 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | rtpenc: Remove an av_abort() that depends on user-supplied data | Martin Storsjö | 2012-08-09 | 1 | -12/+9 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -69/+69 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. | Ronald S. Bultje | 2012-07-21 | 1 | -1/+1 |
* | rtpenc: Support packetizing iLBC | Martin Storsjö | 2012-06-18 | 1 | -0/+44 |
* | rtpenc: Fix memory leaks in the muxer open function | Martin Storsjö | 2012-06-17 | 1 | -2/+6 |
* | rtpenc: Expose the ssrc as an avoption | Martin Storsjö | 2012-05-26 | 1 | -1/+3 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | libavformat: Set the default for the max_delay option to -1 | Martin Storsjö | 2012-03-20 | 1 | -1/+1 |
* | rtpenc: Use AVFormatContext.packet_size instead of a private option | Martin Storsjö | 2012-03-19 | 1 | -9/+8 |
* | rtpenc: Fix the AVRational used for av_rescale_q_rnd | Martin Storsjö | 2012-03-08 | 1 | -1/+1 |
* | rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet | Justin Ruggles | 2012-03-05 | 1 | -2/+9 |
* | rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 | Martin Storsjö | 2012-03-01 | 1 | -1/+5 |
* | rtpenc: Fix setting the max packet size | Martin Storsjö | 2012-02-29 | 1 | -1/+1 |
* | rtpenc: Expose the max packet size via an avoption | Martin Storsjö | 2012-02-23 | 1 | -1/+7 |
* | rtpenc: Move max_packet_size to a context variable | Martin Storsjö | 2012-02-23 | 1 | -6/+6 |
* | rtpenc: Add an option for not sending RTCP packets | Martin Storsjö | 2012-02-23 | 1 | -2/+3 |
* | rtpenc: Add an error message | Martin Storsjö | 2012-02-23 | 1 | -2/+4 |
* | rtpenc: Allow packetizing H263 according to the old RFC 2190 | Martin Storsjö | 2012-02-23 | 1 | -0/+5 |
* | rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS | Martin Storsjö | 2012-02-23 | 1 | -1/+1 |
* | rtpenc: Write a log message if the max packet size is too small | Martin Storsjö | 2012-02-10 | 1 | -1/+3 |
* | rtpenc: Add support for G726 audio | Martin Storsjö | 2011-12-01 | 1 | -0/+5 |
* | rtpenc: Change rtp_send_samples to handle sample sizes other than even bytes | Martin Storsjö | 2011-12-01 | 1 | -9/+12 |