| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rtpenc: Cast a rescaling parameter to int64_t | Martin Storsjö | 2011-12-01 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -3/+3 |
* | rtpenc: Set a default video codec | Martin Storsjö | 2011-10-17 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | rtpenc: Add a payload type private option | Rafaël Carré | 2011-09-26 | 1 | -1/+3 |
* | rtp: factorize dynamic payload type fallback | Rafaël Carré | 2011-09-23 | 1 | -3/+0 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | rtpenc: Declare the rtp flags private AVOptions in rtpenc.h | Martin Storsjö | 2011-06-10 | 1 | -2/+1 |
* | rtpenc: MP4A-LATM payload support | Juan Carlos Rodriguez | 2011-06-10 | 1 | -1/+19 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: deprecate url_fget_max_packet_size | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -15/+15 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -3/+3 |