| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | RTP/VP8: Update the warning about the VP8 payload | Martin Storsjö | 2010-12-05 | 1 | -1/+2 |
* | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö | 2010-09-15 | 1 | -0/+12 |
* | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann | 2010-08-25 | 1 | -1/+1 |
* | Add RTP packetization of VP8 | Josh Allmann | 2010-08-16 | 1 | -0/+7 |
* | Add RTP packetization of Theora and Vorbis | Josh Allmann | 2010-08-07 | 1 | -0/+14 |
* | rtpenc: remove unnecessary #include unistd.h | Måns Rullgård | 2010-07-06 | 1 | -2/+0 |
* | Simplify (no need to check for st->codec->extradata) and correct | Luca Abeni | 2010-06-17 | 1 | -2/+1 |
* | If the video stream is H.264 with MP4 syntax, store the NAL lenght size in | Luca Abeni | 2010-06-16 | 1 | -0/+7 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Initialize ssrc and base_timestamp using ff_random_get_seed() | Martin Storsjö | 2010-03-28 | 1 | -3/+3 |
* | Use AVFormatContext.start_time_realtime in the RTP muxer | Martin Storsjö | 2010-03-15 | 1 | -0/+4 |
* | Make the ntp_time function available to other parts of libavformat, as ff_ntp... | Martin Storsjö | 2010-03-10 | 1 | -10/+4 |
* | Fix syncronisation for streams with a high encoding delay. | Timo Teräs | 2010-02-10 | 1 | -2/+1 |
* | Remove the inclusion of unneeded headers | Luca Abeni | 2010-01-13 | 1 | -2/+0 |
* | Remove outdated comments. | Luca Abeni | 2009-12-30 | 1 | -2/+0 |
* | Remove a useless local variable. | Luca Abeni | 2009-12-28 | 1 | -11/+10 |
* | Remove outdated comment | Luca Abeni | 2009-12-28 | 1 | -1/+0 |
* | Remove an unneeded local variable. | Luca Abeni | 2009-12-28 | 1 | -5/+4 |
* | Use different dynamic payload types for audio and video. | Luca Abeni | 2009-12-27 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Add support for AMR audio in the RTP muxer | Martin Storsjö | 2009-04-08 | 1 | -0/+23 |
* | Add support for H.263 video in the RTP muxer | Martin Storsjö | 2009-04-07 | 1 | -0/+6 |